Class: Google::Apis::DisplayvideoV4::BulkCreateAdAssetsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BulkCreateAdAssetsResponse

Returns a new instance of BulkCreateAdAssetsResponse.



3153
3154
3155
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 3153

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

Instance Attribute Details

#ad_assetsArray<Google::Apis::DisplayvideoV4::AdAsset>

The created ad assets. Corresponds to the JSON property adAssets



3151
3152
3153
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 3151

def ad_assets
  @ad_assets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3158
3159
3160
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 3158

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