struct AZBlob::Models::DeleteResp

Defined in:

azblob/models/block_blob.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(client_request_id : String | Nil, date : Time | Nil, request_id : String | Nil, version : String | Nil) #

[View source]

Class Method Detail

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

[View source]

Instance Method Detail

def client_request_id : String | Nil #

def clone #

[View source]
def copy_with(client_request_id _client_request_id = @client_request_id, date _date = @date, request_id _request_id = @request_id, version _version = @version) #

[View source]
def date : Time | Nil #

def request_id : String | Nil #

def version : String | Nil #