google_api_plus v0.7.0 GoogleApi.Plus.V1.Model.PersonCover View Source
The cover photo content.
Attributes
coverInfo(type:GoogleApi.Plus.V1.Model.PersonCoverCoverInfo.t, default:nil) - Extra information about the cover photo.coverPhoto(type:GoogleApi.Plus.V1.Model.PersonCoverCoverPhoto.t, default:nil) - The person's primary cover image.layout(type:String.t, default:nil) - The layout of the cover art. Possible values include, but are not limited to, the following values:- "banner" - One large image banner.
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 Sourcet() :: %GoogleApi.Plus.V1.Model.PersonCover{
coverInfo: GoogleApi.Plus.V1.Model.PersonCoverCoverInfo.t(),
coverPhoto: GoogleApi.Plus.V1.Model.PersonCoverCoverPhoto.t(),
layout: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.