@@ -32,10 +32,18 @@ class ClusterInfo
3232 */
3333 protected $ version ;
3434 /**
35+ * Date and time at which the swarm was initialised in.
36+ [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds.
37+
38+ *
3539 * @var string
3640 */
3741 protected $ createdAt ;
3842 /**
43+ * Date and time at which the swarm was last updated in.
44+ [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds.
45+
46+ *
3947 * @var string
4048 */
4149 protected $ updatedAt ;
@@ -121,6 +129,10 @@ public function setVersion(?ObjectVersion $version): self
121129 }
122130
123131 /**
132+ * Date and time at which the swarm was initialised in.
133+ [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds.
134+
135+ *
124136 * @return string
125137 */
126138 public function getCreatedAt (): ?string
@@ -129,6 +141,10 @@ public function getCreatedAt(): ?string
129141 }
130142
131143 /**
144+ * Date and time at which the swarm was initialised in.
145+ [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds.
146+
147+ *
132148 * @param string $createdAt
133149 *
134150 * @return self
@@ -141,6 +157,10 @@ public function setCreatedAt(?string $createdAt): self
141157 }
142158
143159 /**
160+ * Date and time at which the swarm was last updated in.
161+ [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds.
162+
163+ *
144164 * @return string
145165 */
146166 public function getUpdatedAt (): ?string
@@ -149,6 +169,10 @@ public function getUpdatedAt(): ?string
149169 }
150170
151171 /**
172+ * Date and time at which the swarm was last updated in.
173+ [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format with nano-seconds.
174+
175+ *
152176 * @param string $updatedAt
153177 *
154178 * @return self
0 commit comments