toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (createTime != null) 'createTime': createTime!,
  if (customInterceptProfile != null)
    'customInterceptProfile': customInterceptProfile!,
  if (customMirroringProfile != null)
    'customMirroringProfile': customMirroringProfile!,
  if (dataPathId != null) 'dataPathId': dataPathId!,
  if (description != null) 'description': description!,
  if (etag != null) 'etag': etag!,
  if (labels != null) 'labels': labels!,
  if (name != null) 'name': name!,
  if (threatPreventionProfile != null)
    'threatPreventionProfile': threatPreventionProfile!,
  if (updateTime != null) 'updateTime': updateTime!,
};