toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (caPools != null) 'caPools': caPools!,
if (keyAlgorithm != null) 'keyAlgorithm': keyAlgorithm!,
if (lifetime != null) 'lifetime': lifetime!,
if (rotationWindowPercentage != null)
'rotationWindowPercentage': rotationWindowPercentage!,
};