GoogleAdsSearchads360V23ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo.fromJson constructor

GoogleAdsSearchads360V23ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo.fromJson(
  core.Map json_,
) : this(
      floodlightVariableDataType:
          json_['floodlightVariableDataType'] as core.String?,
      floodlightVariableType: json_['floodlightVariableType'] as core.String?,
    );