Class: Google::Apis::PolyV1::RemixInfo
- Inherits:
-
Object
- Object
- Google::Apis::PolyV1::RemixInfo
- 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
-
#source_asset ⇒ Array<String>
Resource ids for the sources of this remix, of the form:
assets/
ASSET_ID`Corresponds to the JSON property
sourceAsset`.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RemixInfo
constructor
A new instance of RemixInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_asset ⇒ Array<String>
Resource ids for the sources of this remix, of the form: assets/
ASSET_ID`
Corresponds to the JSON property
sourceAsset`
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 |