struct MUX::Monitor::SetProperties
- MUX::Monitor::SetProperties
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-MUX/CATS_Monitor.pb.crConstant 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
- .new(buf : Protobuf::Buffer)
- .new(property : Array(Property) | Nil = nil, reset_app : Bool | Nil = false.as(Bool))
Class Method Summary
Instance Method Summary
- #[](key : String)
- #property : Array(Property) | Nil
- #property=(property : Array(Property) | Nil)
- #reset_app : Bool | Nil
- #reset_app=(reset_app : Bool | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf