AssociatedEntities constructor
AssociatedEntities({
- List<
AnthosCluster> ? anthosClusters, - List<
GkeCluster> ? gkeClusters,
Implementation
AssociatedEntities({
this.anthosClusters,
this.gkeClusters,
});