Class InstagramCredentials
Ephemeral Meta credentials for Instagram native integration.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class InstagramCredentials : IDirectResponseSchema
Properties
AuthCode
Required. The Meta auth code provided by the embedded signup flow.
Declaration
[JsonProperty("authCode")]
public virtual string AuthCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConversationProfileId
Optional. The Conversation Profile ID to use for the deployment.
Declaration
[JsonProperty("conversationProfileId")]
public virtual string ConversationProfileId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |