remoteConfig.RemoteConfigUser interface

An interface representing metadata for a Remote Config account that performed the update. Contains the same fields as [RemoteConfigUser](/docs/reference/remote-config/rest/v1/Version#remoteconfiguser).

Signature:

exportinterfaceRemoteConfigUser

Properties

PropertyTypeDescription
emailstringEmail address of the Remote Config account that performed the update.
imageUrlstringImage URL of the Remote Config account that performed the update.
namestringName of the Remote Config account that performed the update.

remoteConfig.RemoteConfigUser.email

Email address of the Remote Config account that performed the update.

Signature:

email:string;

remoteConfig.RemoteConfigUser.imageUrl

Image URL of the Remote Config account that performed the update.

Signature:

imageUrl?:string;

remoteConfig.RemoteConfigUser.name

Name of the Remote Config account that performed the update.

Signature:

name?:string;