class documentation

class GetTeamEventsArg(bb.Struct): (source)

View In Hierarchy

:ivar team_log.GetTeamEventsArg.limit: The maximal number of results to return per call. Note that some calls may not return ``limit`` number of events, and may even return no events, even with `has_more` set to true. In this case, callers should fetch again using :meth:`dropbox.dropbox_client.Dropbox.team_log_get_events_continue`. :ivar team_log.GetTeamEventsArg.account_id: Filter the events by account ID. Return only events with this account_id as either Actor, Context, or Participants. :ivar team_log.GetTeamEventsArg.time: Filter by time range. :ivar team_log.GetTeamEventsArg.category: Filter the returned events to a single category. Note that category shouldn't be provided together with event_type. :ivar team_log.GetTeamEventsArg.event_type: Filter the returned events to a single event type. Note that event_type shouldn't be provided together with category.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable account_id Undocumented
Instance Variable category Undocumented
Instance Variable event_type Undocumented
Instance Variable limit Undocumented
Instance Variable time Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _account_id_value Undocumented
Instance Variable _category_value Undocumented
Instance Variable _event_type_value Undocumented
Instance Variable _limit_value Undocumented
Instance Variable _time_value Undocumented
def __init__(self, limit=None, account_id=None, time=None, category=None, event_type=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

account_id = (source)

Undocumented

category = (source)

Undocumented

event_type = (source)

Undocumented

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_account_id_value = (source)

Undocumented

_category_value = (source)

Undocumented

_event_type_value = (source)

Undocumented

_limit_value = (source)

Undocumented

_time_value = (source)

Undocumented