app.bsky.graph.get_starter_pack¶
- class atproto_client.models.app.bsky.graph.get_starter_pack.Params¶
Bases:
ParamsModelBase
Parameters model for
app.bsky.graph.getStarterPack
.- field starter_pack: str [Required]¶
Reference (AT-URI) of the starter pack record.
- Constraints:
func = Validated by:
string_formats.validate_at_uri()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- class atproto_client.models.app.bsky.graph.get_starter_pack.ParamsDict(*args, **kwargs)¶
Bases:
dict
- starter_pack: str[str]¶
Reference (AT-URI) of the starter pack record.
- class atproto_client.models.app.bsky.graph.get_starter_pack.Response¶
Bases:
ResponseModelBase
Output data model for
app.bsky.graph.getStarterPack
.- field starter_pack: models.AppBskyGraphDefs.StarterPackView [Required]¶
Starter pack.