[F] getOperationGroup
function getOperationGroup(context, type): SdkOperationGroup | undefinedReturn the operation group object for the given namespace or interface or undefined is not an operation group.
Parameters
| Parameter | Type | Description |
|---|---|---|
context | TCGCContext | TCGCContext |
type | Namespace | Interface | Type to check |
Returns
SdkOperationGroup | undefined
Operation group or undefined.