Class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnitKeyRequestBuilder

Constructors

Properties

args: {
    baseUri?: string;
    executeRequest: executeRequest;
    pathArgs: {
        associateId: string;
        businessUnitKey: string;
        projectKey: string;
    };
}

Type declaration

  • Optional baseUri?: string
  • executeRequest: executeRequest
  • pathArgs: {
        associateId: string;
        businessUnitKey: string;
        projectKey: string;
    }
    • associateId: string
    • businessUnitKey: string
    • projectKey: string

Methods