RemovePartnerProvidedIdDataStatus.fromJson constructor

RemovePartnerProvidedIdDataStatus.fromJson(
  1. Map json_
)

Implementation

RemovePartnerProvidedIdDataStatus.fromJson(core.Map json_)
  : this(
      partnerProvidedIdCount: json_['partnerProvidedIdCount'] as core.String?,
      recordCount: json_['recordCount'] as core.String?,
    );