remoteConfig.ConfigUser interface

All the fields associated with the person/service account that wrote a Remote Config template.

Signature:

exportinterfaceConfigUser

Properties

PropertyTypeDescription
emailstringEmail address.
imageUrlstringImage URL.
namestringDisplay name.

remoteConfig.ConfigUser.email

Email address.

Signature:

email:string;

remoteConfig.ConfigUser.imageUrl

Image URL.

Signature:

imageUrl:string;

remoteConfig.ConfigUser.name

Display name.

Signature:

name:string;