google_api_plus v0.6.0 GoogleApi.Plus.V1.Model.ActivityObjectAttachmentsFullImage View Source

The full image URL for photo attachments.

Attributes

  • height (type: integer(), default: nil) - The height, in pixels, of the linked resource.
  • type (type: String.t, default: nil) - Media type of the link.
  • url (type: String.t, default: nil) - URL of the image.
  • width (type: integer(), default: nil) - The width, in pixels, of the linked resource.

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.Plus.V1.Model.ActivityObjectAttachmentsFullImage{
  height: integer(),
  type: String.t(),
  url: String.t(),
  width: integer()
}

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.