Class: Google::Apis::DisplayvideoV3::CreateAssetResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb

Overview

A response message for CreateAsset.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CreateAssetResponse

Returns a new instance of CreateAssetResponse.



5070
5071
5072
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5070

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

Instance Attribute Details

#assetGoogle::Apis::DisplayvideoV3::Asset

A single asset. Corresponds to the JSON property asset



5068
5069
5070
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5068

def asset
  @asset
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5075
5076
5077
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 5075

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