toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (adsPersonalizationEnabled != null)
        'adsPersonalizationEnabled': adsPersonalizationEnabled!,
      if (canManageClients != null) 'canManageClients': canManageClients!,
      if (createTime != null) 'createTime': createTime!,
      if (creatorEmailAddress != null)
        'creatorEmailAddress': creatorEmailAddress!,
      if (customerId != null) 'customerId': customerId!,
      if (name != null) 'name': name!,
      if (updateTime != null) 'updateTime': updateTime!,
    };