GoogleCloudOsconfigV2ListPolicyOrchestratorsResponse constructor

GoogleCloudOsconfigV2ListPolicyOrchestratorsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudOsconfigV2PolicyOrchestrator>? policyOrchestrators,
  3. List<String>? unreachable,
})

Implementation

GoogleCloudOsconfigV2ListPolicyOrchestratorsResponse({
  this.nextPageToken,
  this.policyOrchestrators,
  this.unreachable,
});