DynamicGroupStatusResponse

data class DynamicGroupStatusResponse(val status: String, val statusTime: String)

The current status of a dynamic group along with timestamp.

Constructors

Link copied to clipboard
fun DynamicGroupStatusResponse(status: String, statusTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Status of the dynamic group.

Link copied to clipboard

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.