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:
export interface RemoteConfigUser
Properties
Property | Type | Description |
---|---|---|
string | Email address of the Remote Config account that performed the update. | |
imageUrl | string | Image URL of the Remote Config account that performed the update. |
name | string | Name 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;