Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 6.87 KB

File metadata and controls

16 lines (13 loc) · 6.87 KB

PinDocument

Fields

Field Type Required Description Example
queries List[str] The query strings for which the pinned result will show.
audience_filters List[models.FacetFilter] Filters which restrict who should see the pinned document. Values are taken from the corresponding filters in people search.
id Optional[str] The opaque id of the pin.
document_id str ✔️ The document which should be a pinned result.
attribution Optional[models.Person] N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
updated_by Optional[models.Person] N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
create_time date N/A
update_time date N/A
favorite_info Optional[models.FavoriteInfo] N/A