ProxyResource Class
The Resource model definition.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ProxyResource(*, e_tag: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
e_tag
|
eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not. Default value: None
|