GoogleCloudOrgpolicyV2ListCustomConstraintsResponse constructor
GoogleCloudOrgpolicyV2ListCustomConstraintsResponse({
- List<
GoogleCloudOrgpolicyV2CustomConstraint> ? customConstraints, - String? nextPageToken,
Implementation
GoogleCloudOrgpolicyV2ListCustomConstraintsResponse({
this.customConstraints,
this.nextPageToken,
});