Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2UpdateLabelPermissionRequest

Updates a Label Permission. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.

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

Properties

ETag

The ETag of the item.

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

LabelPermission

Required. The permission to create or update on the Label.

Declaration
[JsonProperty("labelPermission")]
public virtual GoogleAppsDriveLabelsV2LabelPermission LabelPermission { get; set; }
Property Value
Type Description
GoogleAppsDriveLabelsV2LabelPermission

Parent

Required. The parent Label resource name.

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

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX