AccountExporter
Object Hierarchy:
Description:
[
CCode ( type_id =
"cloud_providers_account_exporter_get_type ()" ) ]
public class AccountExporter :
Object
Base object for representing a cloud providers account
Content:
Properties:
- public ActionGroup action_group { owned get; set; }
The action group associated with the account and menu model.
- public string bus_name { owned get; construct; }
The bus name of the account.
- public Icon icon { owned get; set; }
The icon representing the account.
- public MenuModel menu_model { owned get; set; }
The menu model associated with the account.
- public string name { owned get; set; }
The name of the account.
- public string path { owned get; set; }
The path of the directory where files are located.
- public ProviderExporter provider { owned get; construct; }
The provider associated with the account.
- public string status_details { owned get; set; }
The details of the account status.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object