creation_time property

creation_time property

Gets or Sets the creation time of this asset

Definition:

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

See Also