com.atproto.repo.get_record¶
- class atproto_client.models.com.atproto.repo.get_record.Params¶
Bases:
ParamsModelBase
Parameters model for
com.atproto.repo.getRecord
.- field cid: str | None = None¶
- field collection: str [Required]¶
The NSID of the record collection.
- Constraints:
func = Validated by:
string_formats.validate_nsid()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field repo: str | str [Required]¶
The handle or DID of the repo.
- field rkey: str [Required]¶
The Record Key.
- class atproto_client.models.com.atproto.repo.get_record.ParamsDict(*args, **kwargs)¶
Bases:
dict
- cid: typing_extensions.NotRequired[str[str] | None]¶
The CID of the version of the record. If not specified, then return the most recent version.
- collection: str[str]¶
The NSID of the record collection.
- repo: str[str] | str[str]¶
The handle or DID of the repo.
- rkey: str¶
The Record Key.
- class atproto_client.models.com.atproto.repo.get_record.Response¶
Bases:
ResponseModelBase
Output data model for
com.atproto.repo.getRecord
.- field cid: str | None = None¶
Cid.
- field uri: str [Required]¶
Uri.
- Constraints:
func = Validated by:
string_formats.validate_at_uri()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field value: UnknownType [Required]¶
Value.