Class: Google::Apis::PolicytroubleshooterV1::GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership

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

Overview

Details about whether the binding includes the member.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership

Returns a new instance of GoogleCloudPolicytroubleshooterV1BindingExplanationAnnotatedMembership.



172
173
174
# File 'generated/google/apis/policytroubleshooter_v1/classes.rb', line 172

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

Instance Attribute Details

#membershipString

Indicates whether the binding includes the member. Corresponds to the JSON property membership

Returns:

  • (String)


164
165
166
# File 'generated/google/apis/policytroubleshooter_v1/classes.rb', line 164

def membership
  @membership
end

#relevanceString

The relevance of the member's status to the overall determination for the binding. Corresponds to the JSON property relevance

Returns:

  • (String)


170
171
172
# File 'generated/google/apis/policytroubleshooter_v1/classes.rb', line 170

def relevance
  @relevance
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



177
178
179
180
# File 'generated/google/apis/policytroubleshooter_v1/classes.rb', line 177

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