class Google::Apis::ReplicapoolV1beta2::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::ReplicapoolV1beta2::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/replicapool_v1beta2/classes.rb, line 520
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/replicapool_v1beta2/classes.rb, line 525
def update!(**args)
  @code = args[:code] if args.key?(:code)
  @data = args[:data] if args.key?(:data)
  @message = args[:message] if args.key?(:message)
end