Package version:

Interface ServiceConfigListResultProperties

Service config response.

interface ServiceConfigListResultProperties {
    componentName: string;
    content?: string;
    customKeys?: {
        [propertyName: string]: string;
    };
    defaultKeys?: {
        [propertyName: string]: ServiceConfigListResultValueEntity;
    };
    fileName: string;
    path?: string;
    serviceName: string;
    type?: string;
}

Hierarchy (view full)

Properties

componentName: string

Component Name.

content?: string

Content in the service config file.

customKeys?: {
    [propertyName: string]: string;
}

The custom keys.

defaultKeys?: {
    [propertyName: string]: ServiceConfigListResultValueEntity;
}

The default keys.

fileName: string

File Name.

path?: string

Config file path.

serviceName: string

Service Config Name.

type?: string

Config type.