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/repository-ruleset-conditions-repository-property-target/repository_property`.
12502
+
public var repository_property: Components.Schemas.repository_hyphen_ruleset_hyphen_conditions_hyphen_repository_hyphen_property_hyphen_target.repository_propertyPayload
12503
+
/// Creates a new `repository_hyphen_ruleset_hyphen_conditions_hyphen_repository_hyphen_property_hyphen_target`.
12504
+
///
12505
+
/// - Parameters:
12506
+
/// - repository_property:
12507
+
public init(repository_property: Components.Schemas.repository_hyphen_ruleset_hyphen_conditions_hyphen_repository_hyphen_property_hyphen_target.repository_propertyPayload) {
12508
+
self.repository_property = repository_property
12509
+
}
12510
+
public enum CodingKeys: String, CodingKey {
12511
+
case repository_property
12512
+
}
12513
+
}
12443
12514
/// Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.
12444
12515
///
12445
12516
///
@@ -12511,6 +12582,39 @@ public enum Components {
12511
12582
///
12512
12583
/// - Remark: Generated from `#/components/schemas/org-ruleset-conditions/case2`.
12513
12584
case case2(Components.Schemas.org_hyphen_ruleset_hyphen_conditions.Case2Payload)
12585
+
/// Conditions to target repositories by property and refs by name
12586
+
///
12587
+
/// - Remark: Generated from `#/components/schemas/org-ruleset-conditions/case3`.
12588
+
public struct Case3Payload: Codable, Hashable, Sendable {
12589
+
/// - Remark: Generated from `#/components/schemas/org-ruleset-conditions/case3/value1`.
12590
+
public var value1: Components.Schemas.repository_hyphen_ruleset_hyphen_conditions
12591
+
/// - Remark: Generated from `#/components/schemas/org-ruleset-conditions/case3/value2`.
12592
+
public var value2: Components.Schemas.repository_hyphen_ruleset_hyphen_conditions_hyphen_repository_hyphen_property_hyphen_target
/// This returns a list of autolinks configured for the given repository.
26783
+
/// Gets all autolinks that are configured for a repository.
26672
26784
///
26673
26785
/// Information about autolinks are only available to repository administrators.
26674
26786
///
@@ -26701,21 +26813,6 @@ public enum Operations {
26701
26813
}
26702
26814
}
26703
26815
public var path: Operations.repos_sol_list_hyphen_autolinks.Input.Path
26704
-
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/autolinks/GET/query`.
26705
-
public struct Query: Sendable, Hashable {
26706
-
/// The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
26707
-
///
26708
-
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/autolinks/GET/query/page`.
26709
-
public var page: Components.Parameters.page?
26710
-
/// Creates a new `Query`.
26711
-
///
26712
-
/// - Parameters:
26713
-
/// - page: The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
26714
-
public init(page: Components.Parameters.page? = nil) {
26715
-
self.page = page
26716
-
}
26717
-
}
26718
-
public var query: Operations.repos_sol_list_hyphen_autolinks.Input.Query
26719
26816
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/autolinks/GET/header`.
26720
26817
public struct Headers: Sendable, Hashable {
26721
26818
public var accept: [OpenAPIRuntime.AcceptHeaderContentType<Operations.repos_sol_list_hyphen_autolinks.AcceptableContentType>]
@@ -26732,15 +26829,12 @@ public enum Operations {
0 commit comments