Show / Hide Table of Contents

Class OpenApiToolset

A toolset that contains a list of tools that are defined by an OpenAPI schema.

Inheritance
object
OpenApiToolset
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class OpenApiToolset : IDirectResponseSchema

Properties

ApiAuthentication

Optional. Authentication information required by the API.

Declaration
[JsonProperty("apiAuthentication")]
public virtual ApiAuthentication ApiAuthentication { get; set; }
Property Value
Type Description
ApiAuthentication

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IgnoreUnknownFields

Optional. If true, the agent will ignore unknown fields in the API response for all operations defined in the OpenAPI schema.

Declaration
[JsonProperty("ignoreUnknownFields")]
public virtual bool? IgnoreUnknownFields { get; set; }
Property Value
Type Description
bool?

OpenApiSchema

Required. The OpenAPI schema of the toolset.

Declaration
[JsonProperty("openApiSchema")]
public virtual string OpenApiSchema { get; set; }
Property Value
Type Description
string

ServiceDirectoryConfig

Optional. Service Directory configuration.

Declaration
[JsonProperty("serviceDirectoryConfig")]
public virtual ServiceDirectoryConfig ServiceDirectoryConfig { get; set; }
Property Value
Type Description
ServiceDirectoryConfig

TlsConfig

Optional. The TLS configuration. Includes the custom server certificates

Declaration
[JsonProperty("tlsConfig")]
public virtual TlsConfig TlsConfig { get; set; }
Property Value
Type Description
TlsConfig

Url

Optional. The server URL of the Open API schema. This field is only set in toolsets in the environment dependencies during the export process if the schema contains a server url. During the import process, if this url is present in the environment dependencies and the schema has the $env_var placeholder, it will replace the placeholder in the schema.

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX