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.

Constraints:
field did: str [Required]¶

The DID of the repo.

Constraints:
field rkey: str [Required]¶

Record Key.

Constraints:
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.