SasPortalListDeploymentsResponse constructor
SasPortalListDeploymentsResponse({
- List<
SasPortalDeployment> ? deployments, - String? nextPageToken,
Implementation
SasPortalListDeploymentsResponse({
this.deployments,
this.nextPageToken,
});