InterceptDeployment constructor

InterceptDeployment({
  1. String? createTime,
  2. String? description,
  3. String? forwardingRule,
  4. String? interceptDeploymentGroup,
  5. Map<String, String>? labels,
  6. String? name,
  7. bool? reconciling,
  8. String? state,
  9. String? updateTime,
})

Implementation

InterceptDeployment({
  this.createTime,
  this.description,
  this.forwardingRule,
  this.interceptDeploymentGroup,
  this.labels,
  this.name,
  this.reconciling,
  this.state,
  this.updateTime,
});