GoogleCloudApigeeV1ReferenceConfig constructor

GoogleCloudApigeeV1ReferenceConfig({
  1. String? name,
  2. String? resourceName,
})

Implementation

GoogleCloudApigeeV1ReferenceConfig({
  this.name,
  this.resourceName,
});