Class: Google::Apis::ApphubV1alpha::CloudAssetComposition
- Inherits:
-
Object
- Object
- Google::Apis::ApphubV1alpha::CloudAssetComposition
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apphub_v1alpha/classes.rb,
lib/google/apis/apphub_v1alpha/representations.rb,
lib/google/apis/apphub_v1alpha/representations.rb
Instance Attribute Summary collapse
-
#child_asset ⇒ Array<Google::Apis::ApphubV1alpha::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.
446 447 448 |
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 446 def initialize(**args) update!(**args) end |
Instance Attribute Details
#child_asset ⇒ Array<Google::Apis::ApphubV1alpha::CloudAsset>
Corresponds to the JSON property childAsset
444 445 446 |
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 444 def child_asset @child_asset end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
451 452 453 |
# File 'lib/google/apis/apphub_v1alpha/classes.rb', line 451 def update!(**args) @child_asset = args[:child_asset] if args.key?(:child_asset) end |