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