google_api_people v0.4.1 GoogleApi.People.V1.Model.CoverPhoto View Source
A person's read-only cover photo. A large image shown on the person's profile page that represents who they are or what they care about.
Attributes
- default (boolean()): True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo. Defaults to:
null
. - metadata (FieldMetadata): Metadata about the cover photo. Defaults to:
null
. - url (String.t): The URL of the cover photo. 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()
View Source
t() :: %GoogleApi.People.V1.Model.CoverPhoto{
default: any(),
metadata: GoogleApi.People.V1.Model.FieldMetadata.t(),
url: any()
}
t() :: %GoogleApi.People.V1.Model.CoverPhoto{ default: any(), metadata: GoogleApi.People.V1.Model.FieldMetadata.t(), url: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.