Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2betaDisableLabelRequest

Request to deprecate a published Label.

Inheritance
object
GoogleAppsDriveLabelsV2betaDisableLabelRequest
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.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaDisableLabelRequest : IDirectResponseSchema

Properties

DisabledPolicy

Disabled policy to use.

Declaration
[JsonProperty("disabledPolicy")]
public virtual GoogleAppsDriveLabelsV2betaLifecycleDisabledPolicy DisabledPolicy { get; set; }
Property Value
Type Description
GoogleAppsDriveLabelsV2betaLifecycleDisabledPolicy

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 not specified, values in the default configured language will be used.

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

UpdateMask

The fields that should be updated. At least one field must be specified. The root disabled_policy is implied and should not be specified. A single * can be used as short-hand for updating every field.

Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

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?

WriteControl

Provides control over how write requests are executed. Defaults to unset, which means last write wins.

Declaration
[JsonProperty("writeControl")]
public virtual GoogleAppsDriveLabelsV2betaWriteControl WriteControl { get; set; }
Property Value
Type Description
GoogleAppsDriveLabelsV2betaWriteControl

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX