You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// - Remark: Generated from `#/components/schemas/license-content`.
@@ -472,6 +479,10 @@ public enum Components {
472
479
///
473
480
/// - Remark: Generated from `#/components/parameters/repo`.
474
481
publictypealiasrepo=Swift.String
482
+
/// The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/<branch name>` or simply `<branch name>`. To reference a pull request use `refs/pull/<number>/merge`.
483
+
///
484
+
/// - Remark: Generated from `#/components/parameters/git-ref`.
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/license/GET/query`.
965
+
publicstructQuery:Sendable,Hashable{
966
+
/// The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/<branch name>` or simply `<branch name>`. To reference a pull request use `refs/pull/<number>/merge`.
967
+
///
968
+
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/license/GET/query/ref`.
/// - ref: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/<branch name>` or simply `<branch name>`. To reference a pull request use `refs/pull/<number>/merge`.
0 commit comments