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.



3161
3162
3163
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 3161

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



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

def ad_assets
  @ad_assets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3166
3167
3168
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 3166

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