GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings.fromJson constructor

GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings.fromJson(
  core.Map json_,
) : this(
      eventName: json_['eventName'] as core.String?,
      projectId: json_['projectId'] as core.String?,
      propertyId: json_['propertyId'] as core.String?,
      propertyName: json_['propertyName'] as core.String?,
    );