class Google::Apis::PlusDomainsV1::Person::Cover::CoverInfo

Extra information about the cover photo.

Attributes

left_image_offset[RW]

The difference between the left position of the cover image and the actual displayed cover image. Only valid for banner layout. Corresponds to the JSON property `leftImageOffset` @return [Fixnum]

top_image_offset[RW]

The difference between the top position of the cover image and the actual displayed cover image. Only valid for banner layout. Corresponds to the JSON property `topImageOffset` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/plus_domains_v1/classes.rb, line 2159
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 2164
def update!(**args)
  @left_image_offset = args[:left_image_offset] if args.key?(:left_image_offset)
  @top_image_offset = args[:top_image_offset] if args.key?(:top_image_offset)
end