Show / Hide Table of Contents

Class ContactGroupResponse

The response for a specific contact group.

Inheritance
object
ContactGroupResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX