GoogleCloudApigeeV1OASDocumentation constructor

GoogleCloudApigeeV1OASDocumentation({
  1. String? format,
  2. GoogleCloudApigeeV1DocumentationFile? spec,
})

Implementation

GoogleCloudApigeeV1OASDocumentation({
  this.format,
  this.spec,
});