com.atproto.sync.get_record¶
- class atproto_client.models.com.atproto.sync.get_record.Params¶
Bases:
ParamsModelBase
Parameters model for
com.atproto.sync.getRecord
.- field collection: str [Required]¶
Collection.
- field commit: str | None = None¶
- field did: str [Required]¶
The DID of the repo.
- field rkey: str [Required]¶
Record Key.
- class atproto_client.models.com.atproto.sync.get_record.ParamsDict(*args, **kwargs)¶
Bases:
dict
- collection: str¶
Collection.
- commit: typing_extensions.NotRequired[str | None]¶
referenced a repo commit by CID, and retrieved record as of that commit.
- Type:
DEPRECATED
- did: str¶
The DID of the repo.
- rkey: str¶
Record Key.
- atproto_client.models.com.atproto.sync.get_record.Response¶
Response raw data type.