app.bsky.graph.listblock¶
- class atproto_client.models.app.bsky.graph.listblock.CreateRecordResponse¶
Bases:
SugarResponseModelBase
Create record response for
models.AppBskyGraphListblock.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.graph.listblock.GetRecordResponse¶
Bases:
SugarResponseModelBase
Get record response for
models.AppBskyGraphListblock.Record
.- field cid: str | None = None¶
The CID of the record.
- field uri: str [Required]¶
The URI of the record.
- field value: models.AppBskyGraphListblock.Record [Required]¶
The record.
- class atproto_client.models.app.bsky.graph.listblock.ListRecordsResponse¶
Bases:
SugarResponseModelBase
List records response for
models.AppBskyGraphListblock.Record
.- field cursor: str | None = None¶
Next page cursor.
- field records: Dict[str, models.AppBskyGraphListblock.Record] [Required]¶
Map of URIs to records.
- class atproto_client.models.app.bsky.graph.listblock.Record¶
Bases:
RecordModelBase
Record model for
app.bsky.graph.listblock
.- 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 py_type: Literal['app.bsky.graph.listblock'] = 'app.bsky.graph.listblock'¶
- field subject: str [Required]¶
Reference (AT-URI) to the mod list record.
- Constraints:
func = Validated by:
string_formats.validate_at_uri()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined