GoogleApi.Keep.V1.Model.CreatePermissionRequest (google_api_keep v0.2.0) View Source
The request to add a single permission on the note.
Attributes
-
parent
(type:String.t
, default:nil
) - Required. The parent note where this permission will be created. Format:notes/{note}
-
permission
(type:GoogleApi.Keep.V1.Model.Permission.t
, default:nil
) - Required. The permission to create. One of Permission.email, User.email or Group.email must be supplied.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Keep.V1.Model.CreatePermissionRequest{ parent: String.t() | nil, permission: GoogleApi.Keep.V1.Model.Permission.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.