Class ContactGroupResponse
The response for a specific contact group.
Implements
Inherited Members
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class ContactGroupResponse : IDirectResponseSchema
Properties
ContactGroup
The contact group.
Declaration
[JsonProperty("contactGroup")]
public virtual ContactGroup ContactGroup { get; set; }
Property Value
Type | Description |
---|---|
ContactGroup |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestedResourceName
The original requested resource name.
Declaration
[JsonProperty("requestedResourceName")]
public virtual string RequestedResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status of the response.
Declaration
[JsonProperty("status")]
public virtual Status Status { get; set; }
Property Value
Type | Description |
---|---|
Status |