GoogleCloudApigeeV1GraphqlDocumentation constructor

GoogleCloudApigeeV1GraphqlDocumentation({
  1. String? endpointUri,
  2. GoogleCloudApigeeV1DocumentationFile? schema,
})

Implementation

GoogleCloudApigeeV1GraphqlDocumentation({
  this.endpointUri,
  this.schema,
});