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.
Implements
Inherited Members
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> |