struct MUX::RequestMask
- MUX::RequestMask
- Struct
- Value
- Object
Included Modules
- Protobuf::Message
Defined in:
pb-MUX/CATS_Helper.pb.crConstant Summary
-
FIELDS =
{3 => {name: :start_time, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :end_time, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :count, pb_type: :int32, crystal_type: Int32, cast_type: Int32?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
- .new(buf : Protobuf::Buffer)
- .new(start_time : String | Nil = nil, end_time : String | Nil = nil, count : Int32 | Nil = nil)
Class Method Summary
Instance Method Summary
- #[](key : String)
- #count : Int32 | Nil
- #count=(count : Int32 | Nil)
- #end_time : String | Nil
- #end_time=(end_time : String | Nil)
- #start_time : String | Nil
- #start_time=(start_time : String | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
Constructor Detail
def self.new(start_time : String | Nil = nil, end_time : String | Nil = nil, count : Int32 | Nil = nil)
#