class documentation

class IntegrationConnectedDetails(bb.Struct): (source)

View In Hierarchy

Connected integration for member. :ivar team_log.IntegrationConnectedDetails.integration_name: Name of the third-party integration.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable integration_name Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _integration_name_value Undocumented
def __init__(self, integration_name=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

integration_name = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_integration_name_value = (source)

Undocumented