Class: Google::Apis::DisplayvideoV4::UploadAdAssetResponse
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV4::UploadAdAssetResponse
- 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
-
#ad_asset ⇒ Google::Apis::DisplayvideoV4::AdAsset
A single ad asset.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UploadAdAssetResponse
constructor
A new instance of UploadAdAssetResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UploadAdAssetResponse
Returns a new instance of UploadAdAssetResponse.
14058 14059 14060 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14058 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ad_asset ⇒ Google::Apis::DisplayvideoV4::AdAsset
A single ad asset.
Corresponds to the JSON property adAsset
14056 14057 14058 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14056 def ad_asset @ad_asset end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14063 14064 14065 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14063 def update!(**args) @ad_asset = args[:ad_asset] if args.key?(:ad_asset) end |