class documentation

class GroupMembersChangeResult(bb.Struct): (source)

View In Hierarchy

Result returned by :meth:`dropbox.dropbox_client.Dropbox.team_groups_members_add` and :meth:`dropbox.dropbox_client.Dropbox.team_groups_members_remove`. :ivar team.GroupMembersChangeResult.group_info: The group info after member change operation has been performed. :ivar team.GroupMembersChangeResult.async_job_id: For legacy purposes async_job_id will always return one space ' '. Formerly, it was an ID that was used to obtain the status of granting/revoking group-owned resources. It's no longer necessary because the async processing now happens automatically.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable async_job_id Undocumented
Instance Variable group_info Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _async_job_id_value Undocumented
Instance Variable _group_info_value Undocumented
def __init__(self, group_info=None, async_job_id=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

async_job_id = (source)

Undocumented

group_info = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_async_job_id_value = (source)

Undocumented

_group_info_value = (source)

Undocumented