IngestGoogleUserIdDataStatus.fromJson constructor

IngestGoogleUserIdDataStatus.fromJson(
  1. Map json_
)

Implementation

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