Class GoogleCloudApihubV1ToolAnnotations
Annotations for a Tool.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1ToolAnnotations : IDirectResponseSchema
Properties
AdditionalHints
Optional. Additional hints which may help tools and not covered in defaults.
Declaration
[JsonProperty("additionalHints")]
public virtual IDictionary<string, string> AdditionalHints { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
DestructiveHint
Optional. Hint indicating if the tool may have destructive side effects.
Declaration
[JsonProperty("destructiveHint")]
public virtual bool? DestructiveHint { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IdempotentHint
Optional. Hint indicating if the tool is idempotent.
Declaration
[JsonProperty("idempotentHint")]
public virtual bool? IdempotentHint { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
OpenWorldHint
Optional. Hint indicating if the tool interacts with the open world (e.g., internet).
Declaration
[JsonProperty("openWorldHint")]
public virtual bool? OpenWorldHint { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ReadOnlyHint
Optional. Hint indicating if the tool is read-only.
Declaration
[JsonProperty("readOnlyHint")]
public virtual bool? ReadOnlyHint { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Title
Optional. A human-readable title for the tool (if different from Tool.title).
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |