GoogleCloudApigeeV1ListOrganizationsResponse constructor

GoogleCloudApigeeV1ListOrganizationsResponse({
  1. List<GoogleCloudApigeeV1OrganizationProjectMapping>? organizations,
})

Implementation

GoogleCloudApigeeV1ListOrganizationsResponse({
  this.organizations,
});