Class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequest
The set of requests for updating aspects of a Label. If any request is not valid, no requests will be applied.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageCode
The BCP-47 language code to use for evaluating localized Field labels when include_label_in_response
is
true
.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Requests
A list of updates to apply to the Label. Requests will be applied in the order they are specified.
Declaration
[JsonProperty("requests")]
public virtual IList<GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestRequest> Requests { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestRequest> |
UseAdminAccess
Set to true
in order to use the user's admin credentials. The server will verify the user is an admin for
the Label before allowing access.
Declaration
[JsonProperty("useAdminAccess")]
public virtual bool? UseAdminAccess { get; set; }
Property Value
Type | Description |
---|---|
bool? |
View
When specified, only certain fields belonging to the indicated view will be returned.
Declaration
[JsonProperty("view")]
public virtual string View { get; set; }
Property Value
Type | Description |
---|---|
string |
WriteControl
Provides control over how write requests are executed.
Declaration
[JsonProperty("writeControl")]
public virtual GoogleAppsDriveLabelsV2betaWriteControl WriteControl { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2betaWriteControl |