autoMergeService? | boolean | Whether to auto-merge service’s things into current client. |
clientPath | string | The path of this client in the client hierarchy. For example, “MyClient.SubClient”. |
kind | "SdkClient" | - |
name | string | - |
parent? | SdkClient | The parent client. Only set for sub clients. |
services | Namespace[] | - |
subClients | SdkClient[] | Sub clients of this client. |
type? | Interface | Namespace | The type associated with this client. If it is created from string client location, or is a merged client, this will be undefined. |