id property

id property

Gets or sets the unique identifier for the resource.

Definition:

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

See Also