$CreativeClickThroughUrl.fromJson constructor

$CreativeClickThroughUrl.fromJson(
  1. Map json_
)

Implementation

$CreativeClickThroughUrl.fromJson(core.Map json_)
    : this(
        computedClickThroughUrl:
            json_['computedClickThroughUrl'] as core.String?,
        customClickThroughUrl: json_['customClickThroughUrl'] as core.String?,
        landingPageId: json_['landingPageId'] as core.String?,
      );