GoogleApi.CloudIdentity.V1.Model.DynamicGroupStatus (google_api_cloud_identity v0.26.0) View Source

The current status of a dynamic group along with timestamp.

Attributes

  • status (type: String.t, default: nil) - Status of the dynamic group.
  • statusTime (type: DateTime.t, default: nil) - The latest time at which the dynamic group is guaranteed to be in the given status. If status is UP_TO_DATE, the latest time at which the dynamic group was confirmed to be up-to-date. If status is UPDATING_MEMBERSHIPS, the time at which dynamic group was created.

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.DynamicGroupStatus{
  status: String.t() | nil,
  statusTime: DateTime.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.