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
/// The list of events for the GitHub app. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.
2109
2109
///
2110
2110
/// - Remark: Generated from `#/components/schemas/nullable-integration/events`.
2111
2111
publicvarevents:[Swift.String]
2112
-
/// The number of installations associated with the GitHub app
2112
+
/// The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.
2113
2113
///
2114
2114
/// - Remark: Generated from `#/components/schemas/nullable-integration/installations_count`.
2115
2115
publicvarinstallationsCount:Swift.Int?
2116
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/client_secret`.
2117
-
publicvarclientSecret:Swift.String?
2118
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/webhook_secret`.
2119
-
publicvarwebhookSecret:Swift.String?
2120
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/pem`.
2121
-
publicvarpem:Swift.String?
2122
2116
/// Creates a new `NullableIntegration`.
2123
2117
///
2124
2118
/// - Parameters:
@@ -2134,11 +2128,8 @@ public enum Components {
2134
2128
/// - createdAt:
2135
2129
/// - updatedAt:
2136
2130
/// - permissions: The set of permissions for the GitHub app
2137
-
/// - events: The list of events for the GitHub app
2138
-
/// - installationsCount: The number of installations associated with the GitHub app
2139
-
/// - clientSecret:
2140
-
/// - webhookSecret:
2141
-
/// - pem:
2131
+
/// - events: The list of events for the GitHub app. Note that the `installation_target`, `security_advisory`, and `meta` events are not included because they are global events and not specific to an installation.
2132
+
/// - installationsCount: The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.
0 commit comments