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