Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest

Deletes one of more Label Permissions.

Inheritance
object
GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest
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 GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest : 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<GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest> Requests { get; set; }
Property Value
Type Description
IList<GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest>

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 DeleteLabelPermissionRequest 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