remoteConfig.TemplateVersion interface

프로젝트가 업데이트될 때 생성되는 원격 구성 템플릿 버전 메타데이터 객체를 나타내는 인터페이스입니다.

서명:

export interface TemplateVersion 

속성

재산 유형 설명
설명 이 원격 구성 템플릿 버전과 관련된 설명입니다.
롤백소스 숫자 이 업데이트가 롤백된 원격 구성 템플릿의 버전 번호입니다. 이 업데이트가 롤백인 경우에만 적용됩니다.
업데이트원산지 호출자의 출처 - Firebase 콘솔 또는 Remote Config REST API. 유효한 값은 [ RemoteConfigUpdateOrigin ](/docs/reference/remote-config/rest/v1/Version#remoteconfigupdateorigin)을 참조하세요.
업데이트시간 템플릿이 형식(ISO8601 타임스탬프)으로 업데이트된 경우.
업데이트 유형 강제, 증분 또는 롤백 작업 등 수행된 업데이트 작업 유형입니다. 유효한 값은 [ RemoteConfigUpdateType ](/docs/reference/remote-config/rest/v1/Version#remoteconfigupdatetype)을 참조하세요.
업데이트사용자 원격구성사용자 [ RemoteConfigUser ](/docs/reference/remote-config/rest/v1/Version#remoteconfiguser) 유형의 업데이트를 수행한 계정에 대한 메타데이터입니다.
버전 번호 숫자 업데이트된 원격 구성 템플릿의 버전 번호입니다.

RemoteConfig.TemplateVersion.description

이 원격 구성 템플릿 버전과 관련된 설명입니다.

서명:

description: string;

RemoteConfig.TemplateVersion.rollbackSource

이 업데이트가 롤백된 원격 구성 템플릿의 버전 번호입니다. 이 업데이트가 롤백인 경우에만 적용됩니다.

서명:

rollbackSource?: number;

RemoteConfig.TemplateVersion.updateOrigin

호출자의 출처 - Firebase 콘솔 또는 Remote Config REST API. [ RemoteConfigUpdateOrigin 참조하세요. ](/docs/reference/remote-config/rest/v1/Version#remoteconfigupdateorigin)에서 유효한 값을 확인하세요.

서명:

updateOrigin: string;

RemoteConfig.TemplateVersion.updateTime

템플릿이 형식(ISO8601 타임스탬프)으로 업데이트된 경우.

서명:

updateTime: string;

RemoteConfig.TemplateVersion.updateType

강제, 증분 또는 롤백 작업 등 수행된 업데이트 작업 유형입니다. [ RemoteConfigUpdateType 참조하세요. ](/docs/reference/remote-config/rest/v1/Version#remoteconfigupdatetype)에서 유효한 값을 확인하세요.

서명:

updateType: string;

RemoteConfig.TemplateVersion.updateUser

업데이트를 수행한 계정에 대한 메타데이터([ RemoteConfigUser 유형) ](/docs/reference/remote-config/rest/v1/Version#remoteconfiguser).

서명:

updateUser: RemoteConfigUser;

RemoteConfig.TemplateVersion.versionNumber

업데이트된 원격 구성 템플릿의 버전 번호입니다.

서명:

versionNumber: number;