struct
AZBlob::Models::ContainCreateResp
- AZBlob::Models::ContainCreateResp
- Struct
- Value
- Object
Defined in:
azblob/models/container.crConstructors
Class Method Summary
Instance Method Summary
- #client_request_id : String | Nil
- #clone
- #copy_with(client_request_id _client_request_id = @client_request_id, date _date = @date, etag _etag = @etag, last_modified _last_modified = @last_modified, request_id _request_id = @request_id, version _version = @version)
- #date : Time | Nil
- #etag : String | Nil
- #last_modified : Time | Nil
- #request_id : String | Nil
- #version : String | Nil
Constructor Detail
def self.new(client_request_id : String | Nil, date : Time | Nil, etag : String | Nil, last_modified : Time | Nil, request_id : String | Nil, version : String | Nil)
#
Class Method Detail
Instance Method Detail
def copy_with(client_request_id _client_request_id = @client_request_id, date _date = @date, etag _etag = @etag, last_modified _last_modified = @last_modified, request_id _request_id = @request_id, version _version = @version)
#