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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudIdentity.V1.Model.DynamicGroupStatus{
  status: String.t() | nil,
  statusTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.