Skip to content

[I] SdkNamespace

Represents a namespace in the package, containing all clients, operations, and types.

  • DecoratedType
Type Parameter
TServiceOperation extends SdkServiceOperation
PropertyTypeDescriptionInherited from
__raw?Namespace--
clientsSdkClientType<TServiceOperation>[]Clients under this namespace.-
decoratorsDecoratorInfo[]Client types sourced from TypeSpec decorated types will have this generic decoratores list. Only decorators in allowed list will be included in this list. Language’s emitter could set additionalDecorators in the option when createSdkContext to extend the allowed list.DecoratedType.decorators
enumsSdkEnumType[]Enumerations used in package under this namespace.-
fullNamestringNamespace full qualified name.-
modelsSdkModelType[]Models used in package under this namespace.-
namestringNamespace name.-
namespacesSdkNamespace<TServiceOperation>[]Nested namespaces under this namespace.-
unions( | SdkNullableType | SdkUnionType<SdkType>)[]Unions or nullable types used in package under this namespace.-