ListDeployPoliciesResponse constructor
ListDeployPoliciesResponse({
- List<
DeployPolicy> ? deployPolicies, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListDeployPoliciesResponse({
this.deployPolicies,
this.nextPageToken,
this.unreachable,
});