Sha256: 2aa767d0d226d541d99585d216187b248e19250bd1313d6d74ae4d7c9726fb14
Contents?: true
Size: 524 Bytes
Versions: 3
Compression:
Stored size: 524 Bytes
Contents
# Athenian::NotifiedDeploymentsInner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name of the deployment. | | | **resolved** | **Boolean** | Value indicating whether we resolved the received Git reference on the spot. `false` is probably still OK for new references that we haven't synchronized yet. | | ## Example ```ruby require 'athenian' instance = Athenian::NotifiedDeploymentsInner.new( name: null, resolved: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/NotifiedDeploymentsInner.md |
athenian-2.1.85 | docs/NotifiedDeploymentsInner.md |
athenian-2.1.81 | docs/NotifiedDeploymentsInner.md |