toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (agentFramework != null) 'agentFramework': agentFramework!,
  if (classMethods != null) 'classMethods': classMethods!,
  if (deploymentSpec != null) 'deploymentSpec': deploymentSpec!,
  if (packageSpec != null) 'packageSpec': packageSpec!,
  if (serviceAccount != null) 'serviceAccount': serviceAccount!,
};