ListDeployPoliciesResponse constructor

ListDeployPoliciesResponse({
  1. List<DeployPolicy>? deployPolicies,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListDeployPoliciesResponse({
  this.deployPolicies,
  this.nextPageToken,
  this.unreachable,
});