Class: Google::Apis::BooksV1::Discoveryclusters::Cluster::BannerWithContentContainer

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/books_v1/classes.rb,
generated/google/apis/books_v1/representations.rb,
generated/google/apis/books_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BannerWithContentContainer

Returns a new instance of BannerWithContentContainer.



1421
1422
1423
# File 'generated/google/apis/books_v1/classes.rb', line 1421

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#fill_color_argbString

Corresponds to the JSON property fillColorArgb

Returns:

  • (String)


1394
1395
1396
# File 'generated/google/apis/books_v1/classes.rb', line 1394

def fill_color_argb
  @fill_color_argb
end

#image_urlString

Corresponds to the JSON property imageUrl

Returns:

  • (String)


1399
1400
1401
# File 'generated/google/apis/books_v1/classes.rb', line 1399

def image_url
  @image_url
end

#mask_color_argbString

Corresponds to the JSON property maskColorArgb

Returns:

  • (String)


1404
1405
1406
# File 'generated/google/apis/books_v1/classes.rb', line 1404

def mask_color_argb
  @mask_color_argb
end

#more_button_textString

Corresponds to the JSON property moreButtonText

Returns:

  • (String)


1409
1410
1411
# File 'generated/google/apis/books_v1/classes.rb', line 1409

def more_button_text
  @more_button_text
end

#more_button_urlString

Corresponds to the JSON property moreButtonUrl

Returns:

  • (String)


1414
1415
1416
# File 'generated/google/apis/books_v1/classes.rb', line 1414

def more_button_url
  @more_button_url
end

#text_color_argbString

Corresponds to the JSON property textColorArgb

Returns:

  • (String)


1419
1420
1421
# File 'generated/google/apis/books_v1/classes.rb', line 1419

def text_color_argb
  @text_color_argb
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1426
1427
1428
1429
1430
1431
1432
1433
# File 'generated/google/apis/books_v1/classes.rb', line 1426

def update!(**args)
  @fill_color_argb = args[:fill_color_argb] if args.key?(:fill_color_argb)
  @image_url = args[:image_url] if args.key?(:image_url)
  @mask_color_argb = args[:mask_color_argb] if args.key?(:mask_color_argb)
  @more_button_text = args[:more_button_text] if args.key?(:more_button_text)
  @more_button_url = args[:more_button_url] if args.key?(:more_button_url)
  @text_color_argb = args[:text_color_argb] if args.key?(:text_color_argb)
end