class Google::Apis::PrivatecaV1beta1::ReconciliationOperationMetadata

Operation metadata returned by the CLH during resource state reconciliation.

Attributes

delete_resource[RW]

DEPRECATED. Use exclusive_action instead. Corresponds to the JSON property `deleteResource` @return [Boolean]

delete_resource?[RW]

DEPRECATED. Use exclusive_action instead. Corresponds to the JSON property `deleteResource` @return [Boolean]

exclusive_action[RW]

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

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/privateca_v1beta1/classes.rb, line 1790
def update!(**args)
  @delete_resource = args[:delete_resource] if args.key?(:delete_resource)
  @exclusive_action = args[:exclusive_action] if args.key?(:exclusive_action)
end