Sha256: 00537e4ea7b51aef388cd3fa07081129e991a825b84e1b00753b09367fdfd903
Contents?: true
Size: 559 Bytes
Versions: 3
Compression:
Stored size: 559 Bytes
Contents
# Athenian::FilterLabelsRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account** | **Integer** | Account ID. | | | **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::FilterLabelsRequest.new( account: 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/FilterLabelsRequest.md |
athenian-2.1.85 | docs/FilterLabelsRequest.md |
athenian-2.1.81 | docs/FilterLabelsRequest.md |