class documentation

class DateRange(bb.Struct): (source)

View In Hierarchy

Input arguments that can be provided for most reports. :ivar team.DateRange.start_date: Optional starting date (inclusive). If start_date is None or too long ago, this field will be set to 6 months ago. :ivar team.DateRange.end_date: Optional ending date (exclusive).

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable end_date Undocumented
Instance Variable start_date Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _end_date_value Undocumented
Instance Variable _start_date_value Undocumented
def __init__(self, start_date=None, end_date=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

end_date = (source)

Undocumented

start_date = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_end_date_value = (source)

Undocumented

_start_date_value = (source)

Undocumented