View Source GoogleApi.Keep.V1.Model.CreatePermissionRequest (google_api_keep v0.3.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Keep.V1.Model.CreatePermissionRequest{ parent: String.t() | nil, permission: GoogleApi.Keep.V1.Model.Permission.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.