class Google::Apis::DisplayvideoV1::CreateAssetRequest

A request message for CreateAsset.

Attributes

filename[RW]

Required. The filename of the asset, including the file extension. The filename must be UTF-8 encoded with a maximum size of 240 bytes. Corresponds to the JSON property `filename` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 2856
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 2861
def update!(**args)
  @filename = args[:filename] if args.key?(:filename)
end