Searched defs:StringListDictEntry (Results 1 – 2 of 2) sorted by relevance
667 type StringListDictEntry struct { struct668 state protoimpl.MessageState669 sizeCache protoimpl.SizeCache670 unknownFields protoimpl.UnknownFields672 Key *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`673 Value []string `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"`676 func (x *StringListDictEntry) Reset() {685 func (x *StringListDictEntry) String() string {689 func (*StringListDictEntry) ProtoMessage() {}691 func (x *StringListDictEntry) ProtoReflect() protoreflect.Message {[all …]
43 message StringListDictEntry { message