GoogleCloudOrgpolicyV2ListConstraintsResponse constructor
GoogleCloudOrgpolicyV2ListConstraintsResponse({
- List<
GoogleCloudOrgpolicyV2Constraint> ? constraints, - String? nextPageToken,
Implementation
GoogleCloudOrgpolicyV2ListConstraintsResponse({
this.constraints,
this.nextPageToken,
});