[F] getSdkArrayOrDictWithDiagnostics
function getSdkArrayOrDictWithDiagnostics( context, type, operation?): [ | undefined | SdkArrayType | SdkDictionaryType, readonly Diagnostic[]];Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
context | TCGCContext |
type | Model |
operation? | Operation |
Returns
Section titled “Returns”[
| undefined
| SdkArrayType
| SdkDictionaryType, readonly Diagnostic[]]