CB::Model::ClusterStatus
Inherits JSON::Serializable / Struct / Value / Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(oldest_backup_at : Nil | String = nil, state : CB::Model::ClusterStatus::State = State::Unknown)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
oldest_backup_at
Sourceoldest_backup_at=(oldest_backup_at : String | Nil)
Sourcestate
Sourcestate=(state : State)
Source