Class ChannelProfilePersonaProperty
Represents the persona property of a channel.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ChannelProfilePersonaProperty : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Persona
Optional. The persona of the channel.
Declaration
[JsonProperty("persona")]
public virtual string Persona { get; set; }
Property Value
| Type | Description |
|---|---|
| string |