Class: Google::Apis::GkehubV1alpha::ValidateCreateMembershipResponse

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

Overview

Response message for the GkeHub.ValidateCreateMembership method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ValidateCreateMembershipResponse

Returns a new instance of ValidateCreateMembershipResponse.



7194
7195
7196
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 7194

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

Instance Attribute Details

#validation_resultsArray<Google::Apis::GkehubV1alpha::ValidationResult>

Wraps all the validator results. Corresponds to the JSON property validationResults



7192
7193
7194
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 7192

def validation_results
  @validation_results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7199
7200
7201
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 7199

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