Class GoogleCloudApihubV1OperationDetails
The operation details parsed from the spec.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1OperationDetails : IDirectResponseSchema
Properties
Deprecated
Optional. For OpenAPI spec, this will be set if operation.deprecated
is marked as true
in the spec.
Declaration
[JsonProperty("deprecated")]
public virtual bool? Deprecated { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Description
Optional. Description of the operation behavior. For OpenAPI spec, this will map to operation.description
in the spec, in case description is empty, operation.summary
will be used.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Documentation
Optional. Additional external documentation for this operation. For OpenAPI spec, this will map to
operation.documentation
in the spec.
Declaration
[JsonProperty("documentation")]
public virtual GoogleCloudApihubV1Documentation Documentation { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1Documentation |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpOperation
The HTTP Operation.
Declaration
[JsonProperty("httpOperation")]
public virtual GoogleCloudApihubV1HttpOperation HttpOperation { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1HttpOperation |