pub type PbHeartbeatResponse = HeartbeatResponse;
struct PbHeartbeatResponse { pub status: Option<Status>, }
status: Option<Status>