GoogleCloudApigeeV1Reference constructor

GoogleCloudApigeeV1Reference({
  1. String? description,
  2. String? name,
  3. String? refers,
  4. String? resourceType,
})

Implementation

GoogleCloudApigeeV1Reference({
  this.description,
  this.name,
  this.refers,
  this.resourceType,
});