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.
14893 14894 14895 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14893 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
14891 14892 14893 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14891 def ad_asset @ad_asset end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14898 14899 14900 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 14898 def update!(**args) @ad_asset = args[:ad_asset] if args.key?(:ad_asset) end |