Class: Google::Apis::PolicytroubleshooterV1beta::GoogleCloudPolicytroubleshooterV1betaBindingExplanationAnnotatedMembership

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

Overview

Details about whether the binding includes the member.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GoogleCloudPolicytroubleshooterV1betaBindingExplanationAnnotatedMembership

Returns a new instance of GoogleCloudPolicytroubleshooterV1betaBindingExplanationAnnotatedMembership.



188
189
190
# File 'generated/google/apis/policytroubleshooter_v1beta/classes.rb', line 188

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)


180
181
182
# File 'generated/google/apis/policytroubleshooter_v1beta/classes.rb', line 180

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)


186
187
188
# File 'generated/google/apis/policytroubleshooter_v1beta/classes.rb', line 186

def relevance
  @relevance
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



193
194
195
196
# File 'generated/google/apis/policytroubleshooter_v1beta/classes.rb', line 193

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