class Google::Apis::PolyV1::RemixInfo

Info about the sources of this asset (i.e. assets that were remixed to create this asset).

Attributes

source_asset[RW]

Resource ids for the sources of this remix, of the form: `assets/`ASSET_ID“ Corresponds to the JSON property `sourceAsset` @return [Array<String>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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