name property

OdsoFieldMapData.name property

Specifies the column name within an external data source for the column whose index is specified by the OdsoFieldMapData.column property. The default value is an empty string.

@property
def name(self) -> str:
    ...

@name.setter
def name(self, value: str):
    ...

See Also