com.atproto.sync.get_latest_commit¶
- class atproto_client.models.com.atproto.sync.get_latest_commit.Params¶
Bases:
ParamsModelBaseParameters model for
com.atproto.sync.getLatestCommit.- 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_latest_commit.ParamsDict¶
Bases:
TypedDict- did: str¶
The DID of the repo.
- class atproto_client.models.com.atproto.sync.get_latest_commit.Response¶
Bases:
ResponseModelBaseOutput data model for
com.atproto.sync.getLatestCommit.- field cid: str [Required]¶
Cid.
- Constraints:
func = Validated by:
string_formats.validate_cid()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field rev: str [Required]¶
Rev.
- Constraints:
func = Validated by:
string_formats.validate_tid()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined