google_api_people v0.24.0 GoogleApi.People.V1.Model.CoverPhoto View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.People.V1.Model.CoverPhoto{ default: boolean(), metadata: GoogleApi.People.V1.Model.FieldMetadata.t(), url: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.