File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1209,7 +1209,7 @@ struct UpdateDomainResponse {
12091209struct FailoverDomainRequest {
12101210 10: optional string domainName
12111211 20: optional string domainActiveClusterName
1212- // only applicable to active-active domains where
1212+ // only applicable to active-active domains where
12131213 // specific cluster-attributes are being failed over
12141214 30: optional ActiveClusters activeClusters
12151215}
@@ -1262,7 +1262,7 @@ struct FailoverEvent {
12621262 // Can be passed with the ID to fetch a specific event.
12631263 20: optional i64 (js.type = " Long" ) createdTime
12641264 30: optional FailoverType failoverType
1265- 40: optional List <ClusterFailover> clusterFailovers
1265+ 40: optional list <ClusterFailover> clusterFailovers
12661266}
12671267
12681268struct ClusterFailover {
You can’t perform that action at this time.
0 commit comments