ResourceChangeList Class
A list of changes associated with a resource over a specific time interval.
Constructor
ResourceChangeList(*, changes: List[_models.ResourceChangeData] | None = None, skip_token: Any | None = None, **kwargs)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
changes
|
The pageable value returned by the operation, i.e. a list of changes to the resource.
time interval. Default value: None
|
|
skip_token
|
Skip token that encodes the skip information while executing the current request. Default value: None
|
Variables
| Name | Description |
|---|---|
|
changes
|
The pageable value returned by the operation, i.e. a list of changes to the resource.
time interval. |
|
skip_token
|
Skip token that encodes the skip information while executing the current request. |