remoteConfig.RemoteConfigUser interface

อินเทอร์เฟซที่แสดงข้อมูลเมตาสำหรับบัญชีการกำหนดค่าระยะไกลที่ดำเนินการอัปเดต ประกอบด้วยฟิลด์เดียวกันกับ [ RemoteConfigUser ](/docs/reference/remote-config/rest/v1/Version#remoteconfiguser)

ลายเซ็น:

export interface RemoteConfigUser 

คุณสมบัติ

คุณสมบัติ พิมพ์ คำอธิบาย
อีเมล เชือก ที่อยู่อีเมลของบัญชี Remote Config ที่ทำการอัปเดต
imageUrl เชือก URL รูปภาพของบัญชี Remote Config ที่ทำการอัปเดต
ชื่อ เชือก ชื่อของบัญชี Remote Config ที่ทำการอัปเดต

remoteConfig.RemoteConfigUser.email

ที่อยู่อีเมลของบัญชี Remote Config ที่ทำการอัปเดต

ลายเซ็น:

email: string;

remoteConfig.RemoteConfigUser.imageUrl

URL รูปภาพของบัญชี Remote Config ที่ทำการอัปเดต

ลายเซ็น:

imageUrl?: string;

remoteConfig.RemoteConfigUser.name

ชื่อของบัญชี Remote Config ที่ทำการอัปเดต

ลายเซ็น:

name?: string;