com.atproto.sync.get_head¶
- class atproto_client.models.com.atproto.sync.get_head.Params¶
Bases:
ParamsModelBase
Parameters model for
com.atproto.sync.getHead
.- 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
- class atproto_client.models.com.atproto.sync.get_head.ParamsDict(*args, **kwargs)¶
Bases:
dict
- did: str[str]¶
The DID of the repo.
- class atproto_client.models.com.atproto.sync.get_head.Response¶
Bases:
ResponseModelBase
Output data model for
com.atproto.sync.getHead
.- field root: str [Required]¶
Root.
- Constraints:
func = Validated by:
string_formats.validate_cid()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined