Method: PulpcoreClient::ContentGuardResponse#valid?
- Defined in:
 - lib/pulpcore_client/models/content_guard_response.rb
 
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
      110 111 112 113  | 
    
      # File 'lib/pulpcore_client/models/content_guard_response.rb', line 110 def valid? return false if @name.nil? true end  |