Sha256: 360cc6af8e06cc56c5b2e418fbe71b23671ce0108b524ad2eaa5df39377978d6

Contents?: true

Size: 902 Bytes

Versions: 3

Compression:

Stored size: 902 Bytes

Contents

# Athenian::GoalTemplateCreateRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account** | **Integer** | Account identifier. That account will own the created goal template. |  |
| **metric** | [**GoalTemplateMetric**](GoalTemplateMetric.md) |  |  |
| **metric_params** | [**GoalMetricParams**](GoalMetricParams.md) |  | [optional] |
| **name** | **String** | Name of the template. |  |
| **repositories** | **Array<String>** | Set of repositories. An empty list raises a bad response 400. Duplicates are automatically ignored. | [optional] |

## Example

```ruby
require 'athenian'

instance = Athenian::GoalTemplateCreateRequest.new(
  account: null,
  metric: null,
  metric_params: null,
  name: Untitled Template,
  repositories: ["github.com/athenianco/athenian-webapp","github.com/athenianco/athenian-api"]
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
athenian-2.1.86 docs/GoalTemplateCreateRequest.md
athenian-2.1.85 docs/GoalTemplateCreateRequest.md
athenian-2.1.81 docs/GoalTemplateCreateRequest.md