GoogleAdsSearchads360V23ResourcesQualifyingQuestion.fromJson constructor

GoogleAdsSearchads360V23ResourcesQualifyingQuestion.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesQualifyingQuestion.fromJson(core.Map json_)
  : this(
      locale: json_['locale'] as core.String?,
      qualifyingQuestionId: json_['qualifyingQuestionId'] as core.String?,
      resourceName: json_['resourceName'] as core.String?,
      text: json_['text'] as core.String?,
    );