The the brands that belong to the tenant.

Hierarchy (view full)

Constructors

Methods

  • getBody is used by the BambuClient to properly construct the request object body.

    Returns undefined

    Returns the expected body of the request utilizing the defined request attributes.

  • Parameters

    • options: {
          execute: ((executable) => Promise<any>);
      }
      • execute: ((executable) => Promise<any>)
          • (executable): Promise<any>
          • Parameters

            Returns Promise<any>

    Returns Promise<any>