ResponsePolicy constructor

ResponsePolicy({
  1. String? description,
  2. List<ResponsePolicyGKECluster>? gkeClusters,
  3. String? id,
  4. String? kind,
  5. Map<String, String>? labels,
  6. List<ResponsePolicyNetwork>? networks,
  7. String? responsePolicyName,
})

Implementation

ResponsePolicy({
  this.description,
  this.gkeClusters,
  this.id,
  this.kind,
  this.labels,
  this.networks,
  this.responsePolicyName,
});