Class: Google::Apis::DatafusionV1::CloudAssetComposition
- Inherits:
-
Object
- Object
- Google::Apis::DatafusionV1::CloudAssetComposition
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datafusion_v1/classes.rb,
lib/google/apis/datafusion_v1/representations.rb,
lib/google/apis/datafusion_v1/representations.rb
Instance Attribute Summary collapse
-
#child_asset ⇒ Array<Google::Apis::DatafusionV1::CloudAsset>
Corresponds to the JSON property
childAsset
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CloudAssetComposition
constructor
A new instance of CloudAssetComposition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CloudAssetComposition
Returns a new instance of CloudAssetComposition.
329 330 331 |
# File 'lib/google/apis/datafusion_v1/classes.rb', line 329 def initialize(**args) update!(**args) end |
Instance Attribute Details
#child_asset ⇒ Array<Google::Apis::DatafusionV1::CloudAsset>
Corresponds to the JSON property childAsset
327 328 329 |
# File 'lib/google/apis/datafusion_v1/classes.rb', line 327 def child_asset @child_asset end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
334 335 336 |
# File 'lib/google/apis/datafusion_v1/classes.rb', line 334 def update!(**args) @child_asset = args[:child_asset] if args.key?(:child_asset) end |