View Source GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCoverPhoto (google_api_content_warehouse v0.4.0)

CoverPhoto is the long banner photo (also called full bleed photo) at the top of G+ profile page.

Attributes

  • imageHeight (type: integer(), default: nil) -
  • imageId (type: String.t, default: nil) -
  • imageUrl (type: String.t, default: nil) -
  • imageWidth (type: integer(), default: nil) -
  • isAnimated (type: boolean(), default: nil) -
  • isDefault (type: boolean(), default: nil) -
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCoverPhoto{
    imageHeight: integer() | nil,
    imageId: String.t() | nil,
    imageUrl: String.t() | nil,
    imageWidth: integer() | nil,
    isAnimated: boolean() | nil,
    isDefault: boolean() | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.