toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (dryRun != null) 'dryRun': dryRun!,
  if (entries != null) 'entries': entries!,
  if (labels != null) 'labels': labels!,
  if (logName != null) 'logName': logName!,
  if (partialSuccess != null) 'partialSuccess': partialSuccess!,
  if (resource != null) 'resource': resource!,
};