Show / Hide Table of Contents

Class ChannelProfileInstagramConfig

Configuration specific to Instagram deployments.

Inheritance
object
ChannelProfileInstagramConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX