toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final appId = this.appId;
  final attributionModelSettings = this.attributionModelSettings;
  final category = this.category;
  final clickThroughLookbackWindowDays = this.clickThroughLookbackWindowDays;
  final countingType = this.countingType;
  final creationTime = this.creationTime;
  final firebaseSettings = this.firebaseSettings;
  final floodlightSettings = this.floodlightSettings;
  final googleAnalytics4Settings = this.googleAnalytics4Settings;
  final id = this.id;
  final includeInClientAccountConversionsMetric =
      this.includeInClientAccountConversionsMetric;
  final includeInConversionsMetric = this.includeInConversionsMetric;
  final mobileAppVendor = this.mobileAppVendor;
  final name = this.name;
  final origin = this.origin;
  final ownerCustomer = this.ownerCustomer;
  final phoneCallDurationSeconds = this.phoneCallDurationSeconds;
  final primaryForGoal = this.primaryForGoal;
  final resourceName = this.resourceName;
  final status = this.status;
  final tagSnippets = this.tagSnippets;
  final thirdPartyAppAnalyticsSettings = this.thirdPartyAppAnalyticsSettings;
  final type = this.type;
  final valueSettings = this.valueSettings;
  final viewThroughLookbackWindowDays = this.viewThroughLookbackWindowDays;
  return {
    'appId': ?appId,
    'attributionModelSettings': ?attributionModelSettings,
    'category': ?category,
    'clickThroughLookbackWindowDays': ?clickThroughLookbackWindowDays,
    'countingType': ?countingType,
    'creationTime': ?creationTime,
    'firebaseSettings': ?firebaseSettings,
    'floodlightSettings': ?floodlightSettings,
    'googleAnalytics4Settings': ?googleAnalytics4Settings,
    'id': ?id,
    'includeInClientAccountConversionsMetric':
        ?includeInClientAccountConversionsMetric,
    'includeInConversionsMetric': ?includeInConversionsMetric,
    'mobileAppVendor': ?mobileAppVendor,
    'name': ?name,
    'origin': ?origin,
    'ownerCustomer': ?ownerCustomer,
    'phoneCallDurationSeconds': ?phoneCallDurationSeconds,
    'primaryForGoal': ?primaryForGoal,
    'resourceName': ?resourceName,
    'status': ?status,
    'tagSnippets': ?tagSnippets,
    'thirdPartyAppAnalyticsSettings': ?thirdPartyAppAnalyticsSettings,
    'type': ?type,
    'valueSettings': ?valueSettings,
    'viewThroughLookbackWindowDays': ?viewThroughLookbackWindowDays,
  };
}