# 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"] ) ```