Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigurationParameters

Vertex Platform API The Vertex distributed cloud rendering platform includes a set of APIs and SDKs, which together allow easily integrating 3D product data into your business application. See our Developer Guides to get started. Notes about the Postman collection and API Reference code samples, - They include all required and optional body parameters for completeness. Remove any optional parameters as desired. - They use auto-generated IDs and other values that may share the same value for ease of documentation only. In actual requests and responses, the IDs should uniquely identify their corresponding resource.

The version of the OpenAPI document: 1.0 Contact: support@vertexvis.com

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Hierarchy

  • ConfigurationParameters

Index

Properties

Optional accessToken

accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>)

Optional apiKey

apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>)

Optional baseOptions

baseOptions?: any

Optional basePath

basePath?: string

Optional formDataCtor

formDataCtor?: new () => any

Type declaration

    • new (): any
    • Returns any

Optional password

password?: string

Optional username

username?: string