remoteConfig.RemoteConfigUser interface

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

サイン:

export interface RemoteConfigUser 

プロパティ

財産タイプ説明
Eメール更新を実行した Remote Config アカウントの電子メール アドレス。
画像URL更新を実行した Remote Config アカウントのイメージ URL。
名前更新を実行した Remote Config アカウントの名前。

RemoteConfig.RemoteConfigUser.email

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

サイン:

email: string;

RemoteConfig.RemoteConfigUser.imageUrl

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

サイン:

imageUrl?: string;

RemoteConfig.RemoteConfigUser.name

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

サイン:

name?: string;