struct AZBlob::ModifiedAccessConditions

Defined in:

azblob/net/options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(if_match : String | Nil, if_modified_since : Time | Nil, if_none_match : String | Nil, if_tags : String | Nil, if_unmodified_since : Time | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(if_match _if_match = @if_match, if_modified_since _if_modified_since = @if_modified_since, if_none_match _if_none_match = @if_none_match, if_tags _if_tags = @if_tags, if_unmodified_since _if_unmodified_since = @if_unmodified_since) #

[View source]
def if_match : String | Nil #

def if_modified_since : Time | Nil #

def if_none_match : String | Nil #

def if_tags : String | Nil #

def if_unmodified_since : Time | Nil #