GoogleCloudApihubV1OperationDetails constructor
GoogleCloudApihubV1OperationDetails({
- bool? deprecated,
- String? description,
- GoogleCloudApihubV1Documentation? documentation,
- GoogleCloudApihubV1HttpOperation? httpOperation,
- GoogleCloudApihubV1McpTool? mcpTool,
Implementation
GoogleCloudApihubV1OperationDetails({
this.deprecated,
this.description,
this.documentation,
this.httpOperation,
this.mcpTool,
});