GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryTravelStartDay.fromJson constructor

GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryTravelStartDay.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesConversionValueRuleValueRuleItineraryTravelStartDay.fromJson(
  core.Map json_,
) : this(
      friday: json_['friday'] as core.bool?,
      monday: json_['monday'] as core.bool?,
      saturday: json_['saturday'] as core.bool?,
      sunday: json_['sunday'] as core.bool?,
      thursday: json_['thursday'] as core.bool?,
      tuesday: json_['tuesday'] as core.bool?,
      wednesday: json_['wednesday'] as core.bool?,
    );