InterceptDeploymentGroup constructor
InterceptDeploymentGroup({
- List<
InterceptDeploymentGroupConnectedEndpointGroup> ? connectedEndpointGroups, - String? createTime,
- String? description,
- Map<
String, String> ? labels, - List<
InterceptLocation> ? locations, - String? name,
- List<
InterceptDeploymentGroupDeployment> ? nestedDeployments, - String? network,
- bool? reconciling,
- String? state,
- String? updateTime,
Implementation
InterceptDeploymentGroup({
this.connectedEndpointGroups,
this.createTime,
this.description,
this.labels,
this.locations,
this.name,
this.nestedDeployments,
this.network,
this.reconciling,
this.state,
this.updateTime,
});