Show / Hide Table of Contents

Class BatchCreatePermissionsRequest

The request to add one or more permissions on the note. Currently, only the WRITER role may be specified. If adding a permission fails, then the entire request fails and no changes are made.

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

Properties

ETag

The ETag of the item.

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

Requests

The request message specifying the resources to create.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX