class documentation

class GroupUpdateArgs(IncludeMembersArg): (source)

View In Hierarchy

:ivar team.GroupUpdateArgs.group: Specify a group. :ivar team.GroupUpdateArgs.new_group_name: Optional argument. Set group name to this if provided. :ivar team.GroupUpdateArgs.new_group_external_id: Optional argument. New group external ID. If the argument is None, the group's external_id won't be updated. If the argument is empty string, the group's external id will be cleared. :ivar team.GroupUpdateArgs.new_group_management_type: Set new group management type, if provided.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable group Undocumented
Instance Variable new_group_external_id Undocumented
Instance Variable new_group_management_type Undocumented
Instance Variable new_group_name Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _group_value Undocumented
Instance Variable _new_group_external_id_value Undocumented
Instance Variable _new_group_management_type_value Undocumented
Instance Variable _new_group_name_value Undocumented

Inherited from IncludeMembersArg:

Instance Variable return_members Undocumented
Instance Variable _return_members_value Undocumented
def __init__(self, group=None, return_members=None, new_group_name=None, new_group_external_id=None, new_group_management_type=None): (source)

Undocumented

new_group_external_id = (source)

Undocumented

new_group_management_type = (source)

Undocumented

new_group_name = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_group_value = (source)

Undocumented

_new_group_external_id_value = (source)

Undocumented

_new_group_management_type_value = (source)

Undocumented

_new_group_name_value = (source)

Undocumented