ServiceConfigListResultProperties interface

Service config response.

Properties

componentName

Component Name.

content

Content in the service config file.

customKeys

The custom keys.

defaultKeys

The default keys.

fileName

File Name.

path

Config file path.

serviceName

Service Config Name.

type

Config type.

Property Details

componentName

Component Name.

componentName: string

Property Value

string

content

Content in the service config file.

content?: string

Property Value

string

customKeys

The custom keys.

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

Property Value

{[propertyName: string]: string}

defaultKeys

The default keys.

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

Property Value

{[propertyName: string]: ServiceConfigListResultValueEntity}

fileName

File Name.

fileName: string

Property Value

string

path

Config file path.

path?: string

Property Value

string

serviceName

Service Config Name.

serviceName: string

Property Value

string

type

Config type.

type?: string

Property Value

string