toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (args != null) 'args': args!,
      if (kmsKey != null) 'kmsKey': kmsKey!,
      if (maxJobExecutionLifetime != null)
        'maxJobExecutionLifetime': maxJobExecutionLifetime!,
      if (project != null) 'project': project!,
      if (serviceAccount != null) 'serviceAccount': serviceAccount!,
    };