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