remoteConfig.RemoteConfigUser interface

Interfejs reprezentujący metadane konta Remote Config, które przeprowadziło aktualizację. Zawiera te same pola co [ RemoteConfigUser ](/docs/reference/remote-config/rest/v1/Version#remoteconfiguser).

Podpis:

export interface RemoteConfigUser 

Nieruchomości

Nieruchomość Typ Opis
e-mail strunowy Adres e-mail konta Remote Config, które przeprowadziło aktualizację.
adres URL obrazu strunowy Adres URL obrazu konta Remote Config, które przeprowadziło aktualizację.
nazwa strunowy Nazwa konta Remote Config, które przeprowadziło aktualizację.

RemoteConfig.RemoteConfigUser.email

Adres e-mail konta Remote Config, które przeprowadziło aktualizację.

Podpis:

email: string;

RemoteConfig.RemoteConfigUser.imageUrl

Adres URL obrazu konta Remote Config, które przeprowadziło aktualizację.

Podpis:

imageUrl?: string;

RemoteConfig.RemoteConfigUser.name

Nazwa konta Remote Config, które przeprowadziło aktualizację.

Podpis:

name?: string;