Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2betaUpdateLabelEnabledAppSettingsRequest

Request to update the EnabledAppSettings of the given label. This change is not revisioned, doesn't require publishing, and takes effect immediately. \

Inheritance
object
GoogleAppsDriveLabelsV2betaUpdateLabelEnabledAppSettingsRequest
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 GoogleAppsDriveLabelsV2betaUpdateLabelEnabledAppSettingsRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EnabledAppSettings

Required. The new EnabledAppSettings value for the label.

Declaration
[JsonProperty("enabledAppSettings")]
public virtual GoogleAppsDriveLabelsV2betaLabelEnabledAppSettings EnabledAppSettings { get; set; }
Property Value
Type Description
GoogleAppsDriveLabelsV2betaLabelEnabledAppSettings

LanguageCode

Optional. 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

UseAdminAccess

Optional. 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

Optional. 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX