Show / Hide Table of Contents

Class DriveSyncStateChanged

Alerts for when a user is restricted from syncing content from clients such as Drive for Desktop.

Inheritance
object
DriveSyncStateChanged
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.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class DriveSyncStateChanged : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Email

Email of the user affected.

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

SyncPauseStartTime

object representation of SyncPauseStartTimeRaw.

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

SyncPauseStartTimeDateTimeOffset

DateTimeOffset representation of SyncPauseStartTimeRaw.

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

SyncPauseStartTimeRaw

Time at which sync was paused.

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

SyncState

The current sync state.

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

SyncStateChangeReason

The reason for the sync state change.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX