class documentation

class BinderAddPageDetails(bb.Struct): (source)

View In Hierarchy

Added Binder page. :ivar team_log.BinderAddPageDetails.event_uuid: Event unique identifier. :ivar team_log.BinderAddPageDetails.doc_title: Title of the Binder doc. :ivar team_log.BinderAddPageDetails.binder_item_name: Name of the Binder page/section.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable binder_item_name Undocumented
Instance Variable doc_title Undocumented
Instance Variable event_uuid Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _binder_item_name_value Undocumented
Instance Variable _doc_title_value Undocumented
Instance Variable _event_uuid_value Undocumented
def __init__(self, event_uuid=None, doc_title=None, binder_item_name=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

binder_item_name = (source)

Undocumented

doc_title = (source)

Undocumented

event_uuid = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_binder_item_name_value = (source)

Undocumented

_doc_title_value = (source)

Undocumented

_event_uuid_value = (source)

Undocumented