Class: Google::Apis::BackupdrV1::CloudAssetComposition

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CloudAssetComposition

Returns a new instance of CloudAssetComposition.



1391
1392
1393
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1391

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

Instance Attribute Details

#child_assetArray<Google::Apis::BackupdrV1::CloudAsset>

Corresponds to the JSON property childAsset



1389
1390
1391
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1389

def child_asset
  @child_asset
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1396
1397
1398
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1396

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