GoogleAdsSearchads360V23CommonLocalServicesDocumentReadOnly.fromJson constructor

GoogleAdsSearchads360V23CommonLocalServicesDocumentReadOnly.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonLocalServicesDocumentReadOnly.fromJson(
  core.Map json_,
) : this(documentUrl: json_['documentUrl'] as core.String?);