ListAutoscalingPoliciesResponse constructor

ListAutoscalingPoliciesResponse({
  1. String? nextPageToken,
  2. List<AutoscalingPolicy>? policies,
})

Implementation

ListAutoscalingPoliciesResponse({
  this.nextPageToken,
  this.policies,
});