GoogleAdsSearchads360V23ResourcesUniversityDegree.fromJson constructor

GoogleAdsSearchads360V23ResourcesUniversityDegree.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesUniversityDegree.fromJson(core.Map json_)
  : this(
      degree: json_['degree'] as core.String?,
      graduationYear: json_['graduationYear'] as core.int?,
      institutionName: json_['institutionName'] as core.String?,
    );