FirebaseRolloutMetadata interface

Signature:

export interface FirebaseRolloutMetadata 

Properties

Property Type Description
affectedParameterKeys string[]
rolloutId string
variantId string

FirebaseRolloutMetadata.affectedParameterKeys

Signature:

affectedParameterKeys: string[];

FirebaseRolloutMetadata.rolloutId

Signature:

rolloutId: string;

FirebaseRolloutMetadata.variantId

Signature:

variantId: string;