Interface

NM-1.0NMDhcpConfigConstructorProps

interface ConstructorProps {
    client: NM.Client | null;
    family: number;
    options: GLib.HashTable<string, string> | { [key: string]: any };
    path: string;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from NM.Object.ConstructorProps

Properties

family: number
options: GLib.HashTable<string, string> | { [key: string]: any }

Properties - Inherited from NM.Object.ConstructorProps

client: NM.Client | null
path: string