class DiadocApi::Entity::BoxEvent

Included Modules

Defined in:

diadoc_api/entities/box_event.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def event_id : String #

def event_id=(event_id : String) #

def index_key : String | Nil #

def index_key=(index_key : String | Nil) #

def message : Message | Nil #

[View source]
def message=(message : Message | Nil) #

[View source]
def patch : MessagePatch | Nil #

[View source]
def patch=(patch : MessagePatch | Nil) #

[View source]