gredom.get_group
gredom.get_group(group)
Get a GROUP object for the model object matching the fully qualified name.
If the parameter is a DOMOBJECT, this function behaves as a cast.
Parameters
| Parameter | Type | Description |
|---|---|---|
group | string or gredom#group | The fully qualified name of a group model object, or a DOMOBJECT representing a group. |
Returns
| Type | Description |
|---|---|
gredom#group | A GROUP object that represents a group model object. |