Method: PulpcoreClient::TaskGroupOperationResponse#valid?
- Defined in:
- lib/pulpcore_client/models/task_group_operation_response.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
83 84 85 86 87 |
# File 'lib/pulpcore_client/models/task_group_operation_response.rb', line 83 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' return false if @task_group.nil? true end |