Class: Google::Apis::IamV2::GoogleIamV1PolicyDelta

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

Overview

The difference delta between two policies.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleIamV1PolicyDelta

Returns a new instance of GoogleIamV1PolicyDelta.



241
242
243
# File 'lib/google/apis/iam_v2/classes.rb', line 241

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

Instance Attribute Details

#binding_deltasArray<Google::Apis::IamV2::GoogleIamV1BindingDelta>

The delta for Bindings between two policies. Corresponds to the JSON property bindingDeltas



239
240
241
# File 'lib/google/apis/iam_v2/classes.rb', line 239

def binding_deltas
  @binding_deltas
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



246
247
248
# File 'lib/google/apis/iam_v2/classes.rb', line 246

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