GoogleApi.CloudIdentity.V1.Model.DynamicGroupMetadata (google_api_cloud_identity v0.25.0) View Source

Dynamic group metadata like queries and status.

Attributes

  • queries (type: list(GoogleApi.CloudIdentity.V1.Model.DynamicGroupQuery.t), default: nil) - Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
  • status (type: GoogleApi.CloudIdentity.V1.Model.DynamicGroupStatus.t, default: nil) - Output only. Status of the dynamic group.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudIdentity.V1.Model.DynamicGroupMetadata{
  queries: [GoogleApi.CloudIdentity.V1.Model.DynamicGroupQuery.t()] | nil,
  status: GoogleApi.CloudIdentity.V1.Model.DynamicGroupStatus.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.