RemoteRef

class RemoteRef(**properties: Any)

Superclasses: Ref, Object

Constructors:

RemoteRef(**properties)

Methods

class RemoteRef
get_download_size() int

Returns the download size of the ref.

get_eol() str

Returns the end-of-life reason string, or None if the ref is not end-of-lifed.

get_eol_rebase() str

Returns the end-of-life rebased ref, or None if the ref is not end-of-lifed.

get_installed_size() int

Returns the installed size of the ref.

get_metadata() Bytes | None

Returns the app metadata from the metadata cache of the ref.

get_remote_name() str

Gets the remote name of the ref.

Properties

class RemoteRef
props.download_size: int
props.end_of_life: str
props.end_of_life_rebase: str
props.installed_size: int
props.metadata: Bytes
props.remote_name: str

Fields

class RemoteRef
parent