struct CB::Client::NetworkListResponse

Included Modules

Defined in:

client/network.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def has_more : Bool #

def has_more=(has_more : Bool) #

def networks : Array(CB::Model::Network) #

[View source]
def networks=(networks : Array(CB::Model::Network)) #

[View source]
def next_cursor : String | Nil #

def next_cursor=(next_cursor : String | Nil) #