Skip to main content

GroupRelation

Represents a relationship between two groups. A group relation defines a parent-child connection between two groups and indicates whether the child has admin privileges within the parent.

Methods

__init__()

from_dict()

to_dict()

Convert the group relation to a dictionary representation.

Returns

TypeDescription
dictDictionary containing all relation data

__repr__()