Show / Hide Table of Contents

Class BatchDeletePermissionsRequest

The request to remove one or more permissions from a note. A permission with the OWNER role can't be removed. If removing a permission fails, then the entire request fails and no changes are made. Returns a 400 bad request error if a specified permission does not exist on the note.

Inheritance
object
BatchDeletePermissionsRequest
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.Keep.v1.Data
Assembly: Google.Apis.Keep.v1.dll
Syntax
public class BatchDeletePermissionsRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Names

Required. The names of the permissions to delete. Format: notes/{note}/permissions/{permission}

Declaration
[JsonProperty("names")]
public virtual IList<string> Names { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX