GoogleCloudOsconfigV2ListPolicyOrchestratorsResponse constructor
GoogleCloudOsconfigV2ListPolicyOrchestratorsResponse({
- String? nextPageToken,
- List<
GoogleCloudOsconfigV2PolicyOrchestrator> ? policyOrchestrators, - List<
String> ? unreachable,
Implementation
GoogleCloudOsconfigV2ListPolicyOrchestratorsResponse({
this.nextPageToken,
this.policyOrchestrators,
this.unreachable,
});