struct CB::Client::ClusterListResponse

Included Modules

Defined in:

client/cluster.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clusters : Array(CB::Model::Cluster) #

[View source]
def clusters=(clusters : Array(CB::Model::Cluster)) #

[View source]
def has_more : Bool #

def has_more=(has_more : Bool) #

def next_cursor : String | Nil #

def next_cursor=(next_cursor : String | Nil) #