Class GoogleAppsDriveLabelsV2betaWriteControl
Provides control over how write requests are executed. When not specified, the last write wins.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaWriteControl : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RequiredRevisionId
The revision_id of the label that the write request will be applied to. If this is not the latest revision of the label, the request will not be processed and will return a 400 Bad Request error.
Declaration
[JsonProperty("requiredRevisionId")]
public virtual string RequiredRevisionId { get; set; }
Property Value
Type | Description |
---|---|
string |