GoogleCloudApigeeV1OrganizationProjectMapping constructor

GoogleCloudApigeeV1OrganizationProjectMapping({
  1. String? location,
  2. String? organization,
  3. String? projectId,
  4. List<String>? projectIds,
})

Implementation

GoogleCloudApigeeV1OrganizationProjectMapping({
  this.location,
  this.organization,
  this.projectId,
  this.projectIds,
});