pyocf.types.contactinfowithoutname

Type representation of the contact info for an individual stakeholder

pydantic model pyocf.types.contactinfowithoutname.ContactInfoWithoutName

Type representation of the contact info for an individual stakeholder

field emails: Annotated[list[Email], FieldInfo(annotation=NoneType, required=True, description='Emails to reach the contact at')] | None = None
field phone_numbers: Annotated[list[Phone], FieldInfo(annotation=NoneType, required=True, description='Phone numbers to reach the contact at')] | None = None