Method: Athenian::GoalTemplateUpdateRequest.openapi_types
- Defined in:
- lib/athenian/models/goal_template_update_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
42 43 44 45 46 47 48 49 |
# File 'lib/athenian/models/goal_template_update_request.rb', line 42 def self.openapi_types { :'name' => :'String', :'metric' => :'GoalTemplateMetric', :'metric_params' => :'GoalMetricParams', :'repositories' => :'Array<String>' } end |