Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsRequest

Updates one or more Label Permissions.

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

Properties

ETag

The ETag of the item.

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

Requests

Required. The request message specifying the resources to update.

Declaration
[JsonProperty("requests")]
public virtual IList<GoogleAppsDriveLabelsV2UpdateLabelPermissionRequest> Requests { get; set; }
Property Value
Type Description
IList<GoogleAppsDriveLabelsV2UpdateLabelPermissionRequest>

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. If this is set, the use_admin_access field in the UpdateLabelPermissionRequest messages must either be empty or match this field.

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