Sha256: bd91ec65c17158e654ca08e47a50160a29360bce34c5874e504df7ab2416d6ca
Contents?: true
Size: 469 Bytes
Versions: 3
Compression:
Stored size: 469 Bytes
Contents
# Athenian::NotifyDeployments200Response ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **deployments** | [**Array<NotifiedDeploymentsInner>**](NotifiedDeploymentsInner.md) | The list of notified deployments. | | ## Example ```ruby require 'athenian' instance = Athenian::NotifyDeployments200Response.new( deployments: [{"name":"prod-1984-05-01-ABCDEFGH","resolved":true}] ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/NotifyDeployments200Response.md |
athenian-2.1.85 | docs/NotifyDeployments200Response.md |
athenian-2.1.81 | docs/NotifyDeployments200Response.md |