toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (certificateAuthorityConfig != null)
'certificateAuthorityConfig': certificateAuthorityConfig!,
if (createTime != null) 'createTime': createTime!,
if (description != null) 'description': description!,
if (keyAlgorithm != null) 'keyAlgorithm': keyAlgorithm!,
if (labels != null) 'labels': labels!,
if (lifetime != null) 'lifetime': lifetime!,
if (name != null) 'name': name!,
if (rotationWindowPercentage != null)
'rotationWindowPercentage': rotationWindowPercentage!,
if (updateTime != null) 'updateTime': updateTime!,
};