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