site.standard.graph.recommend¶
- class atproto_client.models.site.standard.graph.recommend.CreateRecordResponse¶
Bases:
SugarResponseModelBaseCreate record response for
models.SiteStandardGraphRecommend.Record.- field cid: str [Required]¶
The CID of the record.
- field uri: str [Required]¶
The URI of the record.
- class atproto_client.models.site.standard.graph.recommend.GetRecordResponse¶
Bases:
SugarResponseModelBaseGet record response for
models.SiteStandardGraphRecommend.Record.- field cid: str | None = None¶
The CID of the record.
- field uri: str [Required]¶
The URI of the record.
- field value: models.SiteStandardGraphRecommend.Record [Required]¶
The record.
- class atproto_client.models.site.standard.graph.recommend.ListRecordsResponse¶
Bases:
SugarResponseModelBaseList records response for
models.SiteStandardGraphRecommend.Record.- field cursor: str | None = None¶
Next page cursor.
- field records: Dict[str, models.SiteStandardGraphRecommend.Record] [Required]¶
Map of URIs to records.
- class atproto_client.models.site.standard.graph.recommend.Record¶
Bases:
RecordModelBaseRecord model for
site.standard.graph.recommend.- field created_at: str [Required]¶
Created at.
- Constraints:
func = Validated by:
string_formats.validate_datetime()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field document: str [Required]¶
AT-URI reference to the document record being recommended (ex: at://did:plc:abc123/site.standard.document/xyz789).
- Constraints:
func = Validated by:
string_formats.validate_at_uri()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field py_type: Literal['site.standard.graph.recommend'] = 'site.standard.graph.recommend'¶