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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.