Show / Hide Table of Contents

Class CreatePermissionRequest

The request to add a single permission on the note.

Inheritance
object
CreatePermissionRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX