app.bsky.labeler.service¶
- class atproto_client.models.app.bsky.labeler.service.CreateRecordResponse¶
Bases:
SugarResponseModelBase
Create record response for
models.AppBskyLabelerService.Record
.- field cid: str [Required]¶
The CID of the record.
- field uri: str [Required]¶
The URI of the record.
- class atproto_client.models.app.bsky.labeler.service.GetRecordResponse¶
Bases:
SugarResponseModelBase
Get record response for
models.AppBskyLabelerService.Record
.- field cid: str | None = None¶
The CID of the record.
- field uri: str [Required]¶
The URI of the record.
- field value: models.AppBskyLabelerService.Record [Required]¶
The record.
- class atproto_client.models.app.bsky.labeler.service.ListRecordsResponse¶
Bases:
SugarResponseModelBase
List records response for
models.AppBskyLabelerService.Record
.- field cursor: str | None = None¶
Next page cursor.
- field records: Dict[str, models.AppBskyLabelerService.Record] [Required]¶
Map of URIs to records.
- class atproto_client.models.app.bsky.labeler.service.Record¶
Bases:
RecordModelBase
Record model for
app.bsky.labeler.service
.- 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 labels: SelfLabels[models.ComAtprotoLabelDefs.SelfLabels] | None = None¶
- field policies: models.AppBskyLabelerDefs.LabelerPolicies [Required]¶
Policies.
- field py_type: Literal['app.bsky.labeler.service'] = 'app.bsky.labeler.service'¶