toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (clientSpecifiedPayloadChecksum != null)
    'clientSpecifiedPayloadChecksum': clientSpecifiedPayloadChecksum!,
  if (createTime != null) 'createTime': createTime!,
  if (customerManagedEncryption != null)
    'customerManagedEncryption': customerManagedEncryption!,
  if (destroyTime != null) 'destroyTime': destroyTime!,
  if (etag != null) 'etag': etag!,
  if (name != null) 'name': name!,
  if (replicationStatus != null) 'replicationStatus': replicationStatus!,
  if (scheduledDestroyTime != null)
    'scheduledDestroyTime': scheduledDestroyTime!,
  if (state != null) 'state': state!,
};