class documentation

class LegalHoldsPolicyCreateArg(bb.Struct): (source)

View In Hierarchy

:ivar team.LegalHoldsPolicyCreateArg.name: Policy name. :ivar team.LegalHoldsPolicyCreateArg.description: A description of the legal hold policy. :ivar team.LegalHoldsPolicyCreateArg.members: List of team member IDs added to the hold. :ivar team.LegalHoldsPolicyCreateArg.start_date: start date of the legal hold policy. :ivar team.LegalHoldsPolicyCreateArg.end_date: end date of the legal hold policy.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

description = (source)

Undocumented

end_date = (source)

Undocumented

Undocumented

Undocumented

start_date = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_description_value = (source)

Undocumented

_end_date_value = (source)

Undocumented

_members_value = (source)

Undocumented

_name_value = (source)

Undocumented

_start_date_value = (source)

Undocumented