class Google::Apis::PolicysimulatorV1beta1::GoogleCloudPolicysimulatorV1beta1BindingExplanationAnnotatedMembership

Details about whether the binding includes the member.

Attributes

membership[RW]

Indicates whether the binding includes the member. Corresponds to the JSON property `membership` @return [String]

relevance[RW]

The relevance of the member's status to the overall determination for the binding. Corresponds to the JSON property `relevance` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/policysimulator_v1beta1/classes.rb, line 370
def update!(**args)
  @membership = args[:membership] if args.key?(:membership)
  @relevance = args[:relevance] if args.key?(:relevance)
end