GoogleAdsSearchads360V23ServicesUploadUserDataResponse.fromJson constructor

GoogleAdsSearchads360V23ServicesUploadUserDataResponse.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ServicesUploadUserDataResponse.fromJson(
  core.Map json_,
) : this(
      receivedOperationsCount: json_['receivedOperationsCount'] as core.int?,
      uploadDateTime: json_['uploadDateTime'] as core.String?,
    );