remoteConfig.RemoteConfigUser interface

更新を実行した Remote Config アカウントのメタデータを表すインターフェース。[RemoteConfigUser](/docs/reference/remote-config/rest/v1/Version#remoteconfiguser) と同じフィールドが含まれます。

署名:

export interface RemoteConfigUser 

プロパティ

プロパティ 説明
email 文字列 更新を行った Remote Config アカウントのメールアドレス。
imageUrl 文字列 更新を行った Remote Config アカウントのイメージ URL。
name 文字列 更新を行った Remote Config アカウントの名前。

RemoteConfig.RemoteConfigUser.email

更新を行った Remote Config アカウントのメールアドレス。

署名:

email: string;

RemoteConfig.RemoteConfigUser.imageUrl

更新を行った Remote Config アカウントのイメージ URL。

署名:

imageUrl?: string;

remoteConfig.RemoteConfigUser.name

更新を行った Remote Config アカウントの名前。

署名:

name?: string;