GoogleCloudApigeeV1ApiDocDocumentation constructor

GoogleCloudApigeeV1ApiDocDocumentation({
  1. GoogleCloudApigeeV1GraphqlDocumentation? graphqlDocumentation,
  2. GoogleCloudApigeeV1OASDocumentation? oasDocumentation,
})

Implementation

GoogleCloudApigeeV1ApiDocDocumentation({
  this.graphqlDocumentation,
  this.oasDocumentation,
});