Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAdMediaBundleAsset
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonAdMediaBundleAsset
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
A media bundle asset used inside an ad.
Instance Attribute Summary collapse
-
#asset ⇒ String
The Asset resource name of this media bundle.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonAdMediaBundleAsset
constructor
A new instance of GoogleAdsSearchads360V23CommonAdMediaBundleAsset.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonAdMediaBundleAsset
Returns a new instance of GoogleAdsSearchads360V23CommonAdMediaBundleAsset.
809 810 811 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 809 def initialize(**args) update!(**args) end |
Instance Attribute Details
#asset ⇒ String
The Asset resource name of this media bundle.
Corresponds to the JSON property asset
807 808 809 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 807 def asset @asset end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
814 815 816 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 814 def update!(**args) @asset = args[:asset] if args.key?(:asset) end |