Interface representing a Remote Config user.
Signature:
export interface RemoteConfigUser
Properties
| Property | Type | Description |
|---|---|---|
| string | Email address. Output only. | |
| imageUrl | string | Image URL. Output only. |
| name | string | Display name. Output only. |
RemoteConfigUser.email
Email address. Output only.
Signature:
email: string;
RemoteConfigUser.imageUrl
Image URL. Output only.
Signature:
imageUrl?: string;
RemoteConfigUser.name
Display name. Output only.
Signature:
name?: string;