class Google::Apis::DisplayvideoV1::CreateAssetResponse

A response message for CreateAsset.

Attributes

asset[RW]

A single asset. Corresponds to the JSON property `asset` @return [Google::Apis::DisplayvideoV1::Asset]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 2875
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 2880
def update!(**args)
  @asset = args[:asset] if args.key?(:asset)
end