다음을 통해 공유


ServiceConfigListResultProperties interface

서비스 구성 응답.

속성

componentName

구성 요소 이름입니다.

content

서비스 구성 파일의 콘텐츠입니다.

customKeys

사용자 지정 키입니다.

defaultKeys

기본 키입니다.

fileName

파일 이름입니다.

path

구성 파일 경로입니다.

serviceName

서비스 구성 이름입니다.

type

구성 형식입니다.

속성 세부 정보

componentName

구성 요소 이름입니다.

componentName: string

속성 값

string

content

서비스 구성 파일의 콘텐츠입니다.

content?: string

속성 값

string

customKeys

사용자 지정 키입니다.

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

속성 값

{[propertyName: string]: string}

defaultKeys

기본 키입니다.

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

속성 값

{[propertyName: string]: ServiceConfigListResultValueEntity}

fileName

파일 이름입니다.

fileName: string

속성 값

string

path

구성 파일 경로입니다.

path?: string

속성 값

string

serviceName

서비스 구성 이름입니다.

serviceName: string

속성 값

string

type

구성 형식입니다.

type?: string

속성 값

string