struct Redis::Graph::Constraints::Constraint
- Redis::Graph::Constraints::Constraint
- Struct
- Value
- Object
Defined in:
graph/constraints.crConstructors
Instance Method Summary
- #clone
- #copy_with(type _type = @type, label _label = @label, properties _properties = @properties, entity_type _entity_type = @entity_type, status _status = @status)
- #entity_type : EntityType
- #label : String
- #properties : Array(String)
- #status : Status
- #type : Type
Constructor Detail
def self.new(type : Type, label : String, properties : Array(String), entity_type : EntityType, status : Status)
#
Instance Method Detail
def copy_with(type _type = @type, label _label = @label, properties _properties = @properties, entity_type _entity_type = @entity_type, status _status = @status)
#