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.



4058
4059
4060
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4058

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

Instance Attribute Details

#assetGoogle::Apis::DisplayvideoV3::Asset

A single asset. Corresponds to the JSON property asset



4056
4057
4058
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4056

def asset
  @asset
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4063
4064
4065
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 4063

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