google_api_plus v0.1.0 GoogleApi.Plus.V1.Model.PersonCover View Source

The cover photo content.

Attributes

  • coverInfo (PersonCoverCoverInfo): Defaults to: null.
  • coverPhoto (PersonCoverCoverPhoto): Defaults to: null.
  • layout (String.t): The layout of the cover art. Possible values include, but are not limited to, the following values: - "banner" - One large image banner. Defaults to: null.

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.PersonCover{
  coverInfo: GoogleApi.Plus.V1.Model.PersonCoverCoverInfo.t(),
  coverPhoto: GoogleApi.Plus.V1.Model.PersonCoverCoverPhoto.t(),
  layout: any()
}

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.