Method: PulpcoreClient::NestedOpenPGPUserIDResponse#valid?

Defined in:
lib/pulpcore_client/models/nested_open_pgp_user_id_response.rb

#valid?Boolean

Check to see if the all the properties in the model are valid



92
93
94
95
96
# File 'lib/pulpcore_client/models/nested_open_pgp_user_id_response.rb', line 92

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  return false if @user_id.nil?
  true
end