Class BatchGetContactGroupsResponse
The response to a batch get contact groups request.
Implements
Inherited Members
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class BatchGetContactGroupsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Responses
The list of responses for each requested contact group resource.
Declaration
[JsonProperty("responses")]
public virtual IList<ContactGroupResponse> Responses { get; set; }
Property Value
Type | Description |
---|---|
IList<ContactGroupResponse> |