Method: Athenian::ForSetDeployments.openapi_types

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

.openapi_typesObject

Attribute type mapping.



70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# File 'lib/athenian/models/for_set_deployments.rb', line 70

def self.openapi_types
  {
    :'repositories' => :'Array<String>',
    :'repogroups' => :'Array<Array<Integer>>',
    :'with' => :'DeploymentWith',
    :'withgroups' => :'Array<DeploymentWith>',
    :'pr_labels_include' => :'Array<String>',
    :'pr_labels_exclude' => :'Array<String>',
    :'jira' => :'JIRAFilter',
    :'with_labels' => :'Object',
    :'without_labels' => :'Object',
    :'environments' => :'Array<String>',
    :'envgroups' => :'Array<Array<String>>'
  }
end