class Google::Apis::DeploymentmanagerV2beta2::Operation::Warning

Attributes

code[RW]
Output Only

The warning type identifier for this warning.

Corresponds to the JSON property `code` @return [String]

data[RW]
Output Only

Metadata for this warning in key: value format.

Corresponds to the JSON property `data` @return [Array<Google::Apis::DeploymentmanagerV2beta2::Operation::Warning::Datum>]

message[RW]
Output Only

Optional human-readable details for this warning.

Corresponds to the JSON property `message` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/deploymentmanager_v2beta2/classes.rb, line 532
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/deploymentmanager_v2beta2/classes.rb, line 537
def update!(**args)
  @code = args[:code] unless args[:code].nil?
  @data = args[:data] unless args[:data].nil?
  @message = args[:message] unless args[:message].nil?
end