GoogleAdsSearchads360V23ServicesHotelTextAsset.fromJson constructor

GoogleAdsSearchads360V23ServicesHotelTextAsset.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ServicesHotelTextAsset.fromJson(core.Map json_)
  : this(
      assetFieldType: json_['assetFieldType'] as core.String?,
      text: json_['text'] as core.String?,
    );