com.atproto.sync.list_blobs¶
- class atproto_client.models.com.atproto.sync.list_blobs.Params¶
Bases:
ParamsModelBaseParameters model for
com.atproto.sync.listBlobs.- field cursor: str | None = None¶
Cursor.
- field did: str [Required]¶
The DID of the repo.
- Constraints:
func = Validated by:
string_formats.validate_did()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field limit: int | None = None¶
Limit.
- Constraints:
ge = 1
le = 1000
- field since: str | None = None¶
Optional revision of the repo to list blobs since.
- class atproto_client.models.com.atproto.sync.list_blobs.ParamsDict¶
Bases:
TypedDict- cursor: typing_extensions.NotRequired[str | None]¶
Cursor.
- did: str¶
The DID of the repo.
- limit: typing_extensions.NotRequired[int | None]¶
Limit.
- since: typing_extensions.NotRequired[str | None]¶
Optional revision of the repo to list blobs since.
- class atproto_client.models.com.atproto.sync.list_blobs.Response¶
Bases:
ResponseModelBaseOutput data model for
com.atproto.sync.listBlobs.- field cids: List[str] [Required]¶
Cids.
- field cursor: str | None = None¶
Cursor.