GoogleCloudApigeeV1ApiDocDocumentation constructor

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

Implementation

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