com.atproto.sync.list_blobs¶
- class atproto_client.models.com.atproto.sync.list_blobs.Params¶
Bases:
ParamsModelBase
Parameters 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 = 500¶
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(*args, **kwargs)¶
Bases:
dict
- cursor: typing_extensions.NotRequired[str | None]¶
Cursor.
- did: str[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:
ResponseModelBase
Output data model for
com.atproto.sync.listBlobs
.- field cids: List[str[str]] [Required]¶
Cids.
- field cursor: str | None = None¶
Cursor.