Snapd.AutorefreshChangeData¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
[ |
r/w/co |
Names of the snaps that have been forced to autorefresh. |
|
[ |
r/w/co |
Names of the snaps that have been autorefreshed. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Snapd.AutorefreshChangeData(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
#SnapdAutoRefreshChangeData contains the data from the ‘data’ field of a
Snapd.Changeof kind ‘auto-refresh’.New in version 1.65.
- get_refresh_forced()¶
-
Returns the list of snaps that were inhibited for too long, and now are having a forced refresh.
New in version 1.65.
Property Details¶
- Snapd.AutorefreshChangeData.props.refresh_forced¶
- Name:
refresh-forced- Type:
[
str]- Default Value:
[]- Flags:
Contains the list of snaps that were inhibited for too long, and now are having a forced refresh.
New in version 1.65.