Class: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Error

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

Overview

Output only. If errors are generated during update of the resource, this field will be populated.

Defined Under Namespace

Classes: Error

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Error

Returns a new instance of Error.



1361
1362
1363
# File 'generated/google/apis/deploymentmanager_v2/classes.rb', line 1361

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

Instance Attribute Details

#errorsArray<Google::Apis::DeploymentmanagerV2::ResourceUpdate::Error::Error>

[Output Only] The array of errors encountered while processing this operation. Corresponds to the JSON property errors



1359
1360
1361
# File 'generated/google/apis/deploymentmanager_v2/classes.rb', line 1359

def errors
  @errors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1366
1367
1368
# File 'generated/google/apis/deploymentmanager_v2/classes.rb', line 1366

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