google_api_people v0.6.0 GoogleApi.People.V1.Model.ContactGroupResponse View Source
The response for a specific contact group.
Attributes
- contactGroup (ContactGroup): The contact group. Defaults to:
null
. - requestedResourceName (String.t): The original requested resource name. Defaults to:
null
. - status (Status): The status of the response. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.People.V1.Model.ContactGroupResponse{
contactGroup: GoogleApi.People.V1.Model.ContactGroup.t(),
requestedResourceName: any(),
status: GoogleApi.People.V1.Model.Status.t()
}
t() :: %GoogleApi.People.V1.Model.ContactGroupResponse{ contactGroup: GoogleApi.People.V1.Model.ContactGroup.t(), requestedResourceName: any(), status: GoogleApi.People.V1.Model.Status.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.