Interface

NM-1.0NMDhcpConfigConstructorProps

interface ConstructorProps {
    client: NM.Client;
    family: number;
    options: GLib.HashTable<string, string>;
    path: string;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from NM.Object.ConstructorProps

Properties

family: number
options: GLib.HashTable<string, string>

Properties - Inherited from NM.Object.ConstructorProps

client: NM.Client
path: string