com.atproto.sync.get_blocks¶
- class atproto_client.models.com.atproto.sync.get_blocks.Params¶
Bases:
ParamsModelBase
Parameters model for
com.atproto.sync.getBlocks
.- field cids: List[str[str]] [Required]¶
Cids.
- 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
- class atproto_client.models.com.atproto.sync.get_blocks.ParamsDict(*args, **kwargs)¶
Bases:
dict
- cids: List[str[str]]¶
Cids.
- did: str[str]¶
The DID of the repo.
- atproto_client.models.com.atproto.sync.get_blocks.Response¶
Response raw data type.