GoogleApi.Keep.V1.Model.BatchCreatePermissionsResponse (google_api_keep v0.4.0)

View Source

The response for creating permissions on a note.

Attributes

  • permissions (type: list(GoogleApi.Keep.V1.Model.Permission.t), default: nil) - Permissions created.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Keep.V1.Model.BatchCreatePermissionsResponse{
  permissions: [GoogleApi.Keep.V1.Model.Permission.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.