Sha256: e47b0e2347a42a5a69e51de8a232985315c00293007221e62b1f807c53f03230
Contents?: true
Size: 664 Bytes
Versions: 3
Compression:
Stored size: 664 Bytes
Contents
# Athenian::DeleteEventsCacheRequest ## 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. | | | **targets** | **Array<String>** | Parts of the precomputed cache to reset. | | ## Example ```ruby require 'athenian' instance = Athenian::DeleteEventsCacheRequest.new( account: null, repositories: ["github.com/athenianco/athenian-webapp","github.com/athenianco/athenian-api"], targets: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/DeleteEventsCacheRequest.md |
athenian-2.1.85 | docs/DeleteEventsCacheRequest.md |
athenian-2.1.81 | docs/DeleteEventsCacheRequest.md |