class documentation

class NoExpirationLinkGenCreateReportDetails(bb.Struct): (source)

View In Hierarchy

Report created: Links created with no expiration. :ivar team_log.NoExpirationLinkGenCreateReportDetails.start_date: Report start date. :ivar team_log.NoExpirationLinkGenCreateReportDetails.end_date: Report end date.

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