Method: Athenian::DeploymentNotification.openapi_types

Defined in:
lib/athenian/models/deployment_notification.rb

.openapi_typesObject

Attribute type mapping.



81
82
83
84
85
86
87
88
89
90
91
92
# File 'lib/athenian/models/deployment_notification.rb', line 81

def self.openapi_types
  {
    :'components' => :'Array<DeployedComponent>',
    :'environment' => :'String',
    :'name' => :'String',
    :'url' => :'String',
    :'date_started' => :'Time',
    :'date_finished' => :'Time',
    :'conclusion' => :'DeploymentConclusion',
    :'labels' => :'Object'
  }
end