CustomBiddingModelReadinessState constructor

CustomBiddingModelReadinessState({
  1. String? advertiserId,
  2. String? readinessState,
})

Implementation

CustomBiddingModelReadinessState({
  this.advertiserId,
  this.readinessState,
});