View Source GoogleApi.Keep.V1.Model.Attachment (google_api_keep v0.2.2)

An attachment to a note.

Attributes

  • mimeType (type: list(String.t), default: nil) - The MIME types (IANA media types) in which the attachment is available.
  • name (type: String.t, default: nil) - The resource name;

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Keep.V1.Model.Attachment{
  mimeType: [String.t()] | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.