class documentation

class LegalHoldPolicy(bb.Struct): (source)

View In Hierarchy

:ivar team.LegalHoldPolicy.id: The legal hold id. :ivar team.LegalHoldPolicy.name: Policy name. :ivar team.LegalHoldPolicy.description: A description of the legal hold policy. :ivar team.LegalHoldPolicy.activation_time: The time at which the legal hold was activated. :ivar team.LegalHoldPolicy.members: Team members IDs and number of permanently deleted members under hold. :ivar team.LegalHoldPolicy.status: The current state of the hold. :ivar team.LegalHoldPolicy.start_date: Start date of the legal hold policy. :ivar team.LegalHoldPolicy.end_date: End date of the legal hold policy.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable activation_time Undocumented
Instance Variable description Undocumented
Instance Variable end_date Undocumented
Instance Variable id Undocumented
Instance Variable members Undocumented
Instance Variable name Undocumented
Instance Variable start_date Undocumented
Instance Variable status Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _activation_time_value Undocumented
Instance Variable _description_value Undocumented
Instance Variable _end_date_value Undocumented
Instance Variable _id_value Undocumented
Instance Variable _members_value Undocumented
Instance Variable _name_value Undocumented
Instance Variable _start_date_value Undocumented
Instance Variable _status_value Undocumented
def __init__(self, id=None, name=None, members=None, status=None, start_date=None, description=None, activation_time=None, end_date=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

activation_time = (source)

Undocumented

description = (source)

Undocumented

end_date = (source)

Undocumented

Undocumented

Undocumented

Undocumented

start_date = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_activation_time_value = (source)

Undocumented

_description_value = (source)

Undocumented

_end_date_value = (source)

Undocumented

_id_value = (source)

Undocumented

_members_value = (source)

Undocumented

_name_value = (source)

Undocumented

_start_date_value = (source)

Undocumented

_status_value = (source)

Undocumented