struct MUX::Monitor::SetProperties

Included Modules

Defined in:

pb-MUX/CATS_Monitor.pb.cr

Constant Summary

FIELDS = {1 => {name: :property, pb_type: Property, crystal_type: Property, cast_type: Array(Property)?, native: false, optional: true, repeated: true, default: nil, packed: false}, 2 => {name: :reset_app, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: false, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(property : Array(Property) | Nil = nil, reset_app : Bool | Nil = false.as(Bool)) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def property : Array(Property) | Nil #

def property=(property : Array(Property) | Nil) #

def reset_app : Bool | Nil #

def reset_app=(reset_app : Bool | Nil) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #