instance_id property

instance_id property

Gets or sets the identifier for a specific incarnation of a resource, updated each time the file is saved.

Definition:

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

See Also