Class ChannelProfileInstagramConfig
Configuration specific to Instagram deployments.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class ChannelProfileInstagramConfig : IDirectResponseSchema
Properties
Description
Output only. The description of the Meta business page or profile.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Output only. The fetched Meta business page name.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
InstagramAccountId
Required. The Instagram Account ID.
Declaration
[JsonProperty("instagramAccountId")]
public virtual string InstagramAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ThumbnailUrl
Output only. The fetched Meta business profile thumbnail URL.
Declaration
[JsonProperty("thumbnailUrl")]
public virtual string ThumbnailUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |