Method: PulpcoreClient::GenericRemoteResponseHiddenFieldsInner#list_invalid_properties
- Defined in:
- lib/pulpcore_client/models/generic_remote_response_hidden_fields_inner.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
79 80 81 82 83 84 85 86 87 88 89 90 91 |
# File 'lib/pulpcore_client/models/generic_remote_response_hidden_fields_inner.rb', line 79 def list_invalid_properties warn '[DEPRECATED] the `list_invalid_properties` method is obsolete' invalid_properties = Array.new if @name.nil? invalid_properties.push('invalid value for "name", name cannot be nil.') end if @is_set.nil? invalid_properties.push('invalid value for "is_set", is_set cannot be nil.') end invalid_properties end |