Show / Hide Table of Contents

Class DynamicGroupStatus

The current status of a dynamic group along with timestamp.

Inheritance
object
DynamicGroupStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class DynamicGroupStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Status

Status of the dynamic group.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

StatusTime

object representation of StatusTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StatusTimeDateTimeOffset instead.")]
public virtual object StatusTime { get; set; }
Property Value
Type Description
object

StatusTimeDateTimeOffset

DateTimeOffset representation of StatusTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StatusTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StatusTimeRaw

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.

Declaration
[JsonProperty("statusTime")]
public virtual string StatusTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX