Class GenerateAppResourceRequestToolGenerationConfigOpenApiToolsetGenerationConfigOperationGenerationConfig
The configuration to be used to generate an operation in the Open API schema.
Inheritance
GenerateAppResourceRequestToolGenerationConfigOpenApiToolsetGenerationConfigOperationGenerationConfig
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class GenerateAppResourceRequestToolGenerationConfigOpenApiToolsetGenerationConfigOperationGenerationConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Method
Required. The uri of the tool. This should include query and path parameters if any.
Declaration
[JsonProperty("method")]
public virtual string Method { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Path
Required. The path of the tool to be appended to the base uri. This should include query and path parameters if any.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestJson
Required. A sample request to the tool in JSON format. Skip if the tool does not support request body.
Declaration
[JsonProperty("requestJson")]
public virtual string RequestJson { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResponseJson
Required. A sample response from the tool in JSON format.
Declaration
[JsonProperty("responseJson")]
public virtual string ResponseJson { get; set; }
Property Value
| Type | Description |
|---|---|
| string |