Class CreatePermissionRequest
The request to add a single permission on the note.
Implements
Inherited Members
Namespace: Google.Apis.Keep.v1.Data
Assembly: Google.Apis.Keep.v1.dll
Syntax
public class CreatePermissionRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The parent note where this permission will be created. Format: notes/{note}
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
Permission
Required. The permission to create. One of Permission.email, User.email or Group.email must be supplied.
Declaration
[JsonProperty("permission")]
public virtual Permission Permission { get; set; }
Property Value
Type | Description |
---|---|
Permission |