ListAutoscalingPoliciesResponse constructor
ListAutoscalingPoliciesResponse({
- String? nextPageToken,
- List<
AutoscalingPolicy> ? policies,
Implementation
ListAutoscalingPoliciesResponse({
this.nextPageToken,
this.policies,
});