com.atproto.sync.get_blob¶
- class atproto_client.models.com.atproto.sync.get_blob.Params¶
Bases:
ParamsModelBase
Parameters model for
com.atproto.sync.getBlob
.- field cid: str [Required]¶
The CID of the blob to fetch.
- Constraints:
func = Validated by:
string_formats.validate_cid()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field did: str [Required]¶
The DID of the account.
- 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_blob.ParamsDict(*args, **kwargs)¶
Bases:
dict
- cid: str[str]¶
The CID of the blob to fetch.
- did: str[str]¶
The DID of the account.
- atproto_client.models.com.atproto.sync.get_blob.Response¶
Response raw data type.