struct AZBlob::Models::ContainerListResp

Defined in:

azblob/models/container.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(service_endpoint : String, prefix : String, marker : String, max_results : Int32 | Nil, containers : Array(Container), next_marker : String | Nil) #

[View source]

Class Method Detail

def self.from_resp(resp : HTTP::Client::Response) #

[View source]

Instance Method Detail

def clone #

[View source]
def containers : Array(Container) #

def copy_with(service_endpoint _service_endpoint = @service_endpoint, prefix _prefix = @prefix, marker _marker = @marker, max_results _max_results = @max_results, containers _containers = @containers, next_marker _next_marker = @next_marker) #

[View source]
def marker : String #

def max_results : Int32 | Nil #

def next_marker : String | Nil #

def prefix : String #

def service_endpoint : String #