Method: Kickflow::TicketWithStep.attribute_map

Defined in:
lib/kickflow/models/ticket_with_step.rb

.attribute_mapObject

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



91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# File 'lib/kickflow/models/ticket_with_step.rb', line 91

def self.attribute_map
  {
    :'id' => :'id',
    :'ticket_number' => :'ticketNumber',
    :'title' => :'title',
    :'status' => :'status',
    :'sub_status' => :'subStatus',
    :'current_step' => :'currentStep',
    :'author' => :'author',
    :'proxy_client_user' => :'proxyClientUser',
    :'created_at' => :'createdAt',
    :'opened_at' => :'openedAt',
    :'completed_at' => :'completedAt',
    :'archived_at' => :'archivedAt',
    :'updated_at' => :'updatedAt',
    :'public_status' => :'publicStatus',
    :'forced_public_type' => :'forcedPublicType',
    :'workflow' => :'workflow',
    :'labels' => :'labels',
    :'steps' => :'steps'
  }
end