View Source GoogleApi.People.V1.Model.CoverPhoto (google_api_people v0.41.0)
A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about.
Attributes
-
default
(type:boolean()
, default:nil
) - True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo. -
metadata
(type:GoogleApi.People.V1.Model.FieldMetadata.t
, default:nil
) - Metadata about the cover photo. -
url
(type:String.t
, default:nil
) - The URL of the cover photo.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.People.V1.Model.CoverPhoto{ default: boolean() | nil, metadata: GoogleApi.People.V1.Model.FieldMetadata.t() | nil, url: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.