PyRestIdentifiable
class PyRestIdentifiable(rest_identifiable)
Bases: object
Interface for an object that uses a REST API-style LUID identifier.
- Parameters: rest_identifiable (IRestIdentifiable)
__init__(rest_identifiable)
Creates a new PyRestIdentifiable object.
Args: : rest_identifiable: A IRestIdentifiable object.
Returns: None.
- Parameters: rest_identifiable (IRestIdentifiable)
- Return type: None
Methods
__init__ (rest_identifiable) |
Creates a new PyRestIdentifiable object. |
---|
Attributes
id |
Gets the unique identifier. |
---|
property id : UUID
Gets the unique identifier.