Gets the brand for the provided brandId.

Hierarchy (view full)

Constructors

Properties

brandId?: number

The brandId of the brand to retrieve.

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>