Represents a namespace in the package, containing all clients, operations, and types.
| Property | Type | Description |
|---|
clients | SdkClientType<TServiceOperation>[] | Clients under this namespace. |
enums | SdkEnumType[] | Enumerations used in package under this namespace. |
fullName | string | Namespace full qualified name. |
models | SdkModelType[] | Models used in package under this namespace. |
name | string | Namespace name. |
namespaces | SdkNamespace<TServiceOperation>[] | Nested namespaces under this namespace. |
unions | ( | SdkNullableType | SdkUnionType<SdkType>)[] | Unions or nullable types used in package under this namespace. |