Class: Google::Apis::DisplayvideoV4::UploadAdAssetResponse

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 UploadAdAsset.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UploadAdAssetResponse

Returns a new instance of UploadAdAssetResponse.



14068
14069
14070
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14068

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

Instance Attribute Details

#ad_assetGoogle::Apis::DisplayvideoV4::AdAsset

A single ad asset. Corresponds to the JSON property adAsset



14066
14067
14068
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14066

def ad_asset
  @ad_asset
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14073
14074
14075
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14073

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