google_api_mirror v0.6.0 GoogleApi.Mirror.V1.Model.Attachment View Source

Represents media content, such as a photo, that can be attached to a timeline item.

Attributes

  • contentType (type: String.t, default: nil) - The MIME type of the attachment.
  • contentUrl (type: String.t, default: nil) - The URL for the content.
  • id (type: String.t, default: nil) - The ID of the attachment.
  • isProcessingContent (type: boolean(), default: nil) - Indicates that the contentUrl is not available because the attachment content is still being processed. If the caller wishes to retrieve the content, it should try again later.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Mirror.V1.Model.Attachment{
  contentType: String.t(),
  contentUrl: String.t(),
  id: String.t(),
  isProcessingContent: boolean()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.