Method: OryClient::SettingsFlow.attribute_map

Defined in:
lib/ory-client/models/settings_flow.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



47
48
49
50
51
52
53
54
55
56
57
58
59
60
# File 'lib/ory-client/models/settings_flow.rb', line 47

def self.attribute_map
  {
    :'active' => :'active',
    :'expires_at' => :'expires_at',
    :'id' => :'id',
    :'identity' => :'identity',
    :'issued_at' => :'issued_at',
    :'request_url' => :'request_url',
    :'return_to' => :'return_to',
    :'state' => :'state',
    :'type' => :'type',
    :'ui' => :'ui'
  }
end