GoogleAdsSearchads360V23ResourcesMessageDetails.fromJson constructor

GoogleAdsSearchads360V23ResourcesMessageDetails.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesMessageDetails.fromJson(core.Map json_)
  : this(
      attachmentUrls: (json_['attachmentUrls'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
      text: json_['text'] as core.String?,
    );