Class ContactInfo
Contact information of stakeholders.
Implements
Inherited Members
Namespace: Google.Apis.AppHub.v1alpha.Data
Assembly: Google.Apis.AppHub.v1alpha.dll
Syntax
public class ContactInfo : IDirectResponseSchema
Properties
Channel
Optional. Communication channel of the contacts.
Declaration
[JsonProperty("channel")]
public virtual Channel Channel { get; set; }
Property Value
Type | Description |
---|---|
Channel |
DisplayName
Optional. Contact's name. Can have a maximum length of 63 characters.
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 |
Required. Email address of the contacts.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type | Description |
---|---|
string |