Class: Google::Apis::ApphubV1alpha::CloudAssetComposition

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_assetArray<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