FilterProperties

JSON representation
 { 
 "stringProperties" 
 : 
 { 
 string 
 : 
 { 
 object (  StringValues 
 
) 
 } 
 , 
 ... 
 } 
 , 
 "hidden" 
 : 
 boolean 
 } 
Fields
stringProperties

map (key: string, value: object ( StringValues ))

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" } .

hidden

boolean

StringValues

JSON representation
 { 
 "values" 
 : 
 [ 
 { 
 object (  StringValue 
 
) 
 } 
 ] 
 } 
Fields
values[]

object ( StringValue )

StringValue

JSON representation
 { 
 "rawValue" 
 : 
 string 
 , 
 "displayValue" 
 : 
 string 
 } 
Fields
rawValue

string

displayValue

string

Design a Mobile Site
View Site in Mobile | Classic
Share by: