GoogleApi.Keep.V1.Model.BatchCreatePermissionsRequest (google_api_keep v0.4.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Keep.V1.Model.BatchCreatePermissionsRequest{
  requests: [GoogleApi.Keep.V1.Model.CreatePermissionRequest.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.