View Source GoogleApi.CloudIdentity.V1.Model.SearchDirectGroupsResponse (google_api_cloud_identity v0.33.0)
The response message for MembershipsService.SearchDirectGroups.
Attributes
-
memberships(type:list(GoogleApi.CloudIdentity.V1.Model.MembershipRelation.t), default:nil) - List of direct groups satisfying the query. -
nextPageToken(type:String.t, default:nil) - Token to retrieve the next page of results, or empty if there are no more results available for listing.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudIdentity.V1.Model.SearchDirectGroupsResponse{ memberships: [GoogleApi.CloudIdentity.V1.Model.MembershipRelation.t()] | nil, nextPageToken: String.t() | nil }