GoogleApi.Keep.V1.Model.BatchCreatePermissionsRequest (google_api_keep v0.2.0) View Source

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.

Attributes

  • requests (type: list(GoogleApi.Keep.V1.Model.CreatePermissionRequest.t), default: nil) - The request message specifying the resources to create.

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.BatchCreatePermissionsRequest{
  requests: [GoogleApi.Keep.V1.Model.CreatePermissionRequest.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.