class Google::Apis::DisplayvideoV1::AssetAssociation

Asset association for the creative.

Attributes

asset[RW]

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

role[RW]

The role of this asset for the creative. Corresponds to the JSON property `role` @return [String]

Public Class Methods

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