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.
903
903
///
904
904
/// - Remark: Generated from `#/components/schemas/nullable-integration/events`.
905
905
publicvarevents:[Swift.String]
906
-
/// The number of installations associated with the GitHub app
906
+
/// The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.
907
907
///
908
908
/// - Remark: Generated from `#/components/schemas/nullable-integration/installations_count`.
909
909
publicvarinstallationsCount:Swift.Int?
910
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/client_secret`.
911
-
publicvarclientSecret:Swift.String?
912
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/webhook_secret`.
913
-
publicvarwebhookSecret:Swift.String?
914
-
/// - Remark: Generated from `#/components/schemas/nullable-integration/pem`.
915
-
publicvarpem:Swift.String?
916
910
/// Creates a new `NullableIntegration`.
917
911
///
918
912
/// - Parameters:
@@ -928,11 +922,8 @@ public enum Components {
928
922
/// - createdAt:
929
923
/// - updatedAt:
930
924
/// - permissions: The set of permissions for the GitHub app
931
-
/// - events: The list of events for the GitHub app
932
-
/// - installationsCount: The number of installations associated with the GitHub app
933
-
/// - clientSecret:
934
-
/// - webhookSecret:
935
-
/// - pem:
925
+
/// - 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.
926
+
/// - installationsCount: The number of installations associated with the GitHub app. Only returned when the integration is requesting details about itself.
0 commit comments