Searched defs:IndexPostfix_IndexValue (Results 1 – 1 of 1) sorted by relevance
1185 type IndexPostfix_IndexValue struct { struct1186 …yName *string `protobuf:"bytes,1,req,name=property_name" json:"property_name,omitempty"`1187 Value *PropertyValue `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`1188 XXX_unrecognized []byte `json:"-"`1191 func (m *IndexPostfix_IndexValue) Reset() { *m = IndexPostfix_IndexValue{} }1192 func (m *IndexPostfix_IndexValue) String() string { return proto.CompactTextString(m) }1193 func (*IndexPostfix_IndexValue) ProtoMessage() {}1195 func (m *IndexPostfix_IndexValue) GetPropertyName() string {1202 func (m *IndexPostfix_IndexValue) GetValue() *PropertyValue {