com.atproto.sync.get_record¶
- class atproto_client.models.com.atproto.sync.get_record.Params¶
Bases:
ParamsModelBaseParameters model for
com.atproto.sync.getRecord.- field collection: str [Required]¶
Collection.
- Constraints:
func = Validated by:
string_formats.validate_nsid()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- 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 rkey: str [Required]¶
Record Key.
- Constraints:
func = Validated by:
string_formats.validate_record_key()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- class atproto_client.models.com.atproto.sync.get_record.ParamsDict¶
Bases:
TypedDict- collection: str¶
Collection.
- did: str¶
The DID of the repo.
- rkey: str¶
Record Key.
- atproto_client.models.com.atproto.sync.get_record.Response¶
Response raw data type.