DocumentationToolsSDKsPythonReferenceV2024ModelsColumnOn this pageColumn Properties NameTypeDescriptionNotesvar_fieldstrThe name of the field.[required]headerstrThe value of the header.[optional]} Example from sailpoint.v2024.models.column import Columncolumn = Column(var_field='email',header='Work Email') [Back to top]