Class: Google::Apis::GkehubV1alpha::ValidateCreateMembershipResponse
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1alpha::ValidateCreateMembershipResponse
- 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
-
#validation_results ⇒ Array<Google::Apis::GkehubV1alpha::ValidationResult>
Wraps all the validator results.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ValidateCreateMembershipResponse
constructor
A new instance of ValidateCreateMembershipResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ValidateCreateMembershipResponse
Returns a new instance of ValidateCreateMembershipResponse.
4237 4238 4239 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 4237 def initialize(**args) update!(**args) end |
Instance Attribute Details
#validation_results ⇒ Array<Google::Apis::GkehubV1alpha::ValidationResult>
Wraps all the validator results.
Corresponds to the JSON property validationResults
4235 4236 4237 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 4235 def validation_results @validation_results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4242 4243 4244 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 4242 def update!(**args) @validation_results = args[:validation_results] if args.key?(:validation_results) end |