AssociatedEntities constructor

AssociatedEntities({
  1. List<AnthosCluster>? anthosClusters,
  2. List<GkeCluster>? gkeClusters,
})

Implementation

AssociatedEntities({this.anthosClusters, this.gkeClusters});