Class: Google::Apis::DisplayvideoV4::BulkCreateAdAssetsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV4::BulkCreateAdAssetsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v4/classes.rb,
lib/google/apis/displayvideo_v4/representations.rb,
lib/google/apis/displayvideo_v4/representations.rb
Overview
A response message for BulkCreateAdAssets.
Instance Attribute Summary collapse
-
#ad_assets ⇒ Array<Google::Apis::DisplayvideoV4::AdAsset>
The created ad assets.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BulkCreateAdAssetsResponse
constructor
A new instance of BulkCreateAdAssetsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BulkCreateAdAssetsResponse
Returns a new instance of BulkCreateAdAssetsResponse.
3267 3268 3269 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 3267 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ad_assets ⇒ Array<Google::Apis::DisplayvideoV4::AdAsset>
The created ad assets.
Corresponds to the JSON property adAssets
3265 3266 3267 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 3265 def ad_assets @ad_assets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3272 3273 3274 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 3272 def update!(**args) @ad_assets = args[:ad_assets] if args.key?(:ad_assets) end |