is_format_of property

is_format_of property

Gets or sets a pre-existing related resource that is substantially the same as the described resource, but in another format.

Definition:

@property
def is_format_of(self):
    ...
@is_format_of.setter
def is_format_of(self, value):
    ...

See Also