Sha256: cf8ad4fd0f889cb2b3aad550c04ad21cdb08304b9c20c9bbf0cad1b4a05b2901
Contents?: true
Size: 781 Bytes
Versions: 3
Compression:
Stored size: 781 Bytes
Contents
# Athenian::GoalTemplateUpdateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name of the template. | | | **metric** | [**GoalTemplateMetric**](GoalTemplateMetric.md) | | | | **metric_params** | [**GoalMetricParams**](GoalMetricParams.md) | | [optional] | | **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::GoalTemplateUpdateRequest.new( name: Untitled Template, metric: null, metric_params: null, 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/GoalTemplateUpdateRequest.md |
athenian-2.1.85 | docs/GoalTemplateUpdateRequest.md |
athenian-2.1.81 | docs/GoalTemplateUpdateRequest.md |