class Google::Apis::IamV1::PolicyDelta

The difference delta between two policies.

Attributes

binding_deltas[RW]

The delta for Bindings between two policies. Corresponds to the JSON property `bindingDeltas` @return [Array<Google::Apis::IamV1::BindingDelta>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/iam_v1/classes.rb, line 1081
def update!(**args)
  @binding_deltas = args[:binding_deltas] if args.key?(:binding_deltas)
end