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.



1380
1381
1382
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1380

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

Instance Attribute Details

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

Corresponds to the JSON property childAsset



1378
1379
1380
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1378

def child_asset
  @child_asset
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1385
1386
1387
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1385

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