class Google::Apis::PlusDomainsV1::Person::Cover
The cover photo content.
Attributes
cover_info[RW]
Extra information about the cover photo. Corresponds to the JSON property `coverInfo` @return [Google::Apis::PlusDomainsV1::Person::Cover::CoverInfo]
cover_photo[RW]
The person's primary cover image. Corresponds to the JSON property `coverPhoto` @return [Google::Apis::PlusDomainsV1::Person::Cover::CoverPhoto]
layout[RW]
The layout of the cover art. Possible values include, but are not limited to, the following values:
-
“banner” - One large image banner.
Corresponds to the JSON property `layout` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/plus_domains_v1/classes.rb, line 2132 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/plus_domains_v1/classes.rb, line 2137 def update!(**args) @cover_info = args[:cover_info] if args.key?(:cover_info) @cover_photo = args[:cover_photo] if args.key?(:cover_photo) @layout = args[:layout] if args.key?(:layout) end