Class: Google::Apis::AdexchangebuyerV1_3::Creative::NativeAd::AppIcon

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

Overview

The app icon, for app download ads.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppIcon

Returns a new instance of AppIcon.



686
687
688
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 686

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

Instance Attribute Details

#heightFixnum

Corresponds to the JSON property height

Returns:

  • (Fixnum)


674
675
676
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 674

def height
  @height
end

#urlString

Corresponds to the JSON property url

Returns:

  • (String)


679
680
681
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 679

def url
  @url
end

#widthFixnum

Corresponds to the JSON property width

Returns:

  • (Fixnum)


684
685
686
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 684

def width
  @width
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



691
692
693
694
695
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 691

def update!(**args)
  @height = args[:height] if args.key?(:height)
  @url = args[:url] if args.key?(:url)
  @width = args[:width] if args.key?(:width)
end