Interface protos.google.cloud.retail.v2alpha.SearchResponse.ISearchResult (1.2.2)

Properties of a SearchResult.

Package

@google-cloud/retail!

Properties

id

id?: (string|null);

SearchResult id

Property Value
TypeDescription
(string|null)

matchingVariantCount

matchingVariantCount?: (number|null);

SearchResult matchingVariantCount

Property Value
TypeDescription
(number|null)

matchingVariantFields

matchingVariantFields?: ({ [k: string]: google.protobuf.IFieldMask }|null);

SearchResult matchingVariantFields

Property Value
TypeDescription
({ [k: string]: google.protobuf.IFieldMask }|null)

product

product?: (google.cloud.retail.v2alpha.IProduct|null);

SearchResult product

Property Value
TypeDescription
(google.cloud.retail.v2alpha.IProduct|null)

variantRollupValues

variantRollupValues?: ({ [k: string]: google.protobuf.IValue }|null);

SearchResult variantRollupValues

Property Value
TypeDescription
({ [k: string]: google.protobuf.IValue }|null)