toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (analysisMessages != null) 'analysisMessages': analysisMessages!,
if (conditions != null) 'conditions': conditions!,
if (configApiVersion != null) 'configApiVersion': configApiVersion!,
if (controlPlaneManagement != null)
'controlPlaneManagement': controlPlaneManagement!,
if (dataPlaneManagement != null)
'dataPlaneManagement': dataPlaneManagement!,
};