toJson method
Implementation
@override
Object toJson() => {
if (launchStage.isNotDefault) 'launchStage': launchStage.toJson(),
if (samplePeriod != null) 'samplePeriod': samplePeriod!.toJson(),
if (ingestDelay != null) 'ingestDelay': ingestDelay!.toJson(),
if (timeSeriesResourceHierarchyLevel.isNotDefault)
'timeSeriesResourceHierarchyLevel': encodeList(
timeSeriesResourceHierarchyLevel,
),
};