Method: CMV4APIClient::ResetPasswordData.openapi_types

Defined in:
lib/cmv4-openapi-client/models/reset_password_data.rb

.openapi_typesObject

Attribute type mapping.



30
31
32
33
34
35
# File 'lib/cmv4-openapi-client/models/reset_password_data.rb', line 30

def self.openapi_types
  {
    :'jwt' => :'String',
    :'password' => :'String'
  }
end