Class DriveSyncStateChanged
Alerts for when a user is restricted from syncing content from clients such as Drive for Desktop.
Implements
Inherited Members
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 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 |