GoogleCloudApihubV1OperationDetails constructor

GoogleCloudApihubV1OperationDetails({
  1. bool? deprecated,
  2. String? description,
  3. GoogleCloudApihubV1Documentation? documentation,
  4. GoogleCloudApihubV1HttpOperation? httpOperation,
  5. GoogleCloudApihubV1McpTool? mcpTool,
})

Implementation

GoogleCloudApihubV1OperationDetails({
  this.deprecated,
  this.description,
  this.documentation,
  this.httpOperation,
  this.mcpTool,
});