Class: Google::Apis::PolyV1::RemixInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/poly_v1/classes.rb,
generated/google/apis/poly_v1/representations.rb,
generated/google/apis/poly_v1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RemixInfo

Returns a new instance of RemixInfo.



540
541
542
# File 'generated/google/apis/poly_v1/classes.rb', line 540

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

Instance Attribute Details

#source_assetArray<String>

Resource ids for the sources of this remix, of the form: assets/ASSET_ID` Corresponds to the JSON propertysourceAsset`

Returns:

  • (Array<String>)


538
539
540
# File 'generated/google/apis/poly_v1/classes.rb', line 538

def source_asset
  @source_asset
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



545
546
547
# File 'generated/google/apis/poly_v1/classes.rb', line 545

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