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.



1366
1367
1368
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1366

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

Instance Attribute Details

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

Corresponds to the JSON property childAsset



1364
1365
1366
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1364

def child_asset
  @child_asset
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1371
1372
1373
# File 'lib/google/apis/backupdr_v1/classes.rb', line 1371

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