Method: OryClient::Message.openapi_types

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

.openapi_typesObject

Attribute type mapping.



92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# File 'lib/ory-client/models/message.rb', line 92

def self.openapi_types
  {
    :'body' => :'String',
    :'channel' => :'String',
    :'created_at' => :'Time',
    :'dispatches' => :'Array<MessageDispatch>',
    :'id' => :'String',
    :'recipient' => :'String',
    :'send_count' => :'Integer',
    :'status' => :'CourierMessageStatus',
    :'subject' => :'String',
    :'template_type' => :'String',
    :'type' => :'CourierMessageType',
    :'updated_at' => :'Time'
  }
end