Method: OryClient::MessageDispatch.attribute_map

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

.attribute_mapObject

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



59
60
61
62
63
64
65
66
67
68
# File 'lib/ory-client/models/message_dispatch.rb', line 59

def self.attribute_map
  {
    :'created_at' => :'created_at',
    :'error' => :'error',
    :'id' => :'id',
    :'message_id' => :'message_id',
    :'status' => :'status',
    :'updated_at' => :'updated_at'
  }
end