Class: Google::Apis::ServicenetworkingV1::ValidateConsumerConfigResponse
- Inherits:
-
Object
- Object
- Google::Apis::ServicenetworkingV1::ValidateConsumerConfigResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/servicenetworking_v1/classes.rb,
generated/google/apis/servicenetworking_v1/representations.rb,
generated/google/apis/servicenetworking_v1/representations.rb
Instance Attribute Summary collapse
-
#is_valid ⇒ Boolean
(also: #is_valid?)
Corresponds to the JSON property
isValid
. -
#validation_error ⇒ String
Corresponds to the JSON property
validationError
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ValidateConsumerConfigResponse
constructor
A new instance of ValidateConsumerConfigResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ValidateConsumerConfigResponse
Returns a new instance of ValidateConsumerConfigResponse.
4149 4150 4151 |
# File 'generated/google/apis/servicenetworking_v1/classes.rb', line 4149 def initialize(**args) update!(**args) end |
Instance Attribute Details
#is_valid ⇒ Boolean Also known as: is_valid?
Corresponds to the JSON property isValid
4141 4142 4143 |
# File 'generated/google/apis/servicenetworking_v1/classes.rb', line 4141 def is_valid @is_valid end |
#validation_error ⇒ String
Corresponds to the JSON property validationError
4147 4148 4149 |
# File 'generated/google/apis/servicenetworking_v1/classes.rb', line 4147 def validation_error @validation_error end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4154 4155 4156 4157 |
# File 'generated/google/apis/servicenetworking_v1/classes.rb', line 4154 def update!(**args) @is_valid = args[:is_valid] if args.key?(:is_valid) @validation_error = args[:validation_error] if args.key?(:validation_error) end |