Show / Hide Table of Contents

Class BatchGetContactGroupsResponse

The response to a batch get contact groups request.

Inheritance
System.Object
BatchGetContactGroupsResponse
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.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
System.Collections.Generic.IList<ContactGroupResponse>

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top