source_full_name property

FieldIncludeText.source_full_name property

Gets or sets the location of the document using an IRI.

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

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

See Also