diff --git a/src/libs/GitHub/Generated/GitHub.CodeSecurityClient.CodeSecurityCreateConfiguration.g.cs b/src/libs/GitHub/Generated/GitHub.CodeSecurityClient.CodeSecurityCreateConfiguration.g.cs index 19a3e69d..aacfb044 100644 --- a/src/libs/GitHub/Generated/GitHub.CodeSecurityClient.CodeSecurityCreateConfiguration.g.cs +++ b/src/libs/GitHub/Generated/GitHub.CodeSecurityClient.CodeSecurityCreateConfiguration.g.cs @@ -152,7 +152,7 @@ partial void ProcessCodeSecurityCreateConfigurationResponseContent( /// Default Value: disabled /// /// - /// The status of enforcement
+ /// The enforcement status for a security configuration
/// Default Value: enforced /// /// The token to cancel the operation with diff --git a/src/libs/GitHub/Generated/GitHub.CodeSecurityClient.CodeSecurityUpdateConfiguration.g.cs b/src/libs/GitHub/Generated/GitHub.CodeSecurityClient.CodeSecurityUpdateConfiguration.g.cs index 6114d047..9927ac88 100644 --- a/src/libs/GitHub/Generated/GitHub.CodeSecurityClient.CodeSecurityUpdateConfiguration.g.cs +++ b/src/libs/GitHub/Generated/GitHub.CodeSecurityClient.CodeSecurityUpdateConfiguration.g.cs @@ -150,7 +150,7 @@ partial void ProcessCodeSecurityUpdateConfigurationResponseContent( /// The enablement status of private vulnerability reporting /// /// - /// The status of enforcement + /// The enforcement status for a security configuration /// /// The token to cancel the operation with /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.CodeSecurityCreateConfigurationRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.CodeSecurityCreateConfigurationRequest.g.cs index 5e87ee8c..28673146 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.CodeSecurityCreateConfigurationRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.CodeSecurityCreateConfigurationRequest.g.cs @@ -95,7 +95,7 @@ public sealed partial class CodeSecurityCreateConfigurationRequest public global::GitHub.CodeSecurityCreateConfigurationRequestPrivateVulnerabilityReporting? PrivateVulnerabilityReporting { get; set; } = global::GitHub.CodeSecurityCreateConfigurationRequestPrivateVulnerabilityReporting.Disabled; /// - /// The status of enforcement
+ /// The enforcement status for a security configuration
/// Default Value: enforced ///
[global::System.Text.Json.Serialization.JsonPropertyName("enforcement")] diff --git a/src/libs/GitHub/Generated/GitHub.Models.CodeSecurityCreateConfigurationRequestEnforcement.g.cs b/src/libs/GitHub/Generated/GitHub.Models.CodeSecurityCreateConfigurationRequestEnforcement.g.cs index ad544a71..5a052526 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.CodeSecurityCreateConfigurationRequestEnforcement.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.CodeSecurityCreateConfigurationRequestEnforcement.g.cs @@ -4,7 +4,7 @@ namespace GitHub { /// - /// The status of enforcement
+ /// The enforcement status for a security configuration
/// Default Value: enforced ///
public enum CodeSecurityCreateConfigurationRequestEnforcement diff --git a/src/libs/GitHub/Generated/GitHub.Models.CodeSecurityUpdateConfigurationRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.CodeSecurityUpdateConfigurationRequest.g.cs index 9334a837..aba2c335 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.CodeSecurityUpdateConfigurationRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.CodeSecurityUpdateConfigurationRequest.g.cs @@ -84,7 +84,7 @@ public sealed partial class CodeSecurityUpdateConfigurationRequest public global::GitHub.CodeSecurityUpdateConfigurationRequestPrivateVulnerabilityReporting? PrivateVulnerabilityReporting { get; set; } /// - /// The status of enforcement + /// The enforcement status for a security configuration /// [global::System.Text.Json.Serialization.JsonPropertyName("enforcement")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.CodeSecurityUpdateConfigurationRequestEnforcementJsonConverter))] diff --git a/src/libs/GitHub/Generated/GitHub.Models.CodeSecurityUpdateConfigurationRequestEnforcement.g.cs b/src/libs/GitHub/Generated/GitHub.Models.CodeSecurityUpdateConfigurationRequestEnforcement.g.cs index 1fa38467..a5971208 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.CodeSecurityUpdateConfigurationRequestEnforcement.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.CodeSecurityUpdateConfigurationRequestEnforcement.g.cs @@ -4,7 +4,7 @@ namespace GitHub { /// - /// The status of enforcement + /// The enforcement status for a security configuration /// public enum CodeSecurityUpdateConfigurationRequestEnforcement { diff --git a/src/libs/GitHub/Generated/GitHub.Models.Discussion.g.cs b/src/libs/GitHub/Generated/GitHub.Models.Discussion.g.cs index 0ba9e7e7..9382855c 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.Discussion.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.Discussion.g.cs @@ -166,6 +166,12 @@ public sealed partial class Discussion [global::System.Text.Json.Serialization.JsonRequired] public required global::GitHub.DiscussionUser? User { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("labels")] + public global::System.Collections.Generic.IList? Labels { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.Label.g.cs b/src/libs/GitHub/Generated/GitHub.Models.Label.g.cs index b8041d60..5bbf77c2 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.Label.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.Label.g.cs @@ -9,6 +9,7 @@ namespace GitHub public sealed partial class Label { /// + /// Unique identifier for the label.
/// Example: 208045946 ///
[global::System.Text.Json.Serialization.JsonPropertyName("id")] @@ -39,6 +40,7 @@ public sealed partial class Label public required string Name { get; set; } /// + /// Optional description of the label, such as its purpose.
/// Example: Something isn't working ///
[global::System.Text.Json.Serialization.JsonPropertyName("description")] @@ -54,6 +56,7 @@ public sealed partial class Label public required string Color { get; set; } /// + /// Whether this label comes by default in a new repository.
/// Example: true ///
[global::System.Text.Json.Serialization.JsonPropertyName("default")] diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRule.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRule.g.cs index cd189205..8b0cc148 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRule.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRule.g.cs @@ -154,9 +154,9 @@ public RepositoryRule(global::GitHub.RepositoryRuleRequiredLinearHistory? value) /// /// #if NET6_0_OR_GREATER - public global::GitHub.RepositoryRuleRequiredDeployments? Value5 { get; init; } + public global::GitHub.RepositoryRuleMergeQueue? Value5 { get; init; } #else - public global::GitHub.RepositoryRuleRequiredDeployments? Value5 { get; } + public global::GitHub.RepositoryRuleMergeQueue? Value5 { get; } #endif /// @@ -170,17 +170,17 @@ public RepositoryRule(global::GitHub.RepositoryRuleRequiredLinearHistory? value) /// /// /// - public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleRequiredDeployments value) => new RepositoryRule(value); + public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleMergeQueue value) => new RepositoryRule(value); /// /// /// - public static implicit operator global::GitHub.RepositoryRuleRequiredDeployments?(RepositoryRule @this) => @this.Value5; + public static implicit operator global::GitHub.RepositoryRuleMergeQueue?(RepositoryRule @this) => @this.Value5; /// /// /// - public RepositoryRule(global::GitHub.RepositoryRuleRequiredDeployments? value) + public RepositoryRule(global::GitHub.RepositoryRuleMergeQueue? value) { Value5 = value; } @@ -189,9 +189,9 @@ public RepositoryRule(global::GitHub.RepositoryRuleRequiredDeployments? value) /// /// #if NET6_0_OR_GREATER - public global::GitHub.RepositoryRuleRequiredSignatures? Value6 { get; init; } + public global::GitHub.RepositoryRuleRequiredDeployments? Value6 { get; init; } #else - public global::GitHub.RepositoryRuleRequiredSignatures? Value6 { get; } + public global::GitHub.RepositoryRuleRequiredDeployments? Value6 { get; } #endif /// @@ -205,17 +205,17 @@ public RepositoryRule(global::GitHub.RepositoryRuleRequiredDeployments? value) /// /// /// - public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleRequiredSignatures value) => new RepositoryRule(value); + public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleRequiredDeployments value) => new RepositoryRule(value); /// /// /// - public static implicit operator global::GitHub.RepositoryRuleRequiredSignatures?(RepositoryRule @this) => @this.Value6; + public static implicit operator global::GitHub.RepositoryRuleRequiredDeployments?(RepositoryRule @this) => @this.Value6; /// /// /// - public RepositoryRule(global::GitHub.RepositoryRuleRequiredSignatures? value) + public RepositoryRule(global::GitHub.RepositoryRuleRequiredDeployments? value) { Value6 = value; } @@ -224,9 +224,9 @@ public RepositoryRule(global::GitHub.RepositoryRuleRequiredSignatures? value) /// /// #if NET6_0_OR_GREATER - public global::GitHub.RepositoryRulePullRequest? Value7 { get; init; } + public global::GitHub.RepositoryRuleRequiredSignatures? Value7 { get; init; } #else - public global::GitHub.RepositoryRulePullRequest? Value7 { get; } + public global::GitHub.RepositoryRuleRequiredSignatures? Value7 { get; } #endif /// @@ -240,17 +240,17 @@ public RepositoryRule(global::GitHub.RepositoryRuleRequiredSignatures? value) /// /// /// - public static implicit operator RepositoryRule(global::GitHub.RepositoryRulePullRequest value) => new RepositoryRule(value); + public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleRequiredSignatures value) => new RepositoryRule(value); /// /// /// - public static implicit operator global::GitHub.RepositoryRulePullRequest?(RepositoryRule @this) => @this.Value7; + public static implicit operator global::GitHub.RepositoryRuleRequiredSignatures?(RepositoryRule @this) => @this.Value7; /// /// /// - public RepositoryRule(global::GitHub.RepositoryRulePullRequest? value) + public RepositoryRule(global::GitHub.RepositoryRuleRequiredSignatures? value) { Value7 = value; } @@ -259,9 +259,9 @@ public RepositoryRule(global::GitHub.RepositoryRulePullRequest? value) /// /// #if NET6_0_OR_GREATER - public global::GitHub.RepositoryRuleRequiredStatusChecks? Value8 { get; init; } + public global::GitHub.RepositoryRulePullRequest? Value8 { get; init; } #else - public global::GitHub.RepositoryRuleRequiredStatusChecks? Value8 { get; } + public global::GitHub.RepositoryRulePullRequest? Value8 { get; } #endif /// @@ -275,17 +275,17 @@ public RepositoryRule(global::GitHub.RepositoryRulePullRequest? value) /// /// /// - public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleRequiredStatusChecks value) => new RepositoryRule(value); + public static implicit operator RepositoryRule(global::GitHub.RepositoryRulePullRequest value) => new RepositoryRule(value); /// /// /// - public static implicit operator global::GitHub.RepositoryRuleRequiredStatusChecks?(RepositoryRule @this) => @this.Value8; + public static implicit operator global::GitHub.RepositoryRulePullRequest?(RepositoryRule @this) => @this.Value8; /// /// /// - public RepositoryRule(global::GitHub.RepositoryRuleRequiredStatusChecks? value) + public RepositoryRule(global::GitHub.RepositoryRulePullRequest? value) { Value8 = value; } @@ -294,9 +294,9 @@ public RepositoryRule(global::GitHub.RepositoryRuleRequiredStatusChecks? value) /// /// #if NET6_0_OR_GREATER - public global::GitHub.RepositoryRuleNonFastForward? Value9 { get; init; } + public global::GitHub.RepositoryRuleRequiredStatusChecks? Value9 { get; init; } #else - public global::GitHub.RepositoryRuleNonFastForward? Value9 { get; } + public global::GitHub.RepositoryRuleRequiredStatusChecks? Value9 { get; } #endif /// @@ -310,17 +310,17 @@ public RepositoryRule(global::GitHub.RepositoryRuleRequiredStatusChecks? value) /// /// /// - public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleNonFastForward value) => new RepositoryRule(value); + public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleRequiredStatusChecks value) => new RepositoryRule(value); /// /// /// - public static implicit operator global::GitHub.RepositoryRuleNonFastForward?(RepositoryRule @this) => @this.Value9; + public static implicit operator global::GitHub.RepositoryRuleRequiredStatusChecks?(RepositoryRule @this) => @this.Value9; /// /// /// - public RepositoryRule(global::GitHub.RepositoryRuleNonFastForward? value) + public RepositoryRule(global::GitHub.RepositoryRuleRequiredStatusChecks? value) { Value9 = value; } @@ -329,9 +329,9 @@ public RepositoryRule(global::GitHub.RepositoryRuleNonFastForward? value) /// /// #if NET6_0_OR_GREATER - public global::GitHub.RepositoryRuleCommitMessagePattern? Value10 { get; init; } + public global::GitHub.RepositoryRuleNonFastForward? Value10 { get; init; } #else - public global::GitHub.RepositoryRuleCommitMessagePattern? Value10 { get; } + public global::GitHub.RepositoryRuleNonFastForward? Value10 { get; } #endif /// @@ -345,17 +345,17 @@ public RepositoryRule(global::GitHub.RepositoryRuleNonFastForward? value) /// /// /// - public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleCommitMessagePattern value) => new RepositoryRule(value); + public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleNonFastForward value) => new RepositoryRule(value); /// /// /// - public static implicit operator global::GitHub.RepositoryRuleCommitMessagePattern?(RepositoryRule @this) => @this.Value10; + public static implicit operator global::GitHub.RepositoryRuleNonFastForward?(RepositoryRule @this) => @this.Value10; /// /// /// - public RepositoryRule(global::GitHub.RepositoryRuleCommitMessagePattern? value) + public RepositoryRule(global::GitHub.RepositoryRuleNonFastForward? value) { Value10 = value; } @@ -364,9 +364,9 @@ public RepositoryRule(global::GitHub.RepositoryRuleCommitMessagePattern? value) /// /// #if NET6_0_OR_GREATER - public global::GitHub.RepositoryRuleCommitAuthorEmailPattern? Value11 { get; init; } + public global::GitHub.RepositoryRuleCommitMessagePattern? Value11 { get; init; } #else - public global::GitHub.RepositoryRuleCommitAuthorEmailPattern? Value11 { get; } + public global::GitHub.RepositoryRuleCommitMessagePattern? Value11 { get; } #endif /// @@ -380,17 +380,17 @@ public RepositoryRule(global::GitHub.RepositoryRuleCommitMessagePattern? value) /// /// /// - public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleCommitAuthorEmailPattern value) => new RepositoryRule(value); + public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleCommitMessagePattern value) => new RepositoryRule(value); /// /// /// - public static implicit operator global::GitHub.RepositoryRuleCommitAuthorEmailPattern?(RepositoryRule @this) => @this.Value11; + public static implicit operator global::GitHub.RepositoryRuleCommitMessagePattern?(RepositoryRule @this) => @this.Value11; /// /// /// - public RepositoryRule(global::GitHub.RepositoryRuleCommitAuthorEmailPattern? value) + public RepositoryRule(global::GitHub.RepositoryRuleCommitMessagePattern? value) { Value11 = value; } @@ -399,9 +399,9 @@ public RepositoryRule(global::GitHub.RepositoryRuleCommitAuthorEmailPattern? val /// /// #if NET6_0_OR_GREATER - public global::GitHub.RepositoryRuleCommitterEmailPattern? Value12 { get; init; } + public global::GitHub.RepositoryRuleCommitAuthorEmailPattern? Value12 { get; init; } #else - public global::GitHub.RepositoryRuleCommitterEmailPattern? Value12 { get; } + public global::GitHub.RepositoryRuleCommitAuthorEmailPattern? Value12 { get; } #endif /// @@ -415,17 +415,17 @@ public RepositoryRule(global::GitHub.RepositoryRuleCommitAuthorEmailPattern? val /// /// /// - public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleCommitterEmailPattern value) => new RepositoryRule(value); + public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleCommitAuthorEmailPattern value) => new RepositoryRule(value); /// /// /// - public static implicit operator global::GitHub.RepositoryRuleCommitterEmailPattern?(RepositoryRule @this) => @this.Value12; + public static implicit operator global::GitHub.RepositoryRuleCommitAuthorEmailPattern?(RepositoryRule @this) => @this.Value12; /// /// /// - public RepositoryRule(global::GitHub.RepositoryRuleCommitterEmailPattern? value) + public RepositoryRule(global::GitHub.RepositoryRuleCommitAuthorEmailPattern? value) { Value12 = value; } @@ -434,9 +434,9 @@ public RepositoryRule(global::GitHub.RepositoryRuleCommitterEmailPattern? value) /// /// #if NET6_0_OR_GREATER - public global::GitHub.RepositoryRuleBranchNamePattern? Value13 { get; init; } + public global::GitHub.RepositoryRuleCommitterEmailPattern? Value13 { get; init; } #else - public global::GitHub.RepositoryRuleBranchNamePattern? Value13 { get; } + public global::GitHub.RepositoryRuleCommitterEmailPattern? Value13 { get; } #endif /// @@ -450,17 +450,17 @@ public RepositoryRule(global::GitHub.RepositoryRuleCommitterEmailPattern? value) /// /// /// - public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleBranchNamePattern value) => new RepositoryRule(value); + public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleCommitterEmailPattern value) => new RepositoryRule(value); /// /// /// - public static implicit operator global::GitHub.RepositoryRuleBranchNamePattern?(RepositoryRule @this) => @this.Value13; + public static implicit operator global::GitHub.RepositoryRuleCommitterEmailPattern?(RepositoryRule @this) => @this.Value13; /// /// /// - public RepositoryRule(global::GitHub.RepositoryRuleBranchNamePattern? value) + public RepositoryRule(global::GitHub.RepositoryRuleCommitterEmailPattern? value) { Value13 = value; } @@ -469,9 +469,9 @@ public RepositoryRule(global::GitHub.RepositoryRuleBranchNamePattern? value) /// /// #if NET6_0_OR_GREATER - public global::GitHub.RepositoryRuleTagNamePattern? Value14 { get; init; } + public global::GitHub.RepositoryRuleBranchNamePattern? Value14 { get; init; } #else - public global::GitHub.RepositoryRuleTagNamePattern? Value14 { get; } + public global::GitHub.RepositoryRuleBranchNamePattern? Value14 { get; } #endif /// @@ -485,17 +485,17 @@ public RepositoryRule(global::GitHub.RepositoryRuleBranchNamePattern? value) /// /// /// - public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleTagNamePattern value) => new RepositoryRule(value); + public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleBranchNamePattern value) => new RepositoryRule(value); /// /// /// - public static implicit operator global::GitHub.RepositoryRuleTagNamePattern?(RepositoryRule @this) => @this.Value14; + public static implicit operator global::GitHub.RepositoryRuleBranchNamePattern?(RepositoryRule @this) => @this.Value14; /// /// /// - public RepositoryRule(global::GitHub.RepositoryRuleTagNamePattern? value) + public RepositoryRule(global::GitHub.RepositoryRuleBranchNamePattern? value) { Value14 = value; } @@ -504,9 +504,9 @@ public RepositoryRule(global::GitHub.RepositoryRuleTagNamePattern? value) /// /// #if NET6_0_OR_GREATER - public global::GitHub.RepositoryRuleVariant15? Value15 { get; init; } + public global::GitHub.RepositoryRuleTagNamePattern? Value15 { get; init; } #else - public global::GitHub.RepositoryRuleVariant15? Value15 { get; } + public global::GitHub.RepositoryRuleTagNamePattern? Value15 { get; } #endif /// @@ -520,17 +520,17 @@ public RepositoryRule(global::GitHub.RepositoryRuleTagNamePattern? value) /// /// /// - public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleVariant15 value) => new RepositoryRule(value); + public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleTagNamePattern value) => new RepositoryRule(value); /// /// /// - public static implicit operator global::GitHub.RepositoryRuleVariant15?(RepositoryRule @this) => @this.Value15; + public static implicit operator global::GitHub.RepositoryRuleTagNamePattern?(RepositoryRule @this) => @this.Value15; /// /// /// - public RepositoryRule(global::GitHub.RepositoryRuleVariant15? value) + public RepositoryRule(global::GitHub.RepositoryRuleTagNamePattern? value) { Value15 = value; } @@ -644,9 +644,9 @@ public RepositoryRule(global::GitHub.RepositoryRuleVariant18? value) /// /// #if NET6_0_OR_GREATER - public global::GitHub.RepositoryRuleWorkflows? Value19 { get; init; } + public global::GitHub.RepositoryRuleVariant19? Value19 { get; init; } #else - public global::GitHub.RepositoryRuleWorkflows? Value19 { get; } + public global::GitHub.RepositoryRuleVariant19? Value19 { get; } #endif /// @@ -660,17 +660,17 @@ public RepositoryRule(global::GitHub.RepositoryRuleVariant18? value) /// /// /// - public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleWorkflows value) => new RepositoryRule(value); + public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleVariant19 value) => new RepositoryRule(value); /// /// /// - public static implicit operator global::GitHub.RepositoryRuleWorkflows?(RepositoryRule @this) => @this.Value19; + public static implicit operator global::GitHub.RepositoryRuleVariant19?(RepositoryRule @this) => @this.Value19; /// /// /// - public RepositoryRule(global::GitHub.RepositoryRuleWorkflows? value) + public RepositoryRule(global::GitHub.RepositoryRuleVariant19? value) { Value19 = value; } @@ -679,9 +679,9 @@ public RepositoryRule(global::GitHub.RepositoryRuleWorkflows? value) /// /// #if NET6_0_OR_GREATER - public global::GitHub.RepositoryRuleCodeScanning? Value20 { get; init; } + public global::GitHub.RepositoryRuleWorkflows? Value20 { get; init; } #else - public global::GitHub.RepositoryRuleCodeScanning? Value20 { get; } + public global::GitHub.RepositoryRuleWorkflows? Value20 { get; } #endif /// @@ -692,6 +692,41 @@ public RepositoryRule(global::GitHub.RepositoryRuleWorkflows? value) #endif public bool IsValue20 => Value20 != null; + /// + /// + /// + public static implicit operator RepositoryRule(global::GitHub.RepositoryRuleWorkflows value) => new RepositoryRule(value); + + /// + /// + /// + public static implicit operator global::GitHub.RepositoryRuleWorkflows?(RepositoryRule @this) => @this.Value20; + + /// + /// + /// + public RepositoryRule(global::GitHub.RepositoryRuleWorkflows? value) + { + Value20 = value; + } + + /// + /// + /// +#if NET6_0_OR_GREATER + public global::GitHub.RepositoryRuleCodeScanning? Value21 { get; init; } +#else + public global::GitHub.RepositoryRuleCodeScanning? Value21 { get; } +#endif + + /// + /// + /// +#if NET6_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(Value21))] +#endif + public bool IsValue21 => Value21 != null; + /// /// /// @@ -700,14 +735,14 @@ public RepositoryRule(global::GitHub.RepositoryRuleWorkflows? value) /// /// /// - public static implicit operator global::GitHub.RepositoryRuleCodeScanning?(RepositoryRule @this) => @this.Value20; + public static implicit operator global::GitHub.RepositoryRuleCodeScanning?(RepositoryRule @this) => @this.Value21; /// /// /// public RepositoryRule(global::GitHub.RepositoryRuleCodeScanning? value) { - Value20 = value; + Value21 = value; } /// @@ -718,22 +753,23 @@ public RepositoryRule( global::GitHub.RepositoryRuleUpdate? value2, global::GitHub.RepositoryRuleDeletion? value3, global::GitHub.RepositoryRuleRequiredLinearHistory? value4, - global::GitHub.RepositoryRuleRequiredDeployments? value5, - global::GitHub.RepositoryRuleRequiredSignatures? value6, - global::GitHub.RepositoryRulePullRequest? value7, - global::GitHub.RepositoryRuleRequiredStatusChecks? value8, - global::GitHub.RepositoryRuleNonFastForward? value9, - global::GitHub.RepositoryRuleCommitMessagePattern? value10, - global::GitHub.RepositoryRuleCommitAuthorEmailPattern? value11, - global::GitHub.RepositoryRuleCommitterEmailPattern? value12, - global::GitHub.RepositoryRuleBranchNamePattern? value13, - global::GitHub.RepositoryRuleTagNamePattern? value14, - global::GitHub.RepositoryRuleVariant15? value15, + global::GitHub.RepositoryRuleMergeQueue? value5, + global::GitHub.RepositoryRuleRequiredDeployments? value6, + global::GitHub.RepositoryRuleRequiredSignatures? value7, + global::GitHub.RepositoryRulePullRequest? value8, + global::GitHub.RepositoryRuleRequiredStatusChecks? value9, + global::GitHub.RepositoryRuleNonFastForward? value10, + global::GitHub.RepositoryRuleCommitMessagePattern? value11, + global::GitHub.RepositoryRuleCommitAuthorEmailPattern? value12, + global::GitHub.RepositoryRuleCommitterEmailPattern? value13, + global::GitHub.RepositoryRuleBranchNamePattern? value14, + global::GitHub.RepositoryRuleTagNamePattern? value15, global::GitHub.RepositoryRuleVariant16? value16, global::GitHub.RepositoryRuleVariant17? value17, global::GitHub.RepositoryRuleVariant18? value18, - global::GitHub.RepositoryRuleWorkflows? value19, - global::GitHub.RepositoryRuleCodeScanning? value20 + global::GitHub.RepositoryRuleVariant19? value19, + global::GitHub.RepositoryRuleWorkflows? value20, + global::GitHub.RepositoryRuleCodeScanning? value21 ) { Value1 = value1; @@ -756,12 +792,14 @@ public RepositoryRule( Value18 = value18; Value19 = value19; Value20 = value20; + Value21 = value21; } /// /// /// public object? Object => + Value21 as object ?? Value20 as object ?? Value19 as object ?? Value18 as object ?? @@ -789,7 +827,7 @@ Value1 as object /// public bool Validate() { - return IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && IsValue20; + return IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && IsValue21; } /// @@ -808,27 +846,27 @@ public override int GetHashCode() Value4, typeof(global::GitHub.RepositoryRuleRequiredLinearHistory), Value5, - typeof(global::GitHub.RepositoryRuleRequiredDeployments), + typeof(global::GitHub.RepositoryRuleMergeQueue), Value6, - typeof(global::GitHub.RepositoryRuleRequiredSignatures), + typeof(global::GitHub.RepositoryRuleRequiredDeployments), Value7, - typeof(global::GitHub.RepositoryRulePullRequest), + typeof(global::GitHub.RepositoryRuleRequiredSignatures), Value8, - typeof(global::GitHub.RepositoryRuleRequiredStatusChecks), + typeof(global::GitHub.RepositoryRulePullRequest), Value9, - typeof(global::GitHub.RepositoryRuleNonFastForward), + typeof(global::GitHub.RepositoryRuleRequiredStatusChecks), Value10, - typeof(global::GitHub.RepositoryRuleCommitMessagePattern), + typeof(global::GitHub.RepositoryRuleNonFastForward), Value11, - typeof(global::GitHub.RepositoryRuleCommitAuthorEmailPattern), + typeof(global::GitHub.RepositoryRuleCommitMessagePattern), Value12, - typeof(global::GitHub.RepositoryRuleCommitterEmailPattern), + typeof(global::GitHub.RepositoryRuleCommitAuthorEmailPattern), Value13, - typeof(global::GitHub.RepositoryRuleBranchNamePattern), + typeof(global::GitHub.RepositoryRuleCommitterEmailPattern), Value14, - typeof(global::GitHub.RepositoryRuleTagNamePattern), + typeof(global::GitHub.RepositoryRuleBranchNamePattern), Value15, - typeof(global::GitHub.RepositoryRuleVariant15), + typeof(global::GitHub.RepositoryRuleTagNamePattern), Value16, typeof(global::GitHub.RepositoryRuleVariant16), Value17, @@ -836,8 +874,10 @@ public override int GetHashCode() Value18, typeof(global::GitHub.RepositoryRuleVariant18), Value19, - typeof(global::GitHub.RepositoryRuleWorkflows), + typeof(global::GitHub.RepositoryRuleVariant19), Value20, + typeof(global::GitHub.RepositoryRuleWorkflows), + Value21, typeof(global::GitHub.RepositoryRuleCodeScanning), }; const int offset = unchecked((int)2166136261); @@ -858,22 +898,23 @@ public bool Equals(RepositoryRule other) global::System.Collections.Generic.EqualityComparer.Default.Equals(Value2, other.Value2) && global::System.Collections.Generic.EqualityComparer.Default.Equals(Value3, other.Value3) && global::System.Collections.Generic.EqualityComparer.Default.Equals(Value4, other.Value4) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value5, other.Value5) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value6, other.Value6) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value7, other.Value7) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value8, other.Value8) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value9, other.Value9) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value10, other.Value10) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value11, other.Value11) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value12, other.Value12) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value13, other.Value13) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value14, other.Value14) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value15, other.Value15) && + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value5, other.Value5) && + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value6, other.Value6) && + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value7, other.Value7) && + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value8, other.Value8) && + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value9, other.Value9) && + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value10, other.Value10) && + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value11, other.Value11) && + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value12, other.Value12) && + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value13, other.Value13) && + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value14, other.Value14) && + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value15, other.Value15) && global::System.Collections.Generic.EqualityComparer.Default.Equals(Value16, other.Value16) && global::System.Collections.Generic.EqualityComparer.Default.Equals(Value17, other.Value17) && global::System.Collections.Generic.EqualityComparer.Default.Equals(Value18, other.Value18) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value19, other.Value19) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value20, other.Value20) + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value19, other.Value19) && + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value20, other.Value20) && + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value21, other.Value21) ; } diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleDetailed.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleDetailed.g.cs index 746ecb72..b97e219f 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleDetailed.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleDetailed.g.cs @@ -154,9 +154,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value5 { get; init; } + public global::System.AllOf? Value5 { get; init; } #else - public global::System.AllOf? Value5 { get; } + public global::System.AllOf? Value5 { get; } #endif /// @@ -170,17 +170,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value5; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value5; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value5 = value; } @@ -189,9 +189,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value6 { get; init; } + public global::System.AllOf? Value6 { get; init; } #else - public global::System.AllOf? Value6 { get; } + public global::System.AllOf? Value6 { get; } #endif /// @@ -205,17 +205,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value6; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value6; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value6 = value; } @@ -224,9 +224,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value7 { get; init; } + public global::System.AllOf? Value7 { get; init; } #else - public global::System.AllOf? Value7 { get; } + public global::System.AllOf? Value7 { get; } #endif /// @@ -240,17 +240,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value7; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value7; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value7 = value; } @@ -259,9 +259,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value8 { get; init; } + public global::System.AllOf? Value8 { get; init; } #else - public global::System.AllOf? Value8 { get; } + public global::System.AllOf? Value8 { get; } #endif /// @@ -275,17 +275,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value8; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value8; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value8 = value; } @@ -294,9 +294,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value9 { get; init; } + public global::System.AllOf? Value9 { get; init; } #else - public global::System.AllOf? Value9 { get; } + public global::System.AllOf? Value9 { get; } #endif /// @@ -310,17 +310,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value9; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value9; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value9 = value; } @@ -329,9 +329,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value10 { get; init; } + public global::System.AllOf? Value10 { get; init; } #else - public global::System.AllOf? Value10 { get; } + public global::System.AllOf? Value10 { get; } #endif /// @@ -345,17 +345,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value10; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value10; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value10 = value; } @@ -364,9 +364,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value11 { get; init; } + public global::System.AllOf? Value11 { get; init; } #else - public global::System.AllOf? Value11 { get; } + public global::System.AllOf? Value11 { get; } #endif /// @@ -380,17 +380,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value11; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value11; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value11 = value; } @@ -399,9 +399,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value12 { get; init; } + public global::System.AllOf? Value12 { get; init; } #else - public global::System.AllOf? Value12 { get; } + public global::System.AllOf? Value12 { get; } #endif /// @@ -415,17 +415,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value12; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value12; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value12 = value; } @@ -434,9 +434,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value13 { get; init; } + public global::System.AllOf? Value13 { get; init; } #else - public global::System.AllOf? Value13 { get; } + public global::System.AllOf? Value13 { get; } #endif /// @@ -450,17 +450,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value13; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value13; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value13 = value; } @@ -469,9 +469,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value14 { get; init; } + public global::System.AllOf? Value14 { get; init; } #else - public global::System.AllOf? Value14 { get; } + public global::System.AllOf? Value14 { get; } #endif /// @@ -485,17 +485,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value14; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value14; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value14 = value; } @@ -504,9 +504,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value15 { get; init; } + public global::System.AllOf? Value15 { get; init; } #else - public global::System.AllOf? Value15 { get; } + public global::System.AllOf? Value15 { get; } #endif /// @@ -520,17 +520,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value15; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value15; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value15 = value; } @@ -539,9 +539,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value16 { get; init; } + public global::System.AllOf? Value16 { get; init; } #else - public global::System.AllOf? Value16 { get; } + public global::System.AllOf? Value16 { get; } #endif /// @@ -552,6 +552,41 @@ public RepositoryRuleDetailed(global::System.AllOf Value16 != null; + /// + /// + /// + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + + /// + /// + /// + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value16; + + /// + /// + /// + public RepositoryRuleDetailed(global::System.AllOf? value) + { + Value16 = value; + } + + /// + /// + /// +#if NET6_0_OR_GREATER + public global::System.AllOf? Value17 { get; init; } +#else + public global::System.AllOf? Value17 { get; } +#endif + + /// + /// + /// +#if NET6_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(Value17))] +#endif + public bool IsValue17 => Value17 != null; + /// /// /// @@ -560,14 +595,14 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value16; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value17; /// /// /// public RepositoryRuleDetailed(global::System.AllOf? value) { - Value16 = value; + Value17 = value; } /// @@ -578,18 +613,19 @@ public RepositoryRuleDetailed( global::System.AllOf? value2, global::System.AllOf? value3, global::System.AllOf? value4, - global::System.AllOf? value5, - global::System.AllOf? value6, - global::System.AllOf? value7, - global::System.AllOf? value8, - global::System.AllOf? value9, - global::System.AllOf? value10, - global::System.AllOf? value11, - global::System.AllOf? value12, - global::System.AllOf? value13, - global::System.AllOf? value14, - global::System.AllOf? value15, - global::System.AllOf? value16 + global::System.AllOf? value5, + global::System.AllOf? value6, + global::System.AllOf? value7, + global::System.AllOf? value8, + global::System.AllOf? value9, + global::System.AllOf? value10, + global::System.AllOf? value11, + global::System.AllOf? value12, + global::System.AllOf? value13, + global::System.AllOf? value14, + global::System.AllOf? value15, + global::System.AllOf? value16, + global::System.AllOf? value17 ) { Value1 = value1; @@ -608,12 +644,14 @@ public RepositoryRuleDetailed( Value14 = value14; Value15 = value15; Value16 = value16; + Value17 = value17; } /// /// /// public object? Object => + Value17 as object ?? Value16 as object ?? Value15 as object ?? Value14 as object ?? @@ -637,7 +675,7 @@ Value1 as object /// public bool Validate() { - return IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 || !IsValue1 && IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 || !IsValue1 && !IsValue2 && IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 || !IsValue1 && !IsValue2 && !IsValue3 && IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && IsValue14 && !IsValue15 && !IsValue16 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && IsValue15 && !IsValue16 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && IsValue16; + return IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 || !IsValue1 && IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 || !IsValue1 && !IsValue2 && IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 || !IsValue1 && !IsValue2 && !IsValue3 && IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && IsValue15 && !IsValue16 && !IsValue17 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && IsValue16 && !IsValue17 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && IsValue17; } /// @@ -656,28 +694,30 @@ public override int GetHashCode() Value4, typeof(global::System.AllOf), Value5, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value6, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value7, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value8, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value9, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value10, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value11, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value12, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value13, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value14, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value15, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value16, + typeof(global::System.AllOf), + Value17, typeof(global::System.AllOf), }; const int offset = unchecked((int)2166136261); @@ -698,18 +738,19 @@ public bool Equals(RepositoryRuleDetailed other) global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value2, other.Value2) && global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value3, other.Value3) && global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value4, other.Value4) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value5, other.Value5) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value6, other.Value6) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value7, other.Value7) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value8, other.Value8) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value9, other.Value9) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value10, other.Value10) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value11, other.Value11) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value12, other.Value12) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value13, other.Value13) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value14, other.Value14) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value15, other.Value15) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value16, other.Value16) + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value5, other.Value5) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value6, other.Value6) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value7, other.Value7) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value8, other.Value8) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value9, other.Value9) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value10, other.Value10) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value11, other.Value11) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value12, other.Value12) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value13, other.Value13) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value14, other.Value14) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value15, other.Value15) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value16, other.Value16) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value17, other.Value17) ; } diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleMergeQueue.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleMergeQueue.g.cs new file mode 100644 index 00000000..f4afe7d0 --- /dev/null +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleMergeQueue.g.cs @@ -0,0 +1,31 @@ + +#nullable enable + +namespace GitHub +{ + /// + /// Merges must be performed via a merge queue. + /// + public sealed partial class RepositoryRuleMergeQueue + { + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("type")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleMergeQueueTypeJsonConverter))] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::GitHub.RepositoryRuleMergeQueueType Type { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("parameters")] + public global::GitHub.RepositoryRuleMergeQueueParameters? Parameters { get; set; } + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } +} \ No newline at end of file diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleMergeQueueParameters.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleMergeQueueParameters.g.cs new file mode 100644 index 00000000..73b67099 --- /dev/null +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleMergeQueueParameters.g.cs @@ -0,0 +1,68 @@ + +#nullable enable + +namespace GitHub +{ + /// + /// + /// + public sealed partial class RepositoryRuleMergeQueueParameters + { + /// + /// Maximum time for a required status check to report a conclusion. After this much time has elapsed, checks that have not reported a conclusion will be assumed to have failed + /// + [global::System.Text.Json.Serialization.JsonPropertyName("check_response_timeout_minutes")] + [global::System.Text.Json.Serialization.JsonRequired] + public required int CheckResponseTimeoutMinutes { get; set; } + + /// + /// When set to ALLGREEN, the merge commit created by merge queue for each PR in the group must pass all required checks to merge. When set to HEADGREEN, only the commit at the head of the merge group, i.e. the commit containing changes from all of the PRs in the group, must pass its required checks to merge. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("grouping_strategy")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleMergeQueueParametersGroupingStrategyJsonConverter))] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::GitHub.RepositoryRuleMergeQueueParametersGroupingStrategy GroupingStrategy { get; set; } + + /// + /// Limit the number of queued pull requests requesting checks and workflow runs at the same time. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("max_entries_to_build")] + [global::System.Text.Json.Serialization.JsonRequired] + public required int MaxEntriesToBuild { get; set; } + + /// + /// The maximum number of PRs that will be merged together in a group. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("max_entries_to_merge")] + [global::System.Text.Json.Serialization.JsonRequired] + public required int MaxEntriesToMerge { get; set; } + + /// + /// Method to use when merging changes from queued pull requests. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("merge_method")] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleMergeQueueParametersMergeMethodJsonConverter))] + [global::System.Text.Json.Serialization.JsonRequired] + public required global::GitHub.RepositoryRuleMergeQueueParametersMergeMethod MergeMethod { get; set; } + + /// + /// The minimum number of PRs that will be merged together in a group. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("min_entries_to_merge")] + [global::System.Text.Json.Serialization.JsonRequired] + public required int MinEntriesToMerge { get; set; } + + /// + /// The time merge queue should wait after the first PR is added to the queue for the minimum group size to be met. After this time has elapsed, the minimum group size will be ignored and a smaller group will be merged. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("min_entries_to_merge_wait_minutes")] + [global::System.Text.Json.Serialization.JsonRequired] + public required int MinEntriesToMergeWaitMinutes { get; set; } + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } +} \ No newline at end of file diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleMergeQueueParametersGroupingStrategy.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleMergeQueueParametersGroupingStrategy.g.cs new file mode 100644 index 00000000..186b671f --- /dev/null +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleMergeQueueParametersGroupingStrategy.g.cs @@ -0,0 +1,51 @@ + +#nullable enable + +namespace GitHub +{ + /// + /// When set to ALLGREEN, the merge commit created by merge queue for each PR in the group must pass all required checks to merge. When set to HEADGREEN, only the commit at the head of the merge group, i.e. the commit containing changes from all of the PRs in the group, must pass its required checks to merge. + /// + public enum RepositoryRuleMergeQueueParametersGroupingStrategy + { + /// + /// + /// + ALLGREEN, + /// + /// + /// + HEADGREEN, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class RepositoryRuleMergeQueueParametersGroupingStrategyExtensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this RepositoryRuleMergeQueueParametersGroupingStrategy value) + { + return value switch + { + RepositoryRuleMergeQueueParametersGroupingStrategy.ALLGREEN => "ALLGREEN", + RepositoryRuleMergeQueueParametersGroupingStrategy.HEADGREEN => "HEADGREEN", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static RepositoryRuleMergeQueueParametersGroupingStrategy? ToEnum(string value) + { + return value switch + { + "ALLGREEN" => RepositoryRuleMergeQueueParametersGroupingStrategy.ALLGREEN, + "HEADGREEN" => RepositoryRuleMergeQueueParametersGroupingStrategy.HEADGREEN, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleMergeQueueParametersMergeMethod.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleMergeQueueParametersMergeMethod.g.cs new file mode 100644 index 00000000..0d99ff89 --- /dev/null +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleMergeQueueParametersMergeMethod.g.cs @@ -0,0 +1,57 @@ + +#nullable enable + +namespace GitHub +{ + /// + /// Method to use when merging changes from queued pull requests. + /// + public enum RepositoryRuleMergeQueueParametersMergeMethod + { + /// + /// + /// + MERGE, + /// + /// + /// + SQUASH, + /// + /// + /// + REBASE, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class RepositoryRuleMergeQueueParametersMergeMethodExtensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this RepositoryRuleMergeQueueParametersMergeMethod value) + { + return value switch + { + RepositoryRuleMergeQueueParametersMergeMethod.MERGE => "MERGE", + RepositoryRuleMergeQueueParametersMergeMethod.SQUASH => "SQUASH", + RepositoryRuleMergeQueueParametersMergeMethod.REBASE => "REBASE", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static RepositoryRuleMergeQueueParametersMergeMethod? ToEnum(string value) + { + return value switch + { + "MERGE" => RepositoryRuleMergeQueueParametersMergeMethod.MERGE, + "SQUASH" => RepositoryRuleMergeQueueParametersMergeMethod.SQUASH, + "REBASE" => RepositoryRuleMergeQueueParametersMergeMethod.REBASE, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleMergeQueueType.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleMergeQueueType.g.cs new file mode 100644 index 00000000..d549e9ce --- /dev/null +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleMergeQueueType.g.cs @@ -0,0 +1,45 @@ + +#nullable enable + +namespace GitHub +{ + /// + /// + /// + public enum RepositoryRuleMergeQueueType + { + /// + /// + /// + MergeQueue, + } + + /// + /// Enum extensions to do fast conversions without the reflection. + /// + public static class RepositoryRuleMergeQueueTypeExtensions + { + /// + /// Converts an enum to a string. + /// + public static string ToValueString(this RepositoryRuleMergeQueueType value) + { + return value switch + { + RepositoryRuleMergeQueueType.MergeQueue => "merge_queue", + _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), + }; + } + /// + /// Converts an string to a enum. + /// + public static RepositoryRuleMergeQueueType? ToEnum(string value) + { + return value switch + { + "merge_queue" => RepositoryRuleMergeQueueType.MergeQueue, + _ => null, + }; + } + } +} \ No newline at end of file diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleRequiredStatusChecksParameters.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleRequiredStatusChecksParameters.g.cs index a44ad425..a0390965 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleRequiredStatusChecksParameters.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleRequiredStatusChecksParameters.g.cs @@ -8,6 +8,12 @@ namespace GitHub /// public sealed partial class RepositoryRuleRequiredStatusChecksParameters { + /// + /// Allow repositories and branches to be created if a check would otherwise prohibit it. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("do_not_enforce_on_create")] + public bool DoNotEnforceOnCreate { get; set; } + /// /// Status checks that are required. /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant16.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant16.g.cs index 7f19cff4..78ba9568 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant16.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant16.g.cs @@ -4,8 +4,9 @@ namespace GitHub { /// - /// Note: max_file_path_length is in beta and subject to change.
- /// Prevent commits that include file paths that exceed a specified character limit from being pushed to the commit graph. + /// > [!NOTE]
+ /// > `file_path_restriction` is in beta and subject to change.
+ /// Prevent commits that include changes in specified file paths from being pushed to the commit graph. ///
public sealed partial class RepositoryRuleVariant16 { diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant16Parameters.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant16Parameters.g.cs index 5086fe87..6a0c314e 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant16Parameters.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant16Parameters.g.cs @@ -9,11 +9,11 @@ namespace GitHub public sealed partial class RepositoryRuleVariant16Parameters { /// - /// The maximum amount of characters allowed in file paths + /// The file paths that are restricted from being pushed to the commit graph. /// - [global::System.Text.Json.Serialization.JsonPropertyName("max_file_path_length")] + [global::System.Text.Json.Serialization.JsonPropertyName("restricted_file_paths")] [global::System.Text.Json.Serialization.JsonRequired] - public required int MaxFilePathLength { get; set; } + public required global::System.Collections.Generic.IList RestrictedFilePaths { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant16Type.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant16Type.g.cs index 9d1dd93e..da09759c 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant16Type.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant16Type.g.cs @@ -11,7 +11,7 @@ public enum RepositoryRuleVariant16Type /// /// /// - MaxFilePathLength, + FilePathRestriction, } /// @@ -26,7 +26,7 @@ public static string ToValueString(this RepositoryRuleVariant16Type value) { return value switch { - RepositoryRuleVariant16Type.MaxFilePathLength => "max_file_path_length", + RepositoryRuleVariant16Type.FilePathRestriction => "file_path_restriction", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } @@ -37,7 +37,7 @@ public static string ToValueString(this RepositoryRuleVariant16Type value) { return value switch { - "max_file_path_length" => RepositoryRuleVariant16Type.MaxFilePathLength, + "file_path_restriction" => RepositoryRuleVariant16Type.FilePathRestriction, _ => null, }; } diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant17.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant17.g.cs index 9bd61092..82f90cf5 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant17.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant17.g.cs @@ -4,8 +4,9 @@ namespace GitHub { /// - /// Note: file_extension_restriction is in beta and subject to change.
- /// Prevent commits that include files with specified file extensions from being pushed to the commit graph. + /// > [!NOTE]
+ /// > `max_file_path_length` is in beta and subject to change.
+ /// Prevent commits that include file paths that exceed a specified character limit from being pushed to the commit graph. ///
public sealed partial class RepositoryRuleVariant17 { diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant17Parameters.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant17Parameters.g.cs index 59eb8648..1185d417 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant17Parameters.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant17Parameters.g.cs @@ -9,11 +9,11 @@ namespace GitHub public sealed partial class RepositoryRuleVariant17Parameters { /// - /// The file extensions that are restricted from being pushed to the commit graph. + /// The maximum amount of characters allowed in file paths /// - [global::System.Text.Json.Serialization.JsonPropertyName("restricted_file_extensions")] + [global::System.Text.Json.Serialization.JsonPropertyName("max_file_path_length")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList RestrictedFileExtensions { get; set; } + public required int MaxFilePathLength { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant17Type.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant17Type.g.cs index 82f238fa..1486bc2e 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant17Type.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant17Type.g.cs @@ -11,7 +11,7 @@ public enum RepositoryRuleVariant17Type /// /// /// - FileExtensionRestriction, + MaxFilePathLength, } /// @@ -26,7 +26,7 @@ public static string ToValueString(this RepositoryRuleVariant17Type value) { return value switch { - RepositoryRuleVariant17Type.FileExtensionRestriction => "file_extension_restriction", + RepositoryRuleVariant17Type.MaxFilePathLength => "max_file_path_length", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } @@ -37,7 +37,7 @@ public static string ToValueString(this RepositoryRuleVariant17Type value) { return value switch { - "file_extension_restriction" => RepositoryRuleVariant17Type.FileExtensionRestriction, + "max_file_path_length" => RepositoryRuleVariant17Type.MaxFilePathLength, _ => null, }; } diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant18.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant18.g.cs index ad9183b1..9db92389 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant18.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant18.g.cs @@ -4,8 +4,9 @@ namespace GitHub { /// - /// Note: max_file_size is in beta and subject to change.
- /// Prevent commits that exceed a specified file size limit from being pushed to the commit. + /// > [!NOTE]
+ /// > `file_extension_restriction` is in beta and subject to change.
+ /// Prevent commits that include files with specified file extensions from being pushed to the commit graph. ///
public sealed partial class RepositoryRuleVariant18 { diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant18Parameters.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant18Parameters.g.cs index 87669ef0..2eae228b 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant18Parameters.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant18Parameters.g.cs @@ -9,11 +9,11 @@ namespace GitHub public sealed partial class RepositoryRuleVariant18Parameters { /// - /// The maximum file size allowed in megabytes. This limit does not apply to Git Large File Storage (Git LFS). + /// The file extensions that are restricted from being pushed to the commit graph. /// - [global::System.Text.Json.Serialization.JsonPropertyName("max_file_size")] + [global::System.Text.Json.Serialization.JsonPropertyName("restricted_file_extensions")] [global::System.Text.Json.Serialization.JsonRequired] - public required int MaxFileSize { get; set; } + public required global::System.Collections.Generic.IList RestrictedFileExtensions { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant18Type.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant18Type.g.cs index 58041abe..64d0124b 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant18Type.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant18Type.g.cs @@ -11,7 +11,7 @@ public enum RepositoryRuleVariant18Type /// /// /// - MaxFileSize, + FileExtensionRestriction, } /// @@ -26,7 +26,7 @@ public static string ToValueString(this RepositoryRuleVariant18Type value) { return value switch { - RepositoryRuleVariant18Type.MaxFileSize => "max_file_size", + RepositoryRuleVariant18Type.FileExtensionRestriction => "file_extension_restriction", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } @@ -37,7 +37,7 @@ public static string ToValueString(this RepositoryRuleVariant18Type value) { return value switch { - "max_file_size" => RepositoryRuleVariant18Type.MaxFileSize, + "file_extension_restriction" => RepositoryRuleVariant18Type.FileExtensionRestriction, _ => null, }; } diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant15.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant19.g.cs similarity index 70% rename from src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant15.g.cs rename to src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant19.g.cs index 157a27dc..52922024 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant15.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant19.g.cs @@ -4,24 +4,25 @@ namespace GitHub { /// - /// Note: file_path_restriction is in beta and subject to change.
- /// Prevent commits that include changes in specified file paths from being pushed to the commit graph. + /// > [!NOTE]
+ /// > `max_file_size` is in beta and subject to change.
+ /// Prevent commits that exceed a specified file size limit from being pushed to the commit. ///
- public sealed partial class RepositoryRuleVariant15 + public sealed partial class RepositoryRuleVariant19 { /// /// /// [global::System.Text.Json.Serialization.JsonPropertyName("type")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleVariant15TypeJsonConverter))] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleVariant19TypeJsonConverter))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::GitHub.RepositoryRuleVariant15Type Type { get; set; } + public required global::GitHub.RepositoryRuleVariant19Type Type { get; set; } /// /// /// [global::System.Text.Json.Serialization.JsonPropertyName("parameters")] - public global::GitHub.RepositoryRuleVariant15Parameters? Parameters { get; set; } + public global::GitHub.RepositoryRuleVariant19Parameters? Parameters { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant15Parameters.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant19Parameters.g.cs similarity index 69% rename from src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant15Parameters.g.cs rename to src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant19Parameters.g.cs index 1426432e..35452f96 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant15Parameters.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant19Parameters.g.cs @@ -6,14 +6,14 @@ namespace GitHub /// /// /// - public sealed partial class RepositoryRuleVariant15Parameters + public sealed partial class RepositoryRuleVariant19Parameters { /// - /// The file paths that are restricted from being pushed to the commit graph. + /// The maximum file size allowed in megabytes. This limit does not apply to Git Large File Storage (Git LFS). /// - [global::System.Text.Json.Serialization.JsonPropertyName("restricted_file_paths")] + [global::System.Text.Json.Serialization.JsonPropertyName("max_file_size")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList RestrictedFilePaths { get; set; } + public required int MaxFileSize { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant15Type.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant19Type.g.cs similarity index 66% rename from src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant15Type.g.cs rename to src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant19Type.g.cs index 146cb87c..94051988 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant15Type.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleVariant19Type.g.cs @@ -6,38 +6,38 @@ namespace GitHub /// /// /// - public enum RepositoryRuleVariant15Type + public enum RepositoryRuleVariant19Type { /// /// /// - FilePathRestriction, + MaxFileSize, } /// /// Enum extensions to do fast conversions without the reflection. /// - public static class RepositoryRuleVariant15TypeExtensions + public static class RepositoryRuleVariant19TypeExtensions { /// /// Converts an enum to a string. /// - public static string ToValueString(this RepositoryRuleVariant15Type value) + public static string ToValueString(this RepositoryRuleVariant19Type value) { return value switch { - RepositoryRuleVariant15Type.FilePathRestriction => "file_path_restriction", + RepositoryRuleVariant19Type.MaxFileSize => "max_file_size", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } /// /// Converts an string to a enum. /// - public static RepositoryRuleVariant15Type? ToEnum(string value) + public static RepositoryRuleVariant19Type? ToEnum(string value) { return value switch { - "file_path_restriction" => RepositoryRuleVariant15Type.FilePathRestriction, + "max_file_size" => RepositoryRuleVariant19Type.MaxFileSize, _ => null, }; } diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleWorkflowsParameters.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleWorkflowsParameters.g.cs index dd05e439..88b7b6a2 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleWorkflowsParameters.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleWorkflowsParameters.g.cs @@ -8,6 +8,12 @@ namespace GitHub /// public sealed partial class RepositoryRuleWorkflowsParameters { + /// + /// Allow repositories and branches to be created if a check would otherwise prohibit it. + /// + [global::System.Text.Json.Serialization.JsonPropertyName("do_not_enforce_on_create")] + public bool DoNotEnforceOnCreate { get; set; } + /// /// Workflows that must pass for this rule to pass. /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookRepositoryRulesetEditedChangesRulesUpdated.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookRepositoryRulesetEditedChangesRulesUpdated.g.cs index 832de0e2..0c297d4b 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookRepositoryRulesetEditedChangesRulesUpdated.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookRepositoryRulesetEditedChangesRulesUpdated.g.cs @@ -12,7 +12,7 @@ public sealed partial class WebhookRepositoryRulesetEditedChangesRulesUpdated /// A repository rule. /// [global::System.Text.Json.Serialization.JsonPropertyName("rule")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory20))] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory21))] public global::GitHub.RepositoryRule? Rule { get; set; } /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookRepositoryRulesetEditedChangesRulesUpdatedRule.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookRepositoryRulesetEditedChangesRulesUpdatedRule.g.cs index 4327a915..e4a063af 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookRepositoryRulesetEditedChangesRulesUpdatedRule.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookRepositoryRulesetEditedChangesRulesUpdatedRule.g.cs @@ -4,7 +4,8 @@ namespace GitHub { /// - /// Note: file_path_restriction is in beta and subject to change.
+ /// > [!NOTE]
+ /// > `file_path_restriction` is in beta and subject to change.
/// Prevent commits that include changes in specified file paths from being pushed to the commit graph. ///
public sealed partial class WebhookRepositoryRulesetEditedChangesRulesUpdatedRule diff --git a/src/libs/GitHub/Generated/JsonConverters.OneOf20.g.cs b/src/libs/GitHub/Generated/JsonConverters.OneOf21.g.cs similarity index 94% rename from src/libs/GitHub/Generated/JsonConverters.OneOf20.g.cs rename to src/libs/GitHub/Generated/JsonConverters.OneOf21.g.cs index 2dd00c0c..7d72a73c 100644 --- a/src/libs/GitHub/Generated/JsonConverters.OneOf20.g.cs +++ b/src/libs/GitHub/Generated/JsonConverters.OneOf21.g.cs @@ -3,10 +3,10 @@ namespace OpenApiGenerator.JsonConverters { /// - public class OneOfJsonConverter : global::System.Text.Json.Serialization.JsonConverter> + public class OneOfJsonConverter : global::System.Text.Json.Serialization.JsonConverter> { /// - public override global::System.OneOf Read( + public override global::System.OneOf Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -254,7 +254,19 @@ public class OneOfJsonConverter( + + readerCopy = reader; + T21? value21 = default; + try + { + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(T21), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(T21).Name}"); + value21 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + } + catch (global::System.Text.Json.JsonException) + { + } + var result = new global::System.OneOf( value1, value2, @@ -293,11 +305,13 @@ public class OneOfJsonConverter"); + throw new global::System.Text.Json.JsonException($"Invalid JSON format for OneOf<{typeof(T1).Name}, {typeof(T2).Name}, {typeof(T3).Name}, {typeof(T4).Name}, {typeof(T5).Name}, {typeof(T6).Name}, {typeof(T7).Name}, {typeof(T8).Name}, {typeof(T9).Name}, {typeof(T10).Name}, {typeof(T11).Name}, {typeof(T12).Name}, {typeof(T13).Name}, {typeof(T14).Name}, {typeof(T15).Name}, {typeof(T16).Name}, {typeof(T17).Name}, {typeof(T18).Name}, {typeof(T19).Name}, {typeof(T20).Name}, {typeof(T21).Name}>"); } if (value1 != null) @@ -439,13 +453,20 @@ public class OneOfJsonConverter ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(T21).Name}"); + _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); + } return result; } /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::System.OneOf value, + global::System.OneOf value, global::System.Text.Json.JsonSerializerOptions options) { options = options ?? throw new global::System.ArgumentNullException(nameof(options)); @@ -453,7 +474,7 @@ public override void Write( if (!value.Validate()) { - throw new global::System.Text.Json.JsonException($"Invalid OneOf<{typeof(T1).Name}, {typeof(T2).Name}, {typeof(T3).Name}, {typeof(T4).Name}, {typeof(T5).Name}, {typeof(T6).Name}, {typeof(T7).Name}, {typeof(T8).Name}, {typeof(T9).Name}, {typeof(T10).Name}, {typeof(T11).Name}, {typeof(T12).Name}, {typeof(T13).Name}, {typeof(T14).Name}, {typeof(T15).Name}, {typeof(T16).Name}, {typeof(T17).Name}, {typeof(T18).Name}, {typeof(T19).Name}, {typeof(T20).Name}> object."); + throw new global::System.Text.Json.JsonException($"Invalid OneOf<{typeof(T1).Name}, {typeof(T2).Name}, {typeof(T3).Name}, {typeof(T4).Name}, {typeof(T5).Name}, {typeof(T6).Name}, {typeof(T7).Name}, {typeof(T8).Name}, {typeof(T9).Name}, {typeof(T10).Name}, {typeof(T11).Name}, {typeof(T12).Name}, {typeof(T13).Name}, {typeof(T14).Name}, {typeof(T15).Name}, {typeof(T16).Name}, {typeof(T17).Name}, {typeof(T18).Name}, {typeof(T19).Name}, {typeof(T20).Name}, {typeof(T21).Name}> object."); } if (value.IsValue1) @@ -595,6 +616,13 @@ public override void Write( throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(T20).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value20, typeInfo); } + + else if (value.IsValue21) + { + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(T21), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(T21).Name}"); + global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value21, typeInfo); + } } } } \ No newline at end of file diff --git a/src/libs/GitHub/Generated/JsonConverters.OneOfFactory20.g.cs b/src/libs/GitHub/Generated/JsonConverters.OneOfFactory21.g.cs similarity index 80% rename from src/libs/GitHub/Generated/JsonConverters.OneOfFactory20.g.cs rename to src/libs/GitHub/Generated/JsonConverters.OneOfFactory21.g.cs index 030652f4..cd42479d 100644 --- a/src/libs/GitHub/Generated/JsonConverters.OneOfFactory20.g.cs +++ b/src/libs/GitHub/Generated/JsonConverters.OneOfFactory21.g.cs @@ -3,12 +3,12 @@ namespace OpenApiGenerator.JsonConverters { /// - public sealed class OneOfJsonConverterFactory20 : global::System.Text.Json.Serialization.JsonConverterFactory + public sealed class OneOfJsonConverterFactory21 : global::System.Text.Json.Serialization.JsonConverterFactory { /// public override bool CanConvert(global::System.Type? typeToConvert) { - return typeToConvert is { IsGenericType: true } && typeToConvert.GetGenericTypeDefinition() == typeof(global::System.OneOf<,,,,,,,,,,,,,,,,,,,>); + return typeToConvert is { IsGenericType: true } && typeToConvert.GetGenericTypeDefinition() == typeof(global::System.OneOf<,,,,,,,,,,,,,,,,,,,,>); } /// @@ -19,7 +19,7 @@ public override bool CanConvert(global::System.Type? typeToConvert) typeToConvert = typeToConvert ?? throw new global::System.ArgumentNullException(nameof(typeToConvert)); return (global::System.Text.Json.Serialization.JsonConverter)global::System.Activator.CreateInstance( - typeof(OneOfJsonConverter<,,,,,,,,,,,,,,,,,,,>).MakeGenericType(typeToConvert.GenericTypeArguments))!; + typeof(OneOfJsonConverter<,,,,,,,,,,,,,,,,,,,,>).MakeGenericType(typeToConvert.GenericTypeArguments))!; } } } diff --git a/src/libs/GitHub/Generated/JsonConverters.RepositoryRule.g.cs b/src/libs/GitHub/Generated/JsonConverters.RepositoryRule.g.cs index d37f71a9..69c200f6 100644 --- a/src/libs/GitHub/Generated/JsonConverters.RepositoryRule.g.cs +++ b/src/libs/GitHub/Generated/JsonConverters.RepositoryRule.g.cs @@ -65,131 +65,131 @@ public class RepositoryRuleJsonConverter : global::System.Text.Json.Serializatio } readerCopy = reader; - global::GitHub.RepositoryRuleRequiredDeployments? value5 = default; + global::GitHub.RepositoryRuleMergeQueue? value5 = default; + try + { + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleMergeQueue), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleMergeQueue).Name}"); + value5 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + } + catch (global::System.Text.Json.JsonException) + { + } + + readerCopy = reader; + global::GitHub.RepositoryRuleRequiredDeployments? value6 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleRequiredDeployments), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleRequiredDeployments).Name}"); - value5 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value6 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::GitHub.RepositoryRuleRequiredSignatures? value6 = default; + global::GitHub.RepositoryRuleRequiredSignatures? value7 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleRequiredSignatures), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleRequiredSignatures).Name}"); - value6 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value7 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::GitHub.RepositoryRulePullRequest? value7 = default; + global::GitHub.RepositoryRulePullRequest? value8 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRulePullRequest), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRulePullRequest).Name}"); - value7 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value8 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::GitHub.RepositoryRuleRequiredStatusChecks? value8 = default; + global::GitHub.RepositoryRuleRequiredStatusChecks? value9 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleRequiredStatusChecks), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleRequiredStatusChecks).Name}"); - value8 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value9 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::GitHub.RepositoryRuleNonFastForward? value9 = default; + global::GitHub.RepositoryRuleNonFastForward? value10 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleNonFastForward), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleNonFastForward).Name}"); - value9 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value10 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::GitHub.RepositoryRuleCommitMessagePattern? value10 = default; + global::GitHub.RepositoryRuleCommitMessagePattern? value11 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleCommitMessagePattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleCommitMessagePattern).Name}"); - value10 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value11 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::GitHub.RepositoryRuleCommitAuthorEmailPattern? value11 = default; + global::GitHub.RepositoryRuleCommitAuthorEmailPattern? value12 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleCommitAuthorEmailPattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleCommitAuthorEmailPattern).Name}"); - value11 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value12 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::GitHub.RepositoryRuleCommitterEmailPattern? value12 = default; + global::GitHub.RepositoryRuleCommitterEmailPattern? value13 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleCommitterEmailPattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleCommitterEmailPattern).Name}"); - value12 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value13 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::GitHub.RepositoryRuleBranchNamePattern? value13 = default; + global::GitHub.RepositoryRuleBranchNamePattern? value14 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleBranchNamePattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleBranchNamePattern).Name}"); - value13 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value14 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::GitHub.RepositoryRuleTagNamePattern? value14 = default; + global::GitHub.RepositoryRuleTagNamePattern? value15 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleTagNamePattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleTagNamePattern).Name}"); - value14 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); - } - catch (global::System.Text.Json.JsonException) - { - } - - readerCopy = reader; - global::GitHub.RepositoryRuleVariant15? value15 = default; - try - { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleVariant15), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleVariant15).Name}"); value15 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -233,24 +233,36 @@ public class RepositoryRuleJsonConverter : global::System.Text.Json.Serializatio } readerCopy = reader; - global::GitHub.RepositoryRuleWorkflows? value19 = default; + global::GitHub.RepositoryRuleVariant19? value19 = default; + try + { + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleVariant19), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleVariant19).Name}"); + value19 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + } + catch (global::System.Text.Json.JsonException) + { + } + + readerCopy = reader; + global::GitHub.RepositoryRuleWorkflows? value20 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleWorkflows), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleWorkflows).Name}"); - value19 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value20 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::GitHub.RepositoryRuleCodeScanning? value20 = default; + global::GitHub.RepositoryRuleCodeScanning? value21 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleCodeScanning), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleCodeScanning).Name}"); - value20 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value21 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { @@ -294,11 +306,13 @@ public class RepositoryRuleJsonConverter : global::System.Text.Json.Serializatio value19, - value20 + value20, + + value21 ); if (!result.Validate()) { - throw new global::System.Text.Json.JsonException($"Invalid JSON format for OneOf<{typeof(global::GitHub.RepositoryRuleCreation).Name}, {typeof(global::GitHub.RepositoryRuleUpdate).Name}, {typeof(global::GitHub.RepositoryRuleDeletion).Name}, {typeof(global::GitHub.RepositoryRuleRequiredLinearHistory).Name}, {typeof(global::GitHub.RepositoryRuleRequiredDeployments).Name}, {typeof(global::GitHub.RepositoryRuleRequiredSignatures).Name}, {typeof(global::GitHub.RepositoryRulePullRequest).Name}, {typeof(global::GitHub.RepositoryRuleRequiredStatusChecks).Name}, {typeof(global::GitHub.RepositoryRuleNonFastForward).Name}, {typeof(global::GitHub.RepositoryRuleCommitMessagePattern).Name}, {typeof(global::GitHub.RepositoryRuleCommitAuthorEmailPattern).Name}, {typeof(global::GitHub.RepositoryRuleCommitterEmailPattern).Name}, {typeof(global::GitHub.RepositoryRuleBranchNamePattern).Name}, {typeof(global::GitHub.RepositoryRuleTagNamePattern).Name}, {typeof(global::GitHub.RepositoryRuleVariant15).Name}, {typeof(global::GitHub.RepositoryRuleVariant16).Name}, {typeof(global::GitHub.RepositoryRuleVariant17).Name}, {typeof(global::GitHub.RepositoryRuleVariant18).Name}, {typeof(global::GitHub.RepositoryRuleWorkflows).Name}, {typeof(global::GitHub.RepositoryRuleCodeScanning).Name}>"); + throw new global::System.Text.Json.JsonException($"Invalid JSON format for OneOf<{typeof(global::GitHub.RepositoryRuleCreation).Name}, {typeof(global::GitHub.RepositoryRuleUpdate).Name}, {typeof(global::GitHub.RepositoryRuleDeletion).Name}, {typeof(global::GitHub.RepositoryRuleRequiredLinearHistory).Name}, {typeof(global::GitHub.RepositoryRuleMergeQueue).Name}, {typeof(global::GitHub.RepositoryRuleRequiredDeployments).Name}, {typeof(global::GitHub.RepositoryRuleRequiredSignatures).Name}, {typeof(global::GitHub.RepositoryRulePullRequest).Name}, {typeof(global::GitHub.RepositoryRuleRequiredStatusChecks).Name}, {typeof(global::GitHub.RepositoryRuleNonFastForward).Name}, {typeof(global::GitHub.RepositoryRuleCommitMessagePattern).Name}, {typeof(global::GitHub.RepositoryRuleCommitAuthorEmailPattern).Name}, {typeof(global::GitHub.RepositoryRuleCommitterEmailPattern).Name}, {typeof(global::GitHub.RepositoryRuleBranchNamePattern).Name}, {typeof(global::GitHub.RepositoryRuleTagNamePattern).Name}, {typeof(global::GitHub.RepositoryRuleVariant16).Name}, {typeof(global::GitHub.RepositoryRuleVariant17).Name}, {typeof(global::GitHub.RepositoryRuleVariant18).Name}, {typeof(global::GitHub.RepositoryRuleVariant19).Name}, {typeof(global::GitHub.RepositoryRuleWorkflows).Name}, {typeof(global::GitHub.RepositoryRuleCodeScanning).Name}>"); } if (value1 != null) @@ -330,82 +344,82 @@ public class RepositoryRuleJsonConverter : global::System.Text.Json.Serializatio } else if (value5 != null) + { + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleMergeQueue), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleMergeQueue).Name}"); + _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); + } + + else if (value6 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleRequiredDeployments), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleRequiredDeployments).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value6 != null) + else if (value7 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleRequiredSignatures), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleRequiredSignatures).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value7 != null) + else if (value8 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRulePullRequest), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRulePullRequest).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value8 != null) + else if (value9 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleRequiredStatusChecks), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleRequiredStatusChecks).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value9 != null) + else if (value10 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleNonFastForward), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleNonFastForward).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value10 != null) + else if (value11 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleCommitMessagePattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleCommitMessagePattern).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value11 != null) + else if (value12 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleCommitAuthorEmailPattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleCommitAuthorEmailPattern).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value12 != null) + else if (value13 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleCommitterEmailPattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleCommitterEmailPattern).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value13 != null) + else if (value14 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleBranchNamePattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleBranchNamePattern).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value14 != null) + else if (value15 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleTagNamePattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleTagNamePattern).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value15 != null) - { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleVariant15), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleVariant15).Name}"); - _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); - } - else if (value16 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleVariant16), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? @@ -428,13 +442,20 @@ public class RepositoryRuleJsonConverter : global::System.Text.Json.Serializatio } else if (value19 != null) + { + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleVariant19), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleVariant19).Name}"); + _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); + } + + else if (value20 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleWorkflows), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleWorkflows).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value20 != null) + else if (value21 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleCodeScanning), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleCodeScanning).Name}"); @@ -454,7 +475,7 @@ public override void Write( if (!value.Validate()) { - throw new global::System.Text.Json.JsonException($"Invalid OneOf<{typeof(global::GitHub.RepositoryRuleCreation).Name}, {typeof(global::GitHub.RepositoryRuleUpdate).Name}, {typeof(global::GitHub.RepositoryRuleDeletion).Name}, {typeof(global::GitHub.RepositoryRuleRequiredLinearHistory).Name}, {typeof(global::GitHub.RepositoryRuleRequiredDeployments).Name}, {typeof(global::GitHub.RepositoryRuleRequiredSignatures).Name}, {typeof(global::GitHub.RepositoryRulePullRequest).Name}, {typeof(global::GitHub.RepositoryRuleRequiredStatusChecks).Name}, {typeof(global::GitHub.RepositoryRuleNonFastForward).Name}, {typeof(global::GitHub.RepositoryRuleCommitMessagePattern).Name}, {typeof(global::GitHub.RepositoryRuleCommitAuthorEmailPattern).Name}, {typeof(global::GitHub.RepositoryRuleCommitterEmailPattern).Name}, {typeof(global::GitHub.RepositoryRuleBranchNamePattern).Name}, {typeof(global::GitHub.RepositoryRuleTagNamePattern).Name}, {typeof(global::GitHub.RepositoryRuleVariant15).Name}, {typeof(global::GitHub.RepositoryRuleVariant16).Name}, {typeof(global::GitHub.RepositoryRuleVariant17).Name}, {typeof(global::GitHub.RepositoryRuleVariant18).Name}, {typeof(global::GitHub.RepositoryRuleWorkflows).Name}, {typeof(global::GitHub.RepositoryRuleCodeScanning).Name}> object."); + throw new global::System.Text.Json.JsonException($"Invalid OneOf<{typeof(global::GitHub.RepositoryRuleCreation).Name}, {typeof(global::GitHub.RepositoryRuleUpdate).Name}, {typeof(global::GitHub.RepositoryRuleDeletion).Name}, {typeof(global::GitHub.RepositoryRuleRequiredLinearHistory).Name}, {typeof(global::GitHub.RepositoryRuleMergeQueue).Name}, {typeof(global::GitHub.RepositoryRuleRequiredDeployments).Name}, {typeof(global::GitHub.RepositoryRuleRequiredSignatures).Name}, {typeof(global::GitHub.RepositoryRulePullRequest).Name}, {typeof(global::GitHub.RepositoryRuleRequiredStatusChecks).Name}, {typeof(global::GitHub.RepositoryRuleNonFastForward).Name}, {typeof(global::GitHub.RepositoryRuleCommitMessagePattern).Name}, {typeof(global::GitHub.RepositoryRuleCommitAuthorEmailPattern).Name}, {typeof(global::GitHub.RepositoryRuleCommitterEmailPattern).Name}, {typeof(global::GitHub.RepositoryRuleBranchNamePattern).Name}, {typeof(global::GitHub.RepositoryRuleTagNamePattern).Name}, {typeof(global::GitHub.RepositoryRuleVariant16).Name}, {typeof(global::GitHub.RepositoryRuleVariant17).Name}, {typeof(global::GitHub.RepositoryRuleVariant18).Name}, {typeof(global::GitHub.RepositoryRuleVariant19).Name}, {typeof(global::GitHub.RepositoryRuleWorkflows).Name}, {typeof(global::GitHub.RepositoryRuleCodeScanning).Name}> object."); } if (value.IsValue1) @@ -487,78 +508,78 @@ public override void Write( else if (value.IsValue5) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleRequiredDeployments), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleRequiredDeployments).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleMergeQueue), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleMergeQueue).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value5, typeInfo); } else if (value.IsValue6) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleRequiredSignatures), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleRequiredSignatures).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleRequiredDeployments), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleRequiredDeployments).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value6, typeInfo); } else if (value.IsValue7) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRulePullRequest), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRulePullRequest).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleRequiredSignatures), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleRequiredSignatures).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value7, typeInfo); } else if (value.IsValue8) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleRequiredStatusChecks), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleRequiredStatusChecks).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRulePullRequest), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRulePullRequest).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value8, typeInfo); } else if (value.IsValue9) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleNonFastForward), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleNonFastForward).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleRequiredStatusChecks), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleRequiredStatusChecks).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value9, typeInfo); } else if (value.IsValue10) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleCommitMessagePattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleCommitMessagePattern).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleNonFastForward), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleNonFastForward).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value10, typeInfo); } else if (value.IsValue11) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleCommitAuthorEmailPattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleCommitAuthorEmailPattern).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleCommitMessagePattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleCommitMessagePattern).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value11, typeInfo); } else if (value.IsValue12) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleCommitterEmailPattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleCommitterEmailPattern).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleCommitAuthorEmailPattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleCommitAuthorEmailPattern).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value12, typeInfo); } else if (value.IsValue13) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleBranchNamePattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleBranchNamePattern).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleCommitterEmailPattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleCommitterEmailPattern).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value13, typeInfo); } else if (value.IsValue14) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleTagNamePattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleTagNamePattern).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleBranchNamePattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleBranchNamePattern).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value14, typeInfo); } else if (value.IsValue15) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleVariant15), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleVariant15).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleTagNamePattern), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleTagNamePattern).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value15, typeInfo); } @@ -585,16 +606,23 @@ public override void Write( else if (value.IsValue19) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleWorkflows), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleWorkflows).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleVariant19), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleVariant19).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value19, typeInfo); } else if (value.IsValue20) + { + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleWorkflows), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleWorkflows).Name}"); + global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value20, typeInfo); + } + + else if (value.IsValue21) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::GitHub.RepositoryRuleCodeScanning), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::GitHub.RepositoryRuleCodeScanning).Name}"); - global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value20, typeInfo); + global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value21, typeInfo); } } } diff --git a/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleDetailed.g.cs b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleDetailed.g.cs index e7c386ba..92a885ed 100644 --- a/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleDetailed.g.cs +++ b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleDetailed.g.cs @@ -65,144 +65,156 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value5 = default; + global::System.AllOf? value5 = default; + try + { + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + value5 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + } + catch (global::System.Text.Json.JsonException) + { + } + + readerCopy = reader; + global::System.AllOf? value6 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); - value5 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value6 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::System.AllOf? value6 = default; + global::System.AllOf? value7 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); - value6 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value7 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::System.AllOf? value7 = default; + global::System.AllOf? value8 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); - value7 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value8 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::System.AllOf? value8 = default; + global::System.AllOf? value9 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); - value8 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value9 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::System.AllOf? value9 = default; + global::System.AllOf? value10 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); - value9 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value10 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::System.AllOf? value10 = default; + global::System.AllOf? value11 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); - value10 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value11 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::System.AllOf? value11 = default; + global::System.AllOf? value12 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); - value11 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value12 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::System.AllOf? value12 = default; + global::System.AllOf? value13 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); - value12 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value13 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::System.AllOf? value13 = default; + global::System.AllOf? value14 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); - value13 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value14 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::System.AllOf? value14 = default; + global::System.AllOf? value15 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); - value14 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value15 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::System.AllOf? value15 = default; + global::System.AllOf? value16 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); - value15 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value16 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { } readerCopy = reader; - global::System.AllOf? value16 = default; + global::System.AllOf? value17 = default; try { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); - value16 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); + value17 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) { @@ -238,11 +250,13 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri value15, - value16 + value16, + + value17 ); if (!result.Validate()) { - throw new global::System.Text.Json.JsonException($"Invalid JSON format for OneOf<{typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}>"); + throw new global::System.Text.Json.JsonException($"Invalid JSON format for OneOf<{typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}>"); } if (value1 != null) @@ -274,83 +288,90 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } else if (value5 != null) + { + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); + } + + else if (value6 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value6 != null) + else if (value7 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value7 != null) + else if (value8 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value8 != null) + else if (value9 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value9 != null) + else if (value10 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value10 != null) + else if (value11 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value11 != null) + else if (value12 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value12 != null) + else if (value13 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value13 != null) + else if (value14 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value14 != null) + else if (value15 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value15 != null) + else if (value16 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } - else if (value16 != null) + else if (value17 != null) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); @@ -370,7 +391,7 @@ public override void Write( if (!value.Validate()) { - throw new global::System.Text.Json.JsonException($"Invalid OneOf<{typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}> object."); + throw new global::System.Text.Json.JsonException($"Invalid OneOf<{typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}> object."); } if (value.IsValue1) @@ -403,86 +424,93 @@ public override void Write( else if (value.IsValue5) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value5, typeInfo); } else if (value.IsValue6) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value6, typeInfo); } else if (value.IsValue7) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value7, typeInfo); } else if (value.IsValue8) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value8, typeInfo); } else if (value.IsValue9) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value9, typeInfo); } else if (value.IsValue10) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value10, typeInfo); } else if (value.IsValue11) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value11, typeInfo); } else if (value.IsValue12) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value12, typeInfo); } else if (value.IsValue13) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value13, typeInfo); } else if (value.IsValue14) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value14, typeInfo); } else if (value.IsValue15) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value15, typeInfo); } else if (value.IsValue16) + { + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value16, typeInfo); + } + + else if (value.IsValue17) { var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); - global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value16, typeInfo); + global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value17, typeInfo); } } } diff --git a/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueParametersGroupingStrategy.g.cs b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueParametersGroupingStrategy.g.cs new file mode 100644 index 00000000..9bf4cb77 --- /dev/null +++ b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueParametersGroupingStrategy.g.cs @@ -0,0 +1,49 @@ +#nullable enable + +namespace OpenApiGenerator.JsonConverters +{ + /// + public sealed class RepositoryRuleMergeQueueParametersGroupingStrategyJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::GitHub.RepositoryRuleMergeQueueParametersGroupingStrategy Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::GitHub.RepositoryRuleMergeQueueParametersGroupingStrategyExtensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::GitHub.RepositoryRuleMergeQueueParametersGroupingStrategy)numValue; + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::GitHub.RepositoryRuleMergeQueueParametersGroupingStrategy value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::GitHub.RepositoryRuleMergeQueueParametersGroupingStrategyExtensions.ToValueString(value)); + } + } +} diff --git a/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueParametersGroupingStrategyNullable.g.cs b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueParametersGroupingStrategyNullable.g.cs new file mode 100644 index 00000000..77dfadaf --- /dev/null +++ b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueParametersGroupingStrategyNullable.g.cs @@ -0,0 +1,56 @@ +#nullable enable + +namespace OpenApiGenerator.JsonConverters +{ + /// + public sealed class RepositoryRuleMergeQueueParametersGroupingStrategyNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::GitHub.RepositoryRuleMergeQueueParametersGroupingStrategy? Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::GitHub.RepositoryRuleMergeQueueParametersGroupingStrategyExtensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::GitHub.RepositoryRuleMergeQueueParametersGroupingStrategy)numValue; + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::GitHub.RepositoryRuleMergeQueueParametersGroupingStrategy? value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + if (value == null) + { + writer.WriteNullValue(); + } + else + { + writer.WriteStringValue(global::GitHub.RepositoryRuleMergeQueueParametersGroupingStrategyExtensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueParametersMergeMethod.g.cs b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueParametersMergeMethod.g.cs new file mode 100644 index 00000000..91624478 --- /dev/null +++ b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueParametersMergeMethod.g.cs @@ -0,0 +1,49 @@ +#nullable enable + +namespace OpenApiGenerator.JsonConverters +{ + /// + public sealed class RepositoryRuleMergeQueueParametersMergeMethodJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::GitHub.RepositoryRuleMergeQueueParametersMergeMethod Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::GitHub.RepositoryRuleMergeQueueParametersMergeMethodExtensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::GitHub.RepositoryRuleMergeQueueParametersMergeMethod)numValue; + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::GitHub.RepositoryRuleMergeQueueParametersMergeMethod value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::GitHub.RepositoryRuleMergeQueueParametersMergeMethodExtensions.ToValueString(value)); + } + } +} diff --git a/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueParametersMergeMethodNullable.g.cs b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueParametersMergeMethodNullable.g.cs new file mode 100644 index 00000000..b4f38e20 --- /dev/null +++ b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueParametersMergeMethodNullable.g.cs @@ -0,0 +1,56 @@ +#nullable enable + +namespace OpenApiGenerator.JsonConverters +{ + /// + public sealed class RepositoryRuleMergeQueueParametersMergeMethodNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::GitHub.RepositoryRuleMergeQueueParametersMergeMethod? Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::GitHub.RepositoryRuleMergeQueueParametersMergeMethodExtensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::GitHub.RepositoryRuleMergeQueueParametersMergeMethod)numValue; + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::GitHub.RepositoryRuleMergeQueueParametersMergeMethod? value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + if (value == null) + { + writer.WriteNullValue(); + } + else + { + writer.WriteStringValue(global::GitHub.RepositoryRuleMergeQueueParametersMergeMethodExtensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueType.g.cs b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueType.g.cs new file mode 100644 index 00000000..0b8e564b --- /dev/null +++ b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueType.g.cs @@ -0,0 +1,49 @@ +#nullable enable + +namespace OpenApiGenerator.JsonConverters +{ + /// + public sealed class RepositoryRuleMergeQueueTypeJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::GitHub.RepositoryRuleMergeQueueType Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::GitHub.RepositoryRuleMergeQueueTypeExtensions.ToEnum(stringValue) ?? default; + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::GitHub.RepositoryRuleMergeQueueType)numValue; + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::GitHub.RepositoryRuleMergeQueueType value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + writer.WriteStringValue(global::GitHub.RepositoryRuleMergeQueueTypeExtensions.ToValueString(value)); + } + } +} diff --git a/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueTypeNullable.g.cs b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueTypeNullable.g.cs new file mode 100644 index 00000000..fd71aaea --- /dev/null +++ b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleMergeQueueTypeNullable.g.cs @@ -0,0 +1,56 @@ +#nullable enable + +namespace OpenApiGenerator.JsonConverters +{ + /// + public sealed class RepositoryRuleMergeQueueTypeNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + { + /// + public override global::GitHub.RepositoryRuleMergeQueueType? Read( + ref global::System.Text.Json.Utf8JsonReader reader, + global::System.Type typeToConvert, + global::System.Text.Json.JsonSerializerOptions options) + { + switch (reader.TokenType) + { + case global::System.Text.Json.JsonTokenType.String: + { + var stringValue = reader.GetString(); + if (stringValue != null) + { + return global::GitHub.RepositoryRuleMergeQueueTypeExtensions.ToEnum(stringValue); + } + + break; + } + case global::System.Text.Json.JsonTokenType.Number: + { + var numValue = reader.GetInt32(); + return (global::GitHub.RepositoryRuleMergeQueueType)numValue; + } + default: + throw new global::System.ArgumentOutOfRangeException(nameof(reader)); + } + + return default; + } + + /// + public override void Write( + global::System.Text.Json.Utf8JsonWriter writer, + global::GitHub.RepositoryRuleMergeQueueType? value, + global::System.Text.Json.JsonSerializerOptions options) + { + writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); + + if (value == null) + { + writer.WriteNullValue(); + } + else + { + writer.WriteStringValue(global::GitHub.RepositoryRuleMergeQueueTypeExtensions.ToValueString(value.Value)); + } + } + } +} diff --git a/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleVariant15Type.g.cs b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleVariant19Type.g.cs similarity index 82% rename from src/libs/GitHub/Generated/JsonConverters.RepositoryRuleVariant15Type.g.cs rename to src/libs/GitHub/Generated/JsonConverters.RepositoryRuleVariant19Type.g.cs index 10ed9869..b742e932 100644 --- a/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleVariant15Type.g.cs +++ b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleVariant19Type.g.cs @@ -3,10 +3,10 @@ namespace OpenApiGenerator.JsonConverters { /// - public sealed class RepositoryRuleVariant15TypeJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class RepositoryRuleVariant19TypeJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::GitHub.RepositoryRuleVariant15Type Read( + public override global::GitHub.RepositoryRuleVariant19Type Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class RepositoryRuleVariant15TypeJsonConverter : global::System.Te var stringValue = reader.GetString(); if (stringValue != null) { - return global::GitHub.RepositoryRuleVariant15TypeExtensions.ToEnum(stringValue) ?? default; + return global::GitHub.RepositoryRuleVariant19TypeExtensions.ToEnum(stringValue) ?? default; } break; @@ -26,7 +26,7 @@ public sealed class RepositoryRuleVariant15TypeJsonConverter : global::System.Te case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::GitHub.RepositoryRuleVariant15Type)numValue; + return (global::GitHub.RepositoryRuleVariant19Type)numValue; } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -38,12 +38,12 @@ public sealed class RepositoryRuleVariant15TypeJsonConverter : global::System.Te /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::GitHub.RepositoryRuleVariant15Type value, + global::GitHub.RepositoryRuleVariant19Type value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - writer.WriteStringValue(global::GitHub.RepositoryRuleVariant15TypeExtensions.ToValueString(value)); + writer.WriteStringValue(global::GitHub.RepositoryRuleVariant19TypeExtensions.ToValueString(value)); } } } diff --git a/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleVariant15TypeNullable.g.cs b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleVariant19TypeNullable.g.cs similarity index 82% rename from src/libs/GitHub/Generated/JsonConverters.RepositoryRuleVariant15TypeNullable.g.cs rename to src/libs/GitHub/Generated/JsonConverters.RepositoryRuleVariant19TypeNullable.g.cs index c41ed12e..f318b744 100644 --- a/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleVariant15TypeNullable.g.cs +++ b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleVariant19TypeNullable.g.cs @@ -3,10 +3,10 @@ namespace OpenApiGenerator.JsonConverters { /// - public sealed class RepositoryRuleVariant15TypeNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class RepositoryRuleVariant19TypeNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::GitHub.RepositoryRuleVariant15Type? Read( + public override global::GitHub.RepositoryRuleVariant19Type? Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class RepositoryRuleVariant15TypeNullableJsonConverter : global::S var stringValue = reader.GetString(); if (stringValue != null) { - return global::GitHub.RepositoryRuleVariant15TypeExtensions.ToEnum(stringValue); + return global::GitHub.RepositoryRuleVariant19TypeExtensions.ToEnum(stringValue); } break; @@ -26,7 +26,7 @@ public sealed class RepositoryRuleVariant15TypeNullableJsonConverter : global::S case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::GitHub.RepositoryRuleVariant15Type)numValue; + return (global::GitHub.RepositoryRuleVariant19Type)numValue; } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -38,7 +38,7 @@ public sealed class RepositoryRuleVariant15TypeNullableJsonConverter : global::S /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::GitHub.RepositoryRuleVariant15Type? value, + global::GitHub.RepositoryRuleVariant19Type? value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); @@ -49,7 +49,7 @@ public override void Write( } else { - writer.WriteStringValue(global::GitHub.RepositoryRuleVariant15TypeExtensions.ToValueString(value.Value)); + writer.WriteStringValue(global::GitHub.RepositoryRuleVariant19TypeExtensions.ToValueString(value.Value)); } } } diff --git a/src/libs/GitHub/Generated/JsonSerializerContext.g.cs b/src/libs/GitHub/Generated/JsonSerializerContext.g.cs index 8ed77f0d..9e0bac8c 100644 --- a/src/libs/GitHub/Generated/JsonSerializerContext.g.cs +++ b/src/libs/GitHub/Generated/JsonSerializerContext.g.cs @@ -300,6 +300,12 @@ namespace GitHub typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleDeletionTypeNullableJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleRequiredLinearHistoryTypeJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleRequiredLinearHistoryTypeNullableJsonConverter), + typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleMergeQueueParametersGroupingStrategyJsonConverter), + typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleMergeQueueParametersGroupingStrategyNullableJsonConverter), + typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleMergeQueueParametersMergeMethodJsonConverter), + typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleMergeQueueParametersMergeMethodNullableJsonConverter), + typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleMergeQueueTypeJsonConverter), + typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleMergeQueueTypeNullableJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleRequiredDeploymentsTypeJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleRequiredDeploymentsTypeNullableJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleRequiredSignaturesTypeJsonConverter), @@ -338,14 +344,14 @@ namespace GitHub typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleParamsCodeScanningToolSecurityAlertsThresholdNullableJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleCodeScanningTypeJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleCodeScanningTypeNullableJsonConverter), - typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleVariant15TypeJsonConverter), - typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleVariant15TypeNullableJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleVariant16TypeJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleVariant16TypeNullableJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleVariant17TypeJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleVariant17TypeNullableJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleVariant18TypeJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleVariant18TypeNullableJsonConverter), + typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleVariant19TypeJsonConverter), + typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleVariant19TypeNullableJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRulesetTargetJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRulesetTargetNullableJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRulesetSourceTypeJsonConverter), @@ -5417,7 +5423,7 @@ namespace GitHub typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory1), typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory13), typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory4), - typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory20), + typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory21), typeof(global::OpenApiGenerator.JsonConverters.WebhookConfigInsecureSslJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.OrgRulesetConditionsJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.RepositoryRuleJsonConverter), diff --git a/src/libs/GitHub/Generated/JsonSerializerContextTypes.g.cs b/src/libs/GitHub/Generated/JsonSerializerContextTypes.g.cs index 4227cee4..5028b939 100644 --- a/src/libs/GitHub/Generated/JsonSerializerContextTypes.g.cs +++ b/src/libs/GitHub/Generated/JsonSerializerContextTypes.g.cs @@ -1101,19574 +1101,19590 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::GitHub.RepositoryRuleRequiredDeploymentsType? Type272 { get; set; } + public global::GitHub.RepositoryRuleMergeQueueType? Type272 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleRequiredDeploymentsParameters? Type273 { get; set; } + public global::GitHub.RepositoryRuleMergeQueueParameters? Type273 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleRequiredSignaturesType? Type274 { get; set; } + public global::GitHub.RepositoryRuleMergeQueueParametersGroupingStrategy? Type274 { get; set; } /// /// /// - public global::GitHub.RepositoryRulePullRequestType? Type275 { get; set; } + public global::GitHub.RepositoryRuleMergeQueueParametersMergeMethod? Type275 { get; set; } /// /// /// - public global::GitHub.RepositoryRulePullRequestParameters? Type276 { get; set; } + public global::GitHub.RepositoryRuleRequiredDeploymentsType? Type276 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleRequiredStatusChecksType? Type277 { get; set; } + public global::GitHub.RepositoryRuleRequiredDeploymentsParameters? Type277 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleRequiredStatusChecksParameters? Type278 { get; set; } + public global::GitHub.RepositoryRuleRequiredSignaturesType? Type278 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type279 { get; set; } + public global::GitHub.RepositoryRulePullRequestType? Type279 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleNonFastForwardType? Type280 { get; set; } + public global::GitHub.RepositoryRulePullRequestParameters? Type280 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleCommitMessagePatternType? Type281 { get; set; } + public global::GitHub.RepositoryRuleRequiredStatusChecksType? Type281 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleCommitMessagePatternParameters? Type282 { get; set; } + public global::GitHub.RepositoryRuleRequiredStatusChecksParameters? Type282 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleCommitMessagePatternParametersOperator? Type283 { get; set; } + public global::System.Collections.Generic.IList? Type283 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleCommitAuthorEmailPatternType? Type284 { get; set; } + public global::GitHub.RepositoryRuleNonFastForwardType? Type284 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleCommitAuthorEmailPatternParameters? Type285 { get; set; } + public global::GitHub.RepositoryRuleCommitMessagePatternType? Type285 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleCommitAuthorEmailPatternParametersOperator? Type286 { get; set; } + public global::GitHub.RepositoryRuleCommitMessagePatternParameters? Type286 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleCommitterEmailPatternType? Type287 { get; set; } + public global::GitHub.RepositoryRuleCommitMessagePatternParametersOperator? Type287 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleCommitterEmailPatternParameters? Type288 { get; set; } + public global::GitHub.RepositoryRuleCommitAuthorEmailPatternType? Type288 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleCommitterEmailPatternParametersOperator? Type289 { get; set; } + public global::GitHub.RepositoryRuleCommitAuthorEmailPatternParameters? Type289 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleBranchNamePatternType? Type290 { get; set; } + public global::GitHub.RepositoryRuleCommitAuthorEmailPatternParametersOperator? Type290 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleBranchNamePatternParameters? Type291 { get; set; } + public global::GitHub.RepositoryRuleCommitterEmailPatternType? Type291 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleBranchNamePatternParametersOperator? Type292 { get; set; } + public global::GitHub.RepositoryRuleCommitterEmailPatternParameters? Type292 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleTagNamePatternType? Type293 { get; set; } + public global::GitHub.RepositoryRuleCommitterEmailPatternParametersOperator? Type293 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleTagNamePatternParameters? Type294 { get; set; } + public global::GitHub.RepositoryRuleBranchNamePatternType? Type294 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleTagNamePatternParametersOperator? Type295 { get; set; } + public global::GitHub.RepositoryRuleBranchNamePatternParameters? Type295 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleWorkflowsType? Type296 { get; set; } + public global::GitHub.RepositoryRuleBranchNamePatternParametersOperator? Type296 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleWorkflowsParameters? Type297 { get; set; } + public global::GitHub.RepositoryRuleTagNamePatternType? Type297 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type298 { get; set; } + public global::GitHub.RepositoryRuleTagNamePatternParameters? Type298 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleParamsCodeScanningToolAlertsThreshold? Type299 { get; set; } + public global::GitHub.RepositoryRuleTagNamePatternParametersOperator? Type299 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleParamsCodeScanningToolSecurityAlertsThreshold? Type300 { get; set; } + public global::GitHub.RepositoryRuleWorkflowsType? Type300 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleCodeScanningType? Type301 { get; set; } + public global::GitHub.RepositoryRuleWorkflowsParameters? Type301 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleCodeScanningParameters? Type302 { get; set; } + public global::System.Collections.Generic.IList? Type302 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type303 { get; set; } + public global::GitHub.RepositoryRuleParamsCodeScanningToolAlertsThreshold? Type303 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleVariant15Type? Type304 { get; set; } + public global::GitHub.RepositoryRuleParamsCodeScanningToolSecurityAlertsThreshold? Type304 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleVariant15Parameters? Type305 { get; set; } + public global::GitHub.RepositoryRuleCodeScanningType? Type305 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleVariant16Type? Type306 { get; set; } + public global::GitHub.RepositoryRuleCodeScanningParameters? Type306 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleVariant16Parameters? Type307 { get; set; } + public global::System.Collections.Generic.IList? Type307 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleVariant17Type? Type308 { get; set; } + public global::GitHub.RepositoryRuleVariant16Type? Type308 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleVariant17Parameters? Type309 { get; set; } + public global::GitHub.RepositoryRuleVariant16Parameters? Type309 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleVariant18Type? Type310 { get; set; } + public global::GitHub.RepositoryRuleVariant17Type? Type310 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleVariant18Parameters? Type311 { get; set; } + public global::GitHub.RepositoryRuleVariant17Parameters? Type311 { get; set; } /// /// /// - public global::GitHub.RepositoryRulesetTarget? Type312 { get; set; } + public global::GitHub.RepositoryRuleVariant18Type? Type312 { get; set; } /// /// /// - public global::GitHub.RepositoryRulesetSourceType? Type313 { get; set; } + public global::GitHub.RepositoryRuleVariant18Parameters? Type313 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleEnforcement? Type314 { get; set; } + public global::GitHub.RepositoryRuleVariant19Type? Type314 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type315 { get; set; } + public global::GitHub.RepositoryRuleVariant19Parameters? Type315 { get; set; } /// /// /// - public global::GitHub.RepositoryRulesetCurrentUserCanBypass? Type316 { get; set; } + public global::GitHub.RepositoryRulesetTarget? Type316 { get; set; } /// /// /// - public global::GitHub.RepositoryRulesetLinks? Type317 { get; set; } + public global::GitHub.RepositoryRulesetSourceType? Type317 { get; set; } /// /// /// - public global::System.AnyOf? Type318 { get; set; } + public global::GitHub.RepositoryRuleEnforcement? Type318 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type319 { get; set; } + public global::System.Collections.Generic.IList? Type319 { get; set; } /// /// /// - public global::GitHub.RepositoryRulesetLinksSelf? Type320 { get; set; } + public global::GitHub.RepositoryRulesetCurrentUserCanBypass? Type320 { get; set; } /// /// /// - public global::GitHub.RepositoryRulesetLinksHtml? Type321 { get; set; } + public global::GitHub.RepositoryRulesetLinks? Type321 { get; set; } /// /// /// - public global::GitHub.RuleSuitesResult? Type322 { get; set; } + public global::System.AnyOf? Type322 { get; set; } /// /// /// - public global::GitHub.RuleSuitesEvaluationResult? Type323 { get; set; } + public global::System.Collections.Generic.IList? Type323 { get; set; } /// /// /// - public global::GitHub.RuleSuiteResult? Type324 { get; set; } + public global::GitHub.RepositoryRulesetLinksSelf? Type324 { get; set; } /// /// /// - public global::GitHub.RuleSuiteEvaluationResult? Type325 { get; set; } + public global::GitHub.RepositoryRulesetLinksHtml? Type325 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type326 { get; set; } + public global::GitHub.RuleSuitesResult? Type326 { get; set; } /// /// /// - public global::GitHub.RuleSuiteRuleEvaluationsRuleSource? Type327 { get; set; } + public global::GitHub.RuleSuitesEvaluationResult? Type327 { get; set; } /// /// /// - public global::GitHub.RuleSuiteRuleEvaluationsEnforcement? Type328 { get; set; } + public global::GitHub.RuleSuiteResult? Type328 { get; set; } /// /// /// - public global::GitHub.RuleSuiteRuleEvaluationsResult? Type329 { get; set; } + public global::GitHub.RuleSuiteEvaluationResult? Type329 { get; set; } /// /// /// - public global::GitHub.RepositoryAdvisoryVulnerabilityPackage? Type330 { get; set; } + public global::System.Collections.Generic.IList? Type330 { get; set; } /// /// /// - public global::GitHub.RepositoryAdvisoryCreditState? Type331 { get; set; } + public global::GitHub.RuleSuiteRuleEvaluationsRuleSource? Type331 { get; set; } /// /// /// - public global::GitHub.RepositoryAdvisorySeverity? Type332 { get; set; } + public global::GitHub.RuleSuiteRuleEvaluationsEnforcement? Type332 { get; set; } /// /// /// - public global::System.AllOf? Type333 { get; set; } + public global::GitHub.RuleSuiteRuleEvaluationsResult? Type333 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type334 { get; set; } + public global::GitHub.RepositoryAdvisoryVulnerabilityPackage? Type334 { get; set; } /// /// /// - public global::GitHub.RepositoryAdvisoryState? Type335 { get; set; } + public global::GitHub.RepositoryAdvisoryCreditState? Type335 { get; set; } /// /// /// - public global::GitHub.RepositoryAdvisorySubmission? Type336 { get; set; } + public global::GitHub.RepositoryAdvisorySeverity? Type336 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type337 { get; set; } + public global::System.AllOf? Type337 { get; set; } /// /// /// - public global::GitHub.RepositoryAdvisoryCvss? Type338 { get; set; } + public global::System.Collections.Generic.IList? Type338 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type339 { get; set; } + public global::GitHub.RepositoryAdvisoryState? Type339 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type340 { get; set; } + public global::GitHub.RepositoryAdvisorySubmission? Type340 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type341 { get; set; } + public global::System.Collections.Generic.IList? Type341 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type342 { get; set; } + public global::GitHub.RepositoryAdvisoryCvss? Type342 { get; set; } /// /// /// - public global::System.AllOf? Type343 { get; set; } + public global::System.Collections.Generic.IList? Type343 { get; set; } /// /// /// - public global::GitHub.RepositoryAdvisoryIdentifiersType? Type344 { get; set; } + public global::System.Collections.Generic.IList? Type344 { get; set; } /// /// /// - public global::GitHub.ActionsBillingUsageMinutesUsedBreakdown? Type345 { get; set; } + public global::System.Collections.Generic.IList? Type345 { get; set; } /// /// /// - public global::GitHub.TeamOrganizationPlan? Type346 { get; set; } + public global::System.Collections.Generic.IList? Type346 { get; set; } /// /// /// - public global::GitHub.TeamFullPrivacy? Type347 { get; set; } + public global::System.AllOf? Type347 { get; set; } /// /// /// - public global::GitHub.TeamFullNotificationSetting? Type348 { get; set; } + public global::GitHub.RepositoryAdvisoryIdentifiersType? Type348 { get; set; } /// /// /// - public global::GitHub.TeamOrganization? Type349 { get; set; } + public global::GitHub.ActionsBillingUsageMinutesUsedBreakdown? Type349 { get; set; } /// /// /// - public global::GitHub.ReactionContent? Type350 { get; set; } + public global::GitHub.TeamOrganizationPlan? Type350 { get; set; } /// /// /// - public global::GitHub.TeamMembershipRole? Type351 { get; set; } + public global::GitHub.TeamFullPrivacy? Type351 { get; set; } /// /// /// - public global::GitHub.TeamMembershipState? Type352 { get; set; } + public global::GitHub.TeamFullNotificationSetting? Type352 { get; set; } /// /// /// - public global::GitHub.TeamProjectPermissions? Type353 { get; set; } + public global::GitHub.TeamOrganization? Type353 { get; set; } /// /// /// - public global::GitHub.TeamRepositoryPermissions? Type354 { get; set; } + public global::GitHub.ReactionContent? Type354 { get; set; } /// /// /// - public global::GitHub.RateLimitOverviewResources? Type355 { get; set; } + public global::GitHub.TeamMembershipRole? Type355 { get; set; } /// /// /// - public global::GitHub.RateLimit? Type356 { get; set; } + public global::GitHub.TeamMembershipState? Type356 { get; set; } /// /// /// - public global::GitHub.ArtifactWorkflowRun? Type357 { get; set; } + public global::GitHub.TeamProjectPermissions? Type357 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type358 { get; set; } + public global::GitHub.TeamRepositoryPermissions? Type358 { get; set; } /// /// /// - public global::GitHub.JobStatus? Type359 { get; set; } + public global::GitHub.RateLimitOverviewResources? Type359 { get; set; } /// /// /// - public global::GitHub.JobConclusion? Type360 { get; set; } + public global::GitHub.RateLimit? Type360 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type361 { get; set; } + public global::GitHub.ArtifactWorkflowRun? Type361 { get; set; } /// /// /// - public global::GitHub.JobStepsStatus? Type362 { get; set; } + public global::System.Collections.Generic.IList? Type362 { get; set; } /// /// /// - public global::GitHub.ActionsWorkflowAccessToRepositoryAccessLevel? Type363 { get; set; } + public global::GitHub.JobStatus? Type363 { get; set; } /// /// /// - public global::GitHub.PullRequestMinimalHead? Type364 { get; set; } + public global::GitHub.JobConclusion? Type364 { get; set; } /// /// /// - public global::GitHub.PullRequestMinimalBase? Type365 { get; set; } + public global::System.Collections.Generic.IList? Type365 { get; set; } /// /// /// - public global::GitHub.PullRequestMinimalHeadRepo? Type366 { get; set; } + public global::GitHub.JobStepsStatus? Type366 { get; set; } /// /// /// - public global::GitHub.PullRequestMinimalBaseRepo? Type367 { get; set; } + public global::GitHub.ActionsWorkflowAccessToRepositoryAccessLevel? Type367 { get; set; } /// /// /// - public global::GitHub.NullableSimpleCommitAuthor? Type368 { get; set; } + public global::GitHub.PullRequestMinimalHead? Type368 { get; set; } /// /// /// - public global::GitHub.NullableSimpleCommitCommitter? Type369 { get; set; } + public global::GitHub.PullRequestMinimalBase? Type369 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type370 { get; set; } + public global::GitHub.PullRequestMinimalHeadRepo? Type370 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type371 { get; set; } + public global::GitHub.PullRequestMinimalBaseRepo? Type371 { get; set; } /// /// /// - public global::GitHub.NullableSimpleCommit? Type372 { get; set; } + public global::GitHub.NullableSimpleCommitAuthor? Type372 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type373 { get; set; } + public global::GitHub.NullableSimpleCommitCommitter? Type373 { get; set; } /// /// /// - public global::GitHub.EnvironmentApprovalsState? Type374 { get; set; } + public global::System.Collections.Generic.IList? Type374 { get; set; } /// /// /// - public global::GitHub.ReviewCustomGatesStateRequiredState? Type375 { get; set; } + public global::System.Collections.Generic.IList? Type375 { get; set; } /// /// /// - public global::GitHub.PendingDeploymentEnvironment? Type376 { get; set; } + public global::GitHub.NullableSimpleCommit? Type376 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type377 { get; set; } + public global::System.Collections.Generic.IList? Type377 { get; set; } /// /// /// - public global::GitHub.DeploymentReviewerType? Type378 { get; set; } + public global::GitHub.EnvironmentApprovalsState? Type378 { get; set; } /// /// /// - public global::System.AnyOf? Type379 { get; set; } + public global::GitHub.ReviewCustomGatesStateRequiredState? Type379 { get; set; } /// /// /// - public global::System.OneOf? Type380 { get; set; } + public global::GitHub.PendingDeploymentEnvironment? Type380 { get; set; } /// /// /// - public global::GitHub.WorkflowRunUsageBillable? Type381 { get; set; } + public global::System.Collections.Generic.IList? Type381 { get; set; } /// /// /// - public global::GitHub.WorkflowRunUsageBillableUBUNTU? Type382 { get; set; } + public global::GitHub.DeploymentReviewerType? Type382 { get; set; } /// /// /// - public global::GitHub.WorkflowRunUsageBillableMACOS? Type383 { get; set; } + public global::System.AnyOf? Type383 { get; set; } /// /// /// - public global::GitHub.WorkflowRunUsageBillableWINDOWS? Type384 { get; set; } + public global::System.OneOf? Type384 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type385 { get; set; } + public global::GitHub.WorkflowRunUsageBillable? Type385 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type386 { get; set; } + public global::GitHub.WorkflowRunUsageBillableUBUNTU? Type386 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type387 { get; set; } + public global::GitHub.WorkflowRunUsageBillableMACOS? Type387 { get; set; } /// /// /// - public global::GitHub.WorkflowState? Type388 { get; set; } + public global::GitHub.WorkflowRunUsageBillableWINDOWS? Type388 { get; set; } /// /// /// - public global::GitHub.WorkflowUsageBillable? Type389 { get; set; } + public global::System.Collections.Generic.IList? Type389 { get; set; } /// /// /// - public global::GitHub.WorkflowUsageBillableUBUNTU? Type390 { get; set; } + public global::System.Collections.Generic.IList? Type390 { get; set; } /// /// /// - public global::GitHub.WorkflowUsageBillableMACOS? Type391 { get; set; } + public global::System.Collections.Generic.IList? Type391 { get; set; } /// /// /// - public global::GitHub.WorkflowUsageBillableWINDOWS? Type392 { get; set; } + public global::GitHub.WorkflowState? Type392 { get; set; } /// /// /// - public global::GitHub.ActivityActivityType? Type393 { get; set; } + public global::GitHub.WorkflowUsageBillable? Type393 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type394 { get; set; } + public global::GitHub.WorkflowUsageBillableUBUNTU? Type394 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchPullRequestReviewDismissalRestrictions? Type395 { get; set; } + public global::GitHub.WorkflowUsageBillableMACOS? Type395 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchPullRequestReviewBypassPullRequestAllowances? Type396 { get; set; } + public global::GitHub.WorkflowUsageBillableWINDOWS? Type396 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type397 { get; set; } + public global::GitHub.ActivityActivityType? Type397 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type398 { get; set; } + public global::System.Collections.Generic.IList? Type398 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type399 { get; set; } + public global::GitHub.ProtectedBranchPullRequestReviewDismissalRestrictions? Type399 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type400 { get; set; } + public global::GitHub.ProtectedBranchPullRequestReviewBypassPullRequestAllowances? Type400 { get; set; } /// /// /// - public global::GitHub.BranchRestrictionPolicyAppsOwner? Type401 { get; set; } + public global::System.Collections.Generic.IList? Type401 { get; set; } /// /// /// - public global::GitHub.BranchRestrictionPolicyAppsPermissions? Type402 { get; set; } + public global::System.Collections.Generic.IList? Type402 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchRequiredStatusCheck? Type403 { get; set; } + public global::System.Collections.Generic.IList? Type403 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchAdminEnforced? Type404 { get; set; } + public global::System.Collections.Generic.IList? Type404 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchPullRequestReview? Type405 { get; set; } + public global::GitHub.BranchRestrictionPolicyAppsOwner? Type405 { get; set; } /// /// /// - public global::GitHub.BranchRestrictionPolicy? Type406 { get; set; } + public global::GitHub.BranchRestrictionPolicyAppsPermissions? Type406 { get; set; } /// /// /// - public global::GitHub.BranchProtectionRequiredLinearHistory? Type407 { get; set; } + public global::GitHub.ProtectedBranchRequiredStatusCheck? Type407 { get; set; } /// /// /// - public global::GitHub.BranchProtectionAllowForcePushes? Type408 { get; set; } + public global::GitHub.ProtectedBranchAdminEnforced? Type408 { get; set; } /// /// /// - public global::GitHub.BranchProtectionAllowDeletions? Type409 { get; set; } + public global::GitHub.ProtectedBranchPullRequestReview? Type409 { get; set; } /// /// /// - public global::GitHub.BranchProtectionBlockCreations? Type410 { get; set; } + public global::GitHub.BranchRestrictionPolicy? Type410 { get; set; } /// /// /// - public global::GitHub.BranchProtectionRequiredConversationResolution? Type411 { get; set; } + public global::GitHub.BranchProtectionRequiredLinearHistory? Type411 { get; set; } /// /// /// - public global::GitHub.BranchProtectionRequiredSignatures? Type412 { get; set; } + public global::GitHub.BranchProtectionAllowForcePushes? Type412 { get; set; } /// /// /// - public global::GitHub.BranchProtectionLockBranch? Type413 { get; set; } + public global::GitHub.BranchProtectionAllowDeletions? Type413 { get; set; } /// /// /// - public global::GitHub.BranchProtectionAllowForkSyncing? Type414 { get; set; } + public global::GitHub.BranchProtectionBlockCreations? Type414 { get; set; } /// /// /// - public global::GitHub.ShortBranchCommit? Type415 { get; set; } + public global::GitHub.BranchProtectionRequiredConversationResolution? Type415 { get; set; } /// /// /// - public global::GitHub.BranchProtection? Type416 { get; set; } + public global::GitHub.BranchProtectionRequiredSignatures? Type416 { get; set; } /// /// /// - public global::GitHub.DiffEntryStatus? Type417 { get; set; } + public global::GitHub.BranchProtectionLockBranch? Type417 { get; set; } /// /// /// - public global::GitHub.CommitCommit? Type418 { get; set; } + public global::GitHub.BranchProtectionAllowForkSyncing? Type418 { get; set; } /// /// /// - public global::System.OneOf? Type419 { get; set; } + public global::GitHub.ShortBranchCommit? Type419 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type420 { get; set; } + public global::GitHub.BranchProtection? Type420 { get; set; } /// /// /// - public global::GitHub.CommitStats? Type421 { get; set; } + public global::GitHub.DiffEntryStatus? Type421 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type422 { get; set; } + public global::GitHub.CommitCommit? Type422 { get; set; } /// /// /// - public global::GitHub.NullableGitUser? Type423 { get; set; } + public global::System.OneOf? Type423 { get; set; } /// /// /// - public global::GitHub.CommitCommitTree? Type424 { get; set; } + public global::System.Collections.Generic.IList? Type424 { get; set; } /// /// /// - public global::GitHub.Verification? Type425 { get; set; } + public global::GitHub.CommitStats? Type425 { get; set; } /// /// /// - public global::GitHub.Commit? Type426 { get; set; } + public global::System.Collections.Generic.IList? Type426 { get; set; } /// /// /// - public global::GitHub.BranchWithProtectionLinks? Type427 { get; set; } + public global::GitHub.NullableGitUser? Type427 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type428 { get; set; } + public global::GitHub.CommitCommitTree? Type428 { get; set; } /// /// /// - public global::GitHub.StatusCheckPolicy? Type429 { get; set; } + public global::GitHub.Verification? Type429 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchRequiredPullRequestReviews? Type430 { get; set; } + public global::GitHub.Commit? Type430 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchRequiredSignatures? Type431 { get; set; } + public global::GitHub.BranchWithProtectionLinks? Type431 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchEnforceAdmins? Type432 { get; set; } + public global::System.Collections.Generic.IList? Type432 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchRequiredLinearHistory? Type433 { get; set; } + public global::GitHub.StatusCheckPolicy? Type433 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchAllowForcePushes? Type434 { get; set; } + public global::GitHub.ProtectedBranchRequiredPullRequestReviews? Type434 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchAllowDeletions? Type435 { get; set; } + public global::GitHub.ProtectedBranchRequiredSignatures? Type435 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchRequiredConversationResolution? Type436 { get; set; } + public global::GitHub.ProtectedBranchEnforceAdmins? Type436 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchBlockCreations? Type437 { get; set; } + public global::GitHub.ProtectedBranchRequiredLinearHistory? Type437 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchLockBranch? Type438 { get; set; } + public global::GitHub.ProtectedBranchAllowForcePushes? Type438 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchAllowForkSyncing? Type439 { get; set; } + public global::GitHub.ProtectedBranchAllowDeletions? Type439 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchRequiredPullRequestReviewsDismissalRestrictions? Type440 { get; set; } + public global::GitHub.ProtectedBranchRequiredConversationResolution? Type440 { get; set; } /// /// /// - public global::GitHub.ProtectedBranchRequiredPullRequestReviewsBypassPullRequestAllowances? Type441 { get; set; } + public global::GitHub.ProtectedBranchBlockCreations? Type441 { get; set; } /// /// /// - public global::GitHub.CheckRunStatus? Type442 { get; set; } + public global::GitHub.ProtectedBranchLockBranch? Type442 { get; set; } /// /// /// - public global::GitHub.CheckRunConclusion? Type443 { get; set; } + public global::GitHub.ProtectedBranchAllowForkSyncing? Type443 { get; set; } /// /// /// - public global::GitHub.CheckRunOutput? Type444 { get; set; } + public global::GitHub.ProtectedBranchRequiredPullRequestReviewsDismissalRestrictions? Type444 { get; set; } /// /// /// - public global::GitHub.CheckRunCheckSuite? Type445 { get; set; } + public global::GitHub.ProtectedBranchRequiredPullRequestReviewsBypassPullRequestAllowances? Type445 { get; set; } /// /// /// - public global::GitHub.DeploymentSimple? Type446 { get; set; } + public global::GitHub.CheckRunStatus? Type446 { get; set; } /// /// /// - public global::GitHub.SimpleCommitAuthor? Type447 { get; set; } + public global::GitHub.CheckRunConclusion? Type447 { get; set; } /// /// /// - public global::GitHub.SimpleCommitCommitter? Type448 { get; set; } + public global::GitHub.CheckRunOutput? Type448 { get; set; } /// /// /// - public global::GitHub.CheckSuiteStatus? Type449 { get; set; } + public global::GitHub.CheckRunCheckSuite? Type449 { get; set; } /// /// /// - public global::GitHub.CheckSuiteConclusion? Type450 { get; set; } + public global::GitHub.DeploymentSimple? Type450 { get; set; } /// /// /// - public global::GitHub.SimpleCommit? Type451 { get; set; } + public global::GitHub.SimpleCommitAuthor? Type451 { get; set; } /// /// /// - public global::GitHub.CheckSuitePreferencePreferences? Type452 { get; set; } + public global::GitHub.SimpleCommitCommitter? Type452 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type453 { get; set; } + public global::GitHub.CheckSuiteStatus? Type453 { get; set; } /// /// /// - public global::GitHub.CodeScanningAlertRuleSeverity? Type454 { get; set; } + public global::GitHub.CheckSuiteConclusion? Type454 { get; set; } /// /// /// - public global::GitHub.CodeScanningAlertRuleSecuritySeverityLevel? Type455 { get; set; } + public global::GitHub.SimpleCommit? Type455 { get; set; } /// /// /// - public global::GitHub.CodeScanningAlertRule? Type456 { get; set; } + public global::GitHub.CheckSuitePreferencePreferences? Type456 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type457 { get; set; } + public global::System.Collections.Generic.IList? Type457 { get; set; } /// /// /// - public global::GitHub.CodeScanningVariantAnalysisLanguage? Type458 { get; set; } + public global::GitHub.CodeScanningAlertRuleSeverity? Type458 { get; set; } /// /// /// - public global::GitHub.CodeScanningVariantAnalysisStatus? Type459 { get; set; } + public global::GitHub.CodeScanningAlertRuleSecuritySeverityLevel? Type459 { get; set; } /// /// /// - public global::GitHub.CodeScanningVariantAnalysisFailureReason? Type460 { get; set; } + public global::GitHub.CodeScanningAlertRule? Type460 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type461 { get; set; } + public global::System.Collections.Generic.IList? Type461 { get; set; } /// /// /// - public global::GitHub.CodeScanningVariantAnalysisSkippedRepositories? Type462 { get; set; } + public global::GitHub.CodeScanningVariantAnalysisLanguage? Type462 { get; set; } /// /// /// - public global::GitHub.CodeScanningVariantAnalysisSkippedRepoGroup? Type463 { get; set; } + public global::GitHub.CodeScanningVariantAnalysisStatus? Type463 { get; set; } /// /// /// - public global::GitHub.CodeScanningVariantAnalysisSkippedRepositoriesNotFoundRepos? Type464 { get; set; } + public global::GitHub.CodeScanningVariantAnalysisFailureReason? Type464 { get; set; } /// /// /// - public global::GitHub.CodeScanningVariantAnalysisRepository? Type465 { get; set; } + public global::System.Collections.Generic.IList? Type465 { get; set; } /// /// /// - public global::GitHub.CodeScanningDefaultSetupState? Type466 { get; set; } + public global::GitHub.CodeScanningVariantAnalysisSkippedRepositories? Type466 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type467 { get; set; } + public global::GitHub.CodeScanningVariantAnalysisSkippedRepoGroup? Type467 { get; set; } /// /// /// - public global::GitHub.CodeScanningDefaultSetupQuerySuite? Type468 { get; set; } + public global::GitHub.CodeScanningVariantAnalysisSkippedRepositoriesNotFoundRepos? Type468 { get; set; } /// /// /// - public global::GitHub.CodeScanningDefaultSetupSchedule? Type469 { get; set; } + public global::GitHub.CodeScanningVariantAnalysisRepository? Type469 { get; set; } /// /// /// - public global::GitHub.CodeScanningDefaultSetupUpdateState? Type470 { get; set; } + public global::GitHub.CodeScanningDefaultSetupState? Type470 { get; set; } /// /// /// - public global::GitHub.CodeScanningDefaultSetupUpdateQuerySuite? Type471 { get; set; } + public global::System.Collections.Generic.IList? Type471 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type472 { get; set; } + public global::GitHub.CodeScanningDefaultSetupQuerySuite? Type472 { get; set; } /// /// /// - public global::GitHub.CodeScanningSarifsStatusProcessingStatus? Type473 { get; set; } + public global::GitHub.CodeScanningDefaultSetupSchedule? Type473 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type474 { get; set; } + public global::GitHub.CodeScanningDefaultSetupUpdateState? Type474 { get; set; } /// /// /// - public global::GitHub.CodespaceMachinePrebuildAvailability? Type475 { get; set; } + public global::GitHub.CodeScanningDefaultSetupUpdateQuerySuite? Type475 { get; set; } /// /// /// - public global::GitHub.CollaboratorPermissions? Type476 { get; set; } + public global::System.Collections.Generic.IList? Type476 { get; set; } /// /// /// - public global::GitHub.RepositoryInvitationPermissions? Type477 { get; set; } + public global::GitHub.CodeScanningSarifsStatusProcessingStatus? Type477 { get; set; } /// /// /// - public global::GitHub.NullableCollaboratorPermissions? Type478 { get; set; } + public global::System.Collections.Generic.IList? Type478 { get; set; } /// /// /// - public global::GitHub.NullableCollaborator? Type479 { get; set; } + public global::GitHub.CodespaceMachinePrebuildAvailability? Type479 { get; set; } /// /// /// - public global::GitHub.BranchShortCommit? Type480 { get; set; } + public global::GitHub.CollaboratorPermissions? Type480 { get; set; } /// /// /// - public global::GitHub.AutoMergeMergeMethod? Type481 { get; set; } + public global::GitHub.RepositoryInvitationPermissions? Type481 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type482 { get; set; } + public global::GitHub.NullableCollaboratorPermissions? Type482 { get; set; } /// /// /// - public global::GitHub.PullRequestSimpleHead? Type483 { get; set; } + public global::GitHub.NullableCollaborator? Type483 { get; set; } /// /// /// - public global::GitHub.PullRequestSimpleBase? Type484 { get; set; } + public global::GitHub.BranchShortCommit? Type484 { get; set; } /// /// /// - public global::GitHub.PullRequestSimpleLinks? Type485 { get; set; } + public global::GitHub.AutoMergeMergeMethod? Type485 { get; set; } /// /// /// - public global::GitHub.AutoMerge? Type486 { get; set; } + public global::System.Collections.Generic.IList? Type486 { get; set; } /// /// /// - public global::GitHub.Link? Type487 { get; set; } + public global::GitHub.PullRequestSimpleHead? Type487 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type488 { get; set; } + public global::GitHub.PullRequestSimpleBase? Type488 { get; set; } /// /// /// - public global::GitHub.CommunityProfileFiles? Type489 { get; set; } + public global::GitHub.PullRequestSimpleLinks? Type489 { get; set; } /// /// /// - public global::GitHub.NullableCodeOfConductSimple? Type490 { get; set; } + public global::GitHub.AutoMerge? Type490 { get; set; } /// /// /// - public global::GitHub.NullableCommunityHealthFile? Type491 { get; set; } + public global::GitHub.Link? Type491 { get; set; } /// /// /// - public global::GitHub.CommitComparisonStatus? Type492 { get; set; } + public global::System.Collections.Generic.IList? Type492 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type493 { get; set; } + public global::GitHub.CommunityProfileFiles? Type493 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type494 { get; set; } + public global::GitHub.NullableCodeOfConductSimple? Type494 { get; set; } /// /// /// - public global::GitHub.ContentTreeLinks? Type495 { get; set; } + public global::GitHub.NullableCommunityHealthFile? Type495 { get; set; } /// /// /// - public global::GitHub.ContentTreeEntriesLinks? Type496 { get; set; } + public global::GitHub.CommitComparisonStatus? Type496 { get; set; } /// /// /// - public global::GitHub.ContentDirectoryType? Type497 { get; set; } + public global::System.Collections.Generic.IList? Type497 { get; set; } /// /// /// - public global::GitHub.ContentDirectoryLinks? Type498 { get; set; } + public global::System.Collections.Generic.IList? Type498 { get; set; } /// /// /// - public global::GitHub.ContentFileType? Type499 { get; set; } + public global::GitHub.ContentTreeLinks? Type499 { get; set; } /// /// /// - public global::GitHub.ContentFileLinks? Type500 { get; set; } + public global::GitHub.ContentTreeEntriesLinks? Type500 { get; set; } /// /// /// - public global::GitHub.ContentSymlinkType? Type501 { get; set; } + public global::GitHub.ContentDirectoryType? Type501 { get; set; } /// /// /// - public global::GitHub.ContentSymlinkLinks? Type502 { get; set; } + public global::GitHub.ContentDirectoryLinks? Type502 { get; set; } /// /// /// - public global::GitHub.ContentSubmoduleType? Type503 { get; set; } + public global::GitHub.ContentFileType? Type503 { get; set; } /// /// /// - public global::GitHub.ContentSubmoduleLinks? Type504 { get; set; } + public global::GitHub.ContentFileLinks? Type504 { get; set; } /// /// /// - public global::GitHub.FileCommitContent? Type505 { get; set; } + public global::GitHub.ContentSymlinkType? Type505 { get; set; } /// /// /// - public global::GitHub.FileCommitCommit? Type506 { get; set; } + public global::GitHub.ContentSymlinkLinks? Type506 { get; set; } /// /// /// - public global::GitHub.FileCommitContentLinks? Type507 { get; set; } + public global::GitHub.ContentSubmoduleType? Type507 { get; set; } /// /// /// - public global::GitHub.FileCommitCommitAuthor? Type508 { get; set; } + public global::GitHub.ContentSubmoduleLinks? Type508 { get; set; } /// /// /// - public global::GitHub.FileCommitCommitCommitter? Type509 { get; set; } + public global::GitHub.FileCommitContent? Type509 { get; set; } /// /// /// - public global::GitHub.FileCommitCommitTree? Type510 { get; set; } + public global::GitHub.FileCommitCommit? Type510 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type511 { get; set; } + public global::GitHub.FileCommitContentLinks? Type511 { get; set; } /// /// /// - public global::GitHub.FileCommitCommitVerification? Type512 { get; set; } + public global::GitHub.FileCommitCommitAuthor? Type512 { get; set; } /// /// /// - public global::GitHub.DependabotAlertState? Type513 { get; set; } + public global::GitHub.FileCommitCommitCommitter? Type513 { get; set; } /// /// /// - public global::GitHub.DependabotAlertDependency? Type514 { get; set; } + public global::GitHub.FileCommitCommitTree? Type514 { get; set; } /// /// /// - public global::GitHub.DependabotAlertDismissedReason? Type515 { get; set; } + public global::System.Collections.Generic.IList? Type515 { get; set; } /// /// /// - public global::GitHub.DependabotAlertDependencyScope? Type516 { get; set; } + public global::GitHub.FileCommitCommitVerification? Type516 { get; set; } /// /// /// - public global::GitHub.DependencyGraphDiffChangeType? Type517 { get; set; } + public global::GitHub.DependabotAlertState? Type517 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type518 { get; set; } + public global::GitHub.DependabotAlertDependency? Type518 { get; set; } /// /// /// - public global::GitHub.DependencyGraphDiffScope? Type519 { get; set; } + public global::GitHub.DependabotAlertDismissedReason? Type519 { get; set; } /// /// /// - public global::GitHub.DependencyGraphSpdxSbomSbom? Type520 { get; set; } + public global::GitHub.DependabotAlertDependencyScope? Type520 { get; set; } /// /// /// - public global::GitHub.DependencyGraphSpdxSbomSbomCreationInfo? Type521 { get; set; } + public global::GitHub.DependencyGraphDiffChangeType? Type521 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type522 { get; set; } + public global::System.Collections.Generic.IList? Type522 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type523 { get; set; } + public global::GitHub.DependencyGraphDiffScope? Type523 { get; set; } /// /// /// - public global::GitHub.Metadata? Type524 { get; set; } + public global::GitHub.DependencyGraphSpdxSbomSbom? Type524 { get; set; } /// /// /// - public global::GitHub.DependencyRelationship? Type525 { get; set; } + public global::GitHub.DependencyGraphSpdxSbomSbomCreationInfo? Type525 { get; set; } /// /// /// - public global::GitHub.DependencyScope? Type526 { get; set; } + public global::System.Collections.Generic.IList? Type526 { get; set; } /// /// /// - public global::GitHub.ManifestFile? Type527 { get; set; } + public global::System.Collections.Generic.IList? Type527 { get; set; } /// /// /// - public global::GitHub.SnapshotJob? Type528 { get; set; } + public global::GitHub.Metadata? Type528 { get; set; } /// /// /// - public global::GitHub.SnapshotDetector? Type529 { get; set; } + public global::GitHub.DependencyRelationship? Type529 { get; set; } /// /// /// - public global::GitHub.DeploymentStatusState? Type530 { get; set; } + public global::GitHub.DependencyScope? Type530 { get; set; } /// /// /// - public global::System.Collections.Generic.IList?>? Type531 { get; set; } + public global::GitHub.ManifestFile? Type531 { get; set; } /// /// /// - public global::GitHub.DeploymentBranchPolicySettings? Type532 { get; set; } + public global::GitHub.SnapshotJob? Type532 { get; set; } /// /// /// - public global::GitHub.DeploymentBranchPolicyType? Type533 { get; set; } + public global::GitHub.SnapshotDetector? Type533 { get; set; } /// /// /// - public global::GitHub.DeploymentBranchPolicyNamePatternWithTypeType? Type534 { get; set; } + public global::GitHub.DeploymentStatusState? Type534 { get; set; } /// /// /// - public global::GitHub.CustomDeploymentRuleApp? Type535 { get; set; } + public global::System.Collections.Generic.IList?>? Type535 { get; set; } /// /// /// - public global::GitHub.GitCommitAuthor? Type536 { get; set; } + public global::GitHub.DeploymentBranchPolicySettings? Type536 { get; set; } /// /// /// - public global::GitHub.GitCommitCommitter? Type537 { get; set; } + public global::GitHub.DeploymentBranchPolicyType? Type537 { get; set; } /// /// /// - public global::GitHub.GitCommitTree? Type538 { get; set; } + public global::GitHub.DeploymentBranchPolicyNamePatternWithTypeType? Type538 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type539 { get; set; } + public global::GitHub.CustomDeploymentRuleApp? Type539 { get; set; } /// /// /// - public global::GitHub.GitCommitVerification? Type540 { get; set; } + public global::GitHub.GitCommitAuthor? Type540 { get; set; } /// /// /// - public global::GitHub.GitRefObject? Type541 { get; set; } + public global::GitHub.GitCommitCommitter? Type541 { get; set; } /// /// /// - public global::GitHub.GitTagTagger? Type542 { get; set; } + public global::GitHub.GitCommitTree? Type542 { get; set; } /// /// /// - public global::GitHub.GitTagObject? Type543 { get; set; } + public global::System.Collections.Generic.IList? Type543 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type544 { get; set; } + public global::GitHub.GitCommitVerification? Type544 { get; set; } /// /// /// - public global::GitHub.WebhookConfig? Type545 { get; set; } + public global::GitHub.GitRefObject? Type545 { get; set; } /// /// /// - public global::GitHub.HookResponse? Type546 { get; set; } + public global::GitHub.GitTagTagger? Type546 { get; set; } /// /// /// - public global::GitHub.ImportStatus? Type547 { get; set; } + public global::GitHub.GitTagObject? Type547 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type548 { get; set; } + public global::System.Collections.Generic.IList? Type548 { get; set; } /// /// /// - public global::GitHub.NullableIssueStateReason? Type549 { get; set; } + public global::GitHub.WebhookConfig? Type549 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type550 { get; set; } + public global::GitHub.HookResponse? Type550 { get; set; } /// /// /// - public global::GitHub.NullableIssuePullRequest? Type551 { get; set; } + public global::GitHub.ImportStatus? Type551 { get; set; } /// /// /// - public global::GitHub.NullableIssue? Type552 { get; set; } + public global::System.Collections.Generic.IList? Type552 { get; set; } /// /// /// - public global::GitHub.IssueEventLabel? Type553 { get; set; } + public global::GitHub.NullableIssueStateReason? Type553 { get; set; } /// /// /// - public global::GitHub.Team? Type554 { get; set; } + public global::System.Collections.Generic.IList>? Type554 { get; set; } /// /// /// - public global::GitHub.IssueEventDismissedReview? Type555 { get; set; } + public global::GitHub.NullableIssuePullRequest? Type555 { get; set; } /// /// /// - public global::GitHub.IssueEventMilestone? Type556 { get; set; } + public global::GitHub.NullableIssue? Type556 { get; set; } /// /// /// - public global::GitHub.IssueEventProjectCard? Type557 { get; set; } + public global::GitHub.IssueEventLabel? Type557 { get; set; } /// /// /// - public global::GitHub.IssueEventRename? Type558 { get; set; } + public global::GitHub.Team? Type558 { get; set; } /// /// /// - public global::GitHub.LabeledIssueEventLabel? Type559 { get; set; } + public global::GitHub.IssueEventDismissedReview? Type559 { get; set; } /// /// /// - public global::GitHub.UnlabeledIssueEventLabel? Type560 { get; set; } + public global::GitHub.IssueEventMilestone? Type560 { get; set; } /// /// /// - public global::GitHub.Integration? Type561 { get; set; } + public global::GitHub.IssueEventProjectCard? Type561 { get; set; } /// /// /// - public global::GitHub.MilestonedIssueEventMilestone? Type562 { get; set; } + public global::GitHub.IssueEventRename? Type562 { get; set; } /// /// /// - public global::GitHub.DemilestonedIssueEventMilestone? Type563 { get; set; } + public global::GitHub.LabeledIssueEventLabel? Type563 { get; set; } /// /// /// - public global::GitHub.RenamedIssueEventRename? Type564 { get; set; } + public global::GitHub.UnlabeledIssueEventLabel? Type564 { get; set; } /// /// /// - public global::GitHub.ReviewDismissedIssueEventDismissedReview? Type565 { get; set; } + public global::GitHub.Integration? Type565 { get; set; } /// /// /// - public global::GitHub.AddedToProjectIssueEventProjectCard? Type566 { get; set; } + public global::GitHub.MilestonedIssueEventMilestone? Type566 { get; set; } /// /// /// - public global::GitHub.MovedColumnInProjectIssueEventProjectCard? Type567 { get; set; } + public global::GitHub.DemilestonedIssueEventMilestone? Type567 { get; set; } /// /// /// - public global::GitHub.RemovedFromProjectIssueEventProjectCard? Type568 { get; set; } + public global::GitHub.RenamedIssueEventRename? Type568 { get; set; } /// /// /// - public global::GitHub.ConvertedNoteToIssueIssueEventProjectCard? Type569 { get; set; } + public global::GitHub.ReviewDismissedIssueEventDismissedReview? Type569 { get; set; } /// /// /// - public global::GitHub.TimelineCrossReferencedEventSource? Type570 { get; set; } + public global::GitHub.AddedToProjectIssueEventProjectCard? Type570 { get; set; } /// /// /// - public global::GitHub.TimelineCommittedEventAuthor? Type571 { get; set; } + public global::GitHub.MovedColumnInProjectIssueEventProjectCard? Type571 { get; set; } /// /// /// - public global::GitHub.TimelineCommittedEventCommitter? Type572 { get; set; } + public global::GitHub.RemovedFromProjectIssueEventProjectCard? Type572 { get; set; } /// /// /// - public global::GitHub.TimelineCommittedEventTree? Type573 { get; set; } + public global::GitHub.ConvertedNoteToIssueIssueEventProjectCard? Type573 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type574 { get; set; } + public global::GitHub.TimelineCrossReferencedEventSource? Type574 { get; set; } /// /// /// - public global::GitHub.TimelineCommittedEventVerification? Type575 { get; set; } + public global::GitHub.TimelineCommittedEventAuthor? Type575 { get; set; } /// /// /// - public global::GitHub.TimelineReviewedEventLinks? Type576 { get; set; } + public global::GitHub.TimelineCommittedEventCommitter? Type576 { get; set; } /// /// /// - public global::GitHub.TimelineReviewedEventLinksHtml? Type577 { get; set; } + public global::GitHub.TimelineCommittedEventTree? Type577 { get; set; } /// /// /// - public global::GitHub.TimelineReviewedEventLinksPullRequest? Type578 { get; set; } + public global::System.Collections.Generic.IList? Type578 { get; set; } /// /// /// - public global::GitHub.PullRequestReviewCommentLinks? Type579 { get; set; } + public global::GitHub.TimelineCommittedEventVerification? Type579 { get; set; } /// /// /// - public global::GitHub.PullRequestReviewCommentStartSide? Type580 { get; set; } + public global::GitHub.TimelineReviewedEventLinks? Type580 { get; set; } /// /// /// - public global::GitHub.PullRequestReviewCommentSide? Type581 { get; set; } + public global::GitHub.TimelineReviewedEventLinksHtml? Type581 { get; set; } /// /// /// - public global::GitHub.PullRequestReviewCommentSubjectType? Type582 { get; set; } + public global::GitHub.TimelineReviewedEventLinksPullRequest? Type582 { get; set; } /// /// /// - public global::GitHub.PullRequestReviewCommentLinksSelf? Type583 { get; set; } + public global::GitHub.PullRequestReviewCommentLinks? Type583 { get; set; } /// /// /// - public global::GitHub.PullRequestReviewCommentLinksHtml? Type584 { get; set; } + public global::GitHub.PullRequestReviewCommentStartSide? Type584 { get; set; } /// /// /// - public global::GitHub.PullRequestReviewCommentLinksPullRequest? Type585 { get; set; } + public global::GitHub.PullRequestReviewCommentSide? Type585 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type586 { get; set; } + public global::GitHub.PullRequestReviewCommentSubjectType? Type586 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type587 { get; set; } + public global::GitHub.PullRequestReviewCommentLinksSelf? Type587 { get; set; } /// /// /// - public global::GitHub.LicenseContentLinks? Type588 { get; set; } + public global::GitHub.PullRequestReviewCommentLinksHtml? Type588 { get; set; } /// /// /// - public global::GitHub.MergedUpstreamMergeType? Type589 { get; set; } + public global::GitHub.PullRequestReviewCommentLinksPullRequest? Type589 { get; set; } /// /// /// - public global::GitHub.MilestoneState? Type590 { get; set; } + public global::System.Collections.Generic.IList? Type590 { get; set; } /// /// /// - public global::GitHub.PagesHttpsCertificateState? Type591 { get; set; } + public global::System.Collections.Generic.IList? Type591 { get; set; } /// /// /// - public global::GitHub.PageStatus? Type592 { get; set; } + public global::GitHub.LicenseContentLinks? Type592 { get; set; } /// /// /// - public global::GitHub.PageProtectedDomainState? Type593 { get; set; } + public global::GitHub.MergedUpstreamMergeType? Type593 { get; set; } /// /// /// - public global::GitHub.PageBuildType? Type594 { get; set; } + public global::GitHub.MilestoneState? Type594 { get; set; } /// /// /// - public global::GitHub.PagesSourceHash? Type595 { get; set; } + public global::GitHub.PagesHttpsCertificateState? Type595 { get; set; } /// /// /// - public global::GitHub.PagesHttpsCertificate? Type596 { get; set; } + public global::GitHub.PageStatus? Type596 { get; set; } /// /// /// - public global::GitHub.PageBuildError? Type597 { get; set; } + public global::GitHub.PageProtectedDomainState? Type597 { get; set; } /// /// /// - public global::System.OneOf? Type598 { get; set; } + public global::GitHub.PageBuildType? Type598 { get; set; } /// /// /// - public global::GitHub.PagesDeploymentStatusStatus? Type599 { get; set; } + public global::GitHub.PagesSourceHash? Type599 { get; set; } /// /// /// - public global::GitHub.PagesHealthCheckDomain? Type600 { get; set; } + public global::GitHub.PagesHttpsCertificate? Type600 { get; set; } /// /// /// - public global::GitHub.PagesHealthCheckAltDomain? Type601 { get; set; } + public global::GitHub.PageBuildError? Type601 { get; set; } /// /// /// - public global::GitHub.PullRequestState? Type602 { get; set; } + public global::System.OneOf? Type602 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type603 { get; set; } + public global::GitHub.PagesDeploymentStatusStatus? Type603 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type604 { get; set; } + public global::GitHub.PagesHealthCheckDomain? Type604 { get; set; } /// /// /// - public global::GitHub.PullRequestHead? Type605 { get; set; } + public global::GitHub.PagesHealthCheckAltDomain? Type605 { get; set; } /// /// /// - public global::GitHub.PullRequestBase? Type606 { get; set; } + public global::GitHub.PullRequestState? Type606 { get; set; } /// /// /// - public global::GitHub.PullRequestLinks? Type607 { get; set; } + public global::System.Collections.Generic.IList? Type607 { get; set; } /// /// /// - public global::GitHub.PullRequestHeadRepo? Type608 { get; set; } + public global::System.Collections.Generic.IList? Type608 { get; set; } /// /// /// - public global::GitHub.PullRequestHeadUser? Type609 { get; set; } + public global::GitHub.PullRequestHead? Type609 { get; set; } /// /// /// - public global::GitHub.PullRequestHeadRepoOwner? Type610 { get; set; } + public global::GitHub.PullRequestBase? Type610 { get; set; } /// /// /// - public global::GitHub.PullRequestHeadRepoPermissions? Type611 { get; set; } + public global::GitHub.PullRequestLinks? Type611 { get; set; } /// /// /// - public global::GitHub.PullRequestHeadRepoLicense? Type612 { get; set; } + public global::GitHub.PullRequestHeadRepo? Type612 { get; set; } /// /// /// - public global::GitHub.PullRequestBaseRepo? Type613 { get; set; } + public global::GitHub.PullRequestHeadUser? Type613 { get; set; } /// /// /// - public global::GitHub.PullRequestBaseUser? Type614 { get; set; } + public global::GitHub.PullRequestHeadRepoOwner? Type614 { get; set; } /// /// /// - public global::GitHub.PullRequestBaseRepoOwner? Type615 { get; set; } + public global::GitHub.PullRequestHeadRepoPermissions? Type615 { get; set; } /// /// /// - public global::GitHub.PullRequestBaseRepoPermissions? Type616 { get; set; } + public global::GitHub.PullRequestHeadRepoLicense? Type616 { get; set; } /// /// /// - public global::GitHub.PullRequestReviewLinks? Type617 { get; set; } + public global::GitHub.PullRequestBaseRepo? Type617 { get; set; } /// /// /// - public global::GitHub.PullRequestReviewLinksHtml? Type618 { get; set; } + public global::GitHub.PullRequestBaseUser? Type618 { get; set; } /// /// /// - public global::GitHub.PullRequestReviewLinksPullRequest? Type619 { get; set; } + public global::GitHub.PullRequestBaseRepoOwner? Type619 { get; set; } /// /// /// - public global::GitHub.ReviewCommentLinks? Type620 { get; set; } + public global::GitHub.PullRequestBaseRepoPermissions? Type620 { get; set; } /// /// /// - public global::GitHub.ReviewCommentSide? Type621 { get; set; } + public global::GitHub.PullRequestReviewLinks? Type621 { get; set; } /// /// /// - public global::GitHub.ReviewCommentStartSide? Type622 { get; set; } + public global::GitHub.PullRequestReviewLinksHtml? Type622 { get; set; } /// /// /// - public global::GitHub.ReleaseAssetState? Type623 { get; set; } + public global::GitHub.PullRequestReviewLinksPullRequest? Type623 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type624 { get; set; } + public global::GitHub.ReviewCommentLinks? Type624 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleRulesetInfoRulesetSourceType? Type625 { get; set; } + public global::GitHub.ReviewCommentSide? Type625 { get; set; } /// /// /// - public global::GitHub.SecretScanningAlertValidity? Type626 { get; set; } + public global::GitHub.ReviewCommentStartSide? Type626 { get; set; } /// /// /// - public global::GitHub.SecretScanningLocationType? Type627 { get; set; } + public global::GitHub.ReleaseAssetState? Type627 { get; set; } /// /// /// - public global::System.OneOf? Type628 { get; set; } + public global::System.Collections.Generic.IList? Type628 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type629 { get; set; } + public global::GitHub.RepositoryRuleRulesetInfoRulesetSourceType? Type629 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type630 { get; set; } + public global::GitHub.SecretScanningAlertValidity? Type630 { get; set; } /// /// /// - public global::GitHub.RepositoryAdvisoryCreateSeverity? Type631 { get; set; } + public global::GitHub.SecretScanningLocationType? Type631 { get; set; } /// /// /// - public global::GitHub.RepositoryAdvisoryCreateVulnerabilitiesPackage? Type632 { get; set; } + public global::System.OneOf? Type632 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type633 { get; set; } + public global::System.Collections.Generic.IList? Type633 { get; set; } /// /// /// - public global::GitHub.PrivateVulnerabilityReportCreateSeverity? Type634 { get; set; } + public global::System.Collections.Generic.IList? Type634 { get; set; } /// /// /// - public global::GitHub.PrivateVulnerabilityReportCreateVulnerabilitiesPackage? Type635 { get; set; } + public global::GitHub.RepositoryAdvisoryCreateSeverity? Type635 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type636 { get; set; } + public global::GitHub.RepositoryAdvisoryCreateVulnerabilitiesPackage? Type636 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type637 { get; set; } + public global::System.Collections.Generic.IList? Type637 { get; set; } /// /// /// - public global::GitHub.RepositoryAdvisoryUpdateSeverity? Type638 { get; set; } + public global::GitHub.PrivateVulnerabilityReportCreateSeverity? Type638 { get; set; } /// /// /// - public global::GitHub.RepositoryAdvisoryUpdateState? Type639 { get; set; } + public global::GitHub.PrivateVulnerabilityReportCreateVulnerabilitiesPackage? Type639 { get; set; } /// /// /// - public global::GitHub.RepositoryAdvisoryUpdateVulnerabilitiesPackage? Type640 { get; set; } + public global::System.Collections.Generic.IList? Type640 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type641 { get; set; } + public global::System.Collections.Generic.IList? Type641 { get; set; } /// /// /// - public global::GitHub.TagCommit? Type642 { get; set; } + public global::GitHub.RepositoryAdvisoryUpdateSeverity? Type642 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type643 { get; set; } + public global::GitHub.RepositoryAdvisoryUpdateState? Type643 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type644 { get; set; } + public global::GitHub.RepositoryAdvisoryUpdateVulnerabilitiesPackage? Type644 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type645 { get; set; } + public global::System.Collections.Generic.IList? Type645 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type646 { get; set; } + public global::GitHub.TagCommit? Type646 { get; set; } /// /// /// - public global::GitHub.CommitSearchResultItemCommit? Type647 { get; set; } + public global::System.Collections.Generic.IList? Type647 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type648 { get; set; } + public global::System.Collections.Generic.IList? Type648 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type649 { get; set; } + public global::System.Collections.Generic.IList? Type649 { get; set; } /// /// /// - public global::GitHub.CommitSearchResultItemCommitAuthor? Type650 { get; set; } + public global::System.Collections.Generic.IList? Type650 { get; set; } /// /// /// - public global::GitHub.CommitSearchResultItemCommitTree? Type651 { get; set; } + public global::GitHub.CommitSearchResultItemCommit? Type651 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type652 { get; set; } + public global::System.Collections.Generic.IList? Type652 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type653 { get; set; } + public global::System.Collections.Generic.IList? Type653 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type654 { get; set; } + public global::GitHub.CommitSearchResultItemCommitAuthor? Type654 { get; set; } /// /// /// - public global::GitHub.IssueSearchResultItemPullRequest? Type655 { get; set; } + public global::GitHub.CommitSearchResultItemCommitTree? Type655 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type656 { get; set; } + public global::System.Collections.Generic.IList? Type656 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type657 { get; set; } + public global::System.Collections.Generic.IList? Type657 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type658 { get; set; } + public global::System.Collections.Generic.IList? Type658 { get; set; } /// /// /// - public global::GitHub.RepoSearchResultItemPermissions? Type659 { get; set; } + public global::GitHub.IssueSearchResultItemPullRequest? Type659 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type660 { get; set; } + public global::System.Collections.Generic.IList? Type660 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type661 { get; set; } + public global::System.Collections.Generic.IList? Type661 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type662 { get; set; } + public global::System.Collections.Generic.IList? Type662 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type663 { get; set; } + public global::GitHub.RepoSearchResultItemPermissions? Type663 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type664 { get; set; } + public global::System.Collections.Generic.IList? Type664 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type665 { get; set; } + public global::System.Collections.Generic.IList? Type665 { get; set; } /// /// /// - public global::GitHub.TopicSearchResultItemRelatedTopicRelation? Type666 { get; set; } + public global::System.Collections.Generic.IList? Type666 { get; set; } /// /// /// - public global::GitHub.TopicSearchResultItemAliasesTopicRelation? Type667 { get; set; } + public global::System.Collections.Generic.IList? Type667 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type668 { get; set; } + public global::System.Collections.Generic.IList? Type668 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type669 { get; set; } + public global::System.Collections.Generic.IList? Type669 { get; set; } /// /// /// - public global::GitHub.PrivateUserPlan? Type670 { get; set; } + public global::GitHub.TopicSearchResultItemRelatedTopicRelation? Type670 { get; set; } /// /// /// - public global::GitHub.CodespacesSecretVisibility? Type671 { get; set; } + public global::GitHub.TopicSearchResultItemAliasesTopicRelation? Type671 { get; set; } /// /// /// - public global::GitHub.FullRepository? Type672 { get; set; } + public global::System.Collections.Generic.IList? Type672 { get; set; } /// /// /// - public global::GitHub.CodespaceWithFullRepositoryState? Type673 { get; set; } + public global::System.Collections.Generic.IList? Type673 { get; set; } /// /// /// - public global::GitHub.CodespaceWithFullRepositoryGitStatus? Type674 { get; set; } + public global::GitHub.PrivateUserPlan? Type674 { get; set; } /// /// /// - public global::GitHub.CodespaceWithFullRepositoryLocation? Type675 { get; set; } + public global::GitHub.CodespacesSecretVisibility? Type675 { get; set; } /// /// /// - public global::GitHub.CodespaceWithFullRepositoryRuntimeConstraints? Type676 { get; set; } + public global::GitHub.FullRepository? Type676 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type677 { get; set; } + public global::GitHub.CodespaceWithFullRepositoryState? Type677 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type678 { get; set; } + public global::GitHub.CodespaceWithFullRepositoryGitStatus? Type678 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type679 { get; set; } + public global::GitHub.CodespaceWithFullRepositoryLocation? Type679 { get; set; } /// /// /// - public global::GitHub.MarketplaceAccount? Type680 { get; set; } + public global::GitHub.CodespaceWithFullRepositoryRuntimeConstraints? Type680 { get; set; } /// /// /// - public global::GitHub.SigstoreBundle0VerificationMaterial? Type681 { get; set; } + public global::System.Collections.Generic.IList? Type681 { get; set; } /// /// /// - public global::GitHub.SigstoreBundle0DsseEnvelope? Type682 { get; set; } + public global::System.Collections.Generic.IList? Type682 { get; set; } /// /// /// - public global::GitHub.SigstoreBundle0VerificationMaterialX509CertificateChain? Type683 { get; set; } + public global::System.Collections.Generic.IList? Type683 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type684 { get; set; } + public global::GitHub.MarketplaceAccount? Type684 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type685 { get; set; } + public global::GitHub.SigstoreBundle0VerificationMaterial? Type685 { get; set; } /// /// /// - public global::GitHub.SigstoreBundle0VerificationMaterialTlogEntriesLogId? Type686 { get; set; } + public global::GitHub.SigstoreBundle0DsseEnvelope? Type686 { get; set; } /// /// /// - public global::GitHub.SigstoreBundle0VerificationMaterialTlogEntriesKindVersion? Type687 { get; set; } + public global::GitHub.SigstoreBundle0VerificationMaterialX509CertificateChain? Type687 { get; set; } /// /// /// - public global::GitHub.SigstoreBundle0VerificationMaterialTlogEntriesInclusionPromise? Type688 { get; set; } + public global::System.Collections.Generic.IList? Type688 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type689 { get; set; } + public global::System.Collections.Generic.IList? Type689 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type690 { get; set; } + public global::GitHub.SigstoreBundle0VerificationMaterialTlogEntriesLogId? Type690 { get; set; } /// /// /// - public global::GitHub.RepositoryWebhooksPermissions? Type691 { get; set; } + public global::GitHub.SigstoreBundle0VerificationMaterialTlogEntriesKindVersion? Type691 { get; set; } /// /// /// - public global::GitHub.RepositoryWebhooksTemplateRepository? Type692 { get; set; } + public global::GitHub.SigstoreBundle0VerificationMaterialTlogEntriesInclusionPromise? Type692 { get; set; } /// /// /// - public global::GitHub.RepositoryWebhooksSquashMergeCommitTitle? Type693 { get; set; } + public global::System.Collections.Generic.IList? Type693 { get; set; } /// /// /// - public global::GitHub.RepositoryWebhooksSquashMergeCommitMessage? Type694 { get; set; } + public global::System.Collections.Generic.IList? Type694 { get; set; } /// /// /// - public global::GitHub.RepositoryWebhooksMergeCommitTitle? Type695 { get; set; } + public global::GitHub.RepositoryWebhooksPermissions? Type695 { get; set; } /// /// /// - public global::GitHub.RepositoryWebhooksMergeCommitMessage? Type696 { get; set; } + public global::GitHub.RepositoryWebhooksTemplateRepository? Type696 { get; set; } /// /// /// - public global::GitHub.RepositoryWebhooksTemplateRepositoryOwner? Type697 { get; set; } + public global::GitHub.RepositoryWebhooksSquashMergeCommitTitle? Type697 { get; set; } /// /// /// - public global::GitHub.RepositoryWebhooksTemplateRepositoryPermissions? Type698 { get; set; } + public global::GitHub.RepositoryWebhooksSquashMergeCommitMessage? Type698 { get; set; } /// /// /// - public global::GitHub.RepositoryWebhooksTemplateRepositorySquashMergeCommitTitle? Type699 { get; set; } + public global::GitHub.RepositoryWebhooksMergeCommitTitle? Type699 { get; set; } /// /// /// - public global::GitHub.RepositoryWebhooksTemplateRepositorySquashMergeCommitMessage? Type700 { get; set; } + public global::GitHub.RepositoryWebhooksMergeCommitMessage? Type700 { get; set; } /// /// /// - public global::GitHub.RepositoryWebhooksTemplateRepositoryMergeCommitTitle? Type701 { get; set; } + public global::GitHub.RepositoryWebhooksTemplateRepositoryOwner? Type701 { get; set; } /// /// /// - public global::GitHub.RepositoryWebhooksTemplateRepositoryMergeCommitMessage? Type702 { get; set; } + public global::GitHub.RepositoryWebhooksTemplateRepositoryPermissions? Type702 { get; set; } /// /// /// - public global::GitHub.WebhooksRuleAllowDeletionsEnforcementLevel? Type703 { get; set; } + public global::GitHub.RepositoryWebhooksTemplateRepositorySquashMergeCommitTitle? Type703 { get; set; } /// /// /// - public global::GitHub.WebhooksRuleAllowForcePushesEnforcementLevel? Type704 { get; set; } + public global::GitHub.RepositoryWebhooksTemplateRepositorySquashMergeCommitMessage? Type704 { get; set; } /// /// /// - public global::GitHub.WebhooksRuleLinearHistoryRequirementEnforcementLevel? Type705 { get; set; } + public global::GitHub.RepositoryWebhooksTemplateRepositoryMergeCommitTitle? Type705 { get; set; } /// /// /// - public global::GitHub.WebhooksRuleLockBranchEnforcementLevel? Type706 { get; set; } + public global::GitHub.RepositoryWebhooksTemplateRepositoryMergeCommitMessage? Type706 { get; set; } /// /// /// - public global::GitHub.WebhooksRuleMergeQueueEnforcementLevel? Type707 { get; set; } + public global::GitHub.WebhooksRuleAllowDeletionsEnforcementLevel? Type707 { get; set; } /// /// /// - public global::GitHub.WebhooksRulePullRequestReviewsEnforcementLevel? Type708 { get; set; } + public global::GitHub.WebhooksRuleAllowForcePushesEnforcementLevel? Type708 { get; set; } /// /// /// - public global::GitHub.WebhooksRuleRequiredConversationResolutionLevel? Type709 { get; set; } + public global::GitHub.WebhooksRuleLinearHistoryRequirementEnforcementLevel? Type709 { get; set; } /// /// /// - public global::GitHub.WebhooksRuleRequiredDeploymentsEnforcementLevel? Type710 { get; set; } + public global::GitHub.WebhooksRuleLockBranchEnforcementLevel? Type710 { get; set; } /// /// /// - public global::GitHub.WebhooksRuleRequiredStatusChecksEnforcementLevel? Type711 { get; set; } + public global::GitHub.WebhooksRuleMergeQueueEnforcementLevel? Type711 { get; set; } /// /// /// - public global::GitHub.WebhooksRuleSignatureRequirementEnforcementLevel? Type712 { get; set; } + public global::GitHub.WebhooksRulePullRequestReviewsEnforcementLevel? Type712 { get; set; } /// /// /// - public global::GitHub.SimpleCheckSuiteConclusion? Type713 { get; set; } + public global::GitHub.WebhooksRuleRequiredConversationResolutionLevel? Type713 { get; set; } /// /// /// - public global::GitHub.SimpleCheckSuiteStatus? Type714 { get; set; } + public global::GitHub.WebhooksRuleRequiredDeploymentsEnforcementLevel? Type714 { get; set; } /// /// /// - public global::GitHub.SimpleCheckSuite? Type715 { get; set; } + public global::GitHub.WebhooksRuleRequiredStatusChecksEnforcementLevel? Type715 { get; set; } /// /// /// - public global::GitHub.CheckRunWithSimpleCheckSuiteConclusion? Type716 { get; set; } + public global::GitHub.WebhooksRuleSignatureRequirementEnforcementLevel? Type716 { get; set; } /// /// /// - public global::GitHub.CheckRunWithSimpleCheckSuiteOutput? Type717 { get; set; } + public global::GitHub.SimpleCheckSuiteConclusion? Type717 { get; set; } /// /// /// - public global::GitHub.CheckRunWithSimpleCheckSuiteStatus? Type718 { get; set; } + public global::GitHub.SimpleCheckSuiteStatus? Type718 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewersReviewer? Type719 { get; set; } + public global::GitHub.SimpleCheckSuite? Type719 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewersType? Type720 { get; set; } + public global::GitHub.CheckRunWithSimpleCheckSuiteConclusion? Type720 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewersReviewerType? Type721 { get; set; } + public global::GitHub.CheckRunWithSimpleCheckSuiteOutput? Type721 { get; set; } /// /// /// - public global::GitHub.WebhooksUserType? Type722 { get; set; } + public global::GitHub.CheckRunWithSimpleCheckSuiteStatus? Type722 { get; set; } /// /// /// - public global::GitHub.WebhooksAnswerAuthorAssociation? Type723 { get; set; } + public global::GitHub.WebhooksReviewersReviewer? Type723 { get; set; } /// /// /// - public global::GitHub.WebhooksAnswerReactions? Type724 { get; set; } + public global::GitHub.WebhooksReviewersType? Type724 { get; set; } /// /// /// - public global::GitHub.WebhooksAnswerUser? Type725 { get; set; } + public global::GitHub.WebhooksReviewersReviewerType? Type725 { get; set; } /// /// /// - public global::GitHub.WebhooksAnswerUserType? Type726 { get; set; } + public global::GitHub.WebhooksUserType? Type726 { get; set; } /// /// /// - public global::GitHub.DiscussionAnswerChosenBy? Type727 { get; set; } + public global::GitHub.WebhooksAnswerAuthorAssociation? Type727 { get; set; } /// /// /// - public global::GitHub.DiscussionAuthorAssociation? Type728 { get; set; } + public global::GitHub.WebhooksAnswerReactions? Type728 { get; set; } /// /// /// - public global::GitHub.DiscussionCategory? Type729 { get; set; } + public global::GitHub.WebhooksAnswerUser? Type729 { get; set; } /// /// /// - public global::GitHub.DiscussionReactions? Type730 { get; set; } + public global::GitHub.WebhooksAnswerUserType? Type730 { get; set; } /// /// /// - public global::GitHub.DiscussionState? Type731 { get; set; } + public global::GitHub.DiscussionAnswerChosenBy? Type731 { get; set; } /// /// /// - public global::GitHub.DiscussionStateReason? Type732 { get; set; } + public global::GitHub.DiscussionAuthorAssociation? Type732 { get; set; } /// /// /// - public global::GitHub.DiscussionUser? Type733 { get; set; } + public global::GitHub.DiscussionCategory? Type733 { get; set; } /// /// /// - public global::GitHub.DiscussionAnswerChosenByType? Type734 { get; set; } + public global::GitHub.DiscussionReactions? Type734 { get; set; } /// /// /// - public global::GitHub.DiscussionUserType? Type735 { get; set; } + public global::GitHub.DiscussionState? Type735 { get; set; } /// /// /// - public global::GitHub.WebhooksCommentAuthorAssociation? Type736 { get; set; } + public global::GitHub.DiscussionStateReason? Type736 { get; set; } /// /// /// - public global::GitHub.WebhooksCommentReactions? Type737 { get; set; } + public global::GitHub.DiscussionUser? Type737 { get; set; } /// /// /// - public global::GitHub.WebhooksCommentUser? Type738 { get; set; } + public global::System.Collections.Generic.IList? Type738 { get; set; } /// /// /// - public global::GitHub.WebhooksCommentUserType? Type739 { get; set; } + public global::GitHub.DiscussionAnswerChosenByType? Type739 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueCommentAuthorAssociation? Type740 { get; set; } + public global::GitHub.DiscussionUserType? Type740 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueCommentReactions? Type741 { get; set; } + public global::GitHub.WebhooksCommentAuthorAssociation? Type741 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueCommentUser? Type742 { get; set; } + public global::GitHub.WebhooksCommentReactions? Type742 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueCommentUserType? Type743 { get; set; } + public global::GitHub.WebhooksCommentUser? Type743 { get; set; } /// /// /// - public global::GitHub.WebhooksChangesBody? Type744 { get; set; } + public global::GitHub.WebhooksCommentUserType? Type744 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueActiveLockReason? Type745 { get; set; } + public global::GitHub.WebhooksIssueCommentAuthorAssociation? Type745 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueAssignee? Type746 { get; set; } + public global::GitHub.WebhooksIssueCommentReactions? Type746 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type747 { get; set; } + public global::GitHub.WebhooksIssueCommentUser? Type747 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueAuthorAssociation? Type748 { get; set; } + public global::GitHub.WebhooksIssueCommentUserType? Type748 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type749 { get; set; } + public global::GitHub.WebhooksChangesBody? Type749 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueMilestone? Type750 { get; set; } + public global::GitHub.WebhooksIssueActiveLockReason? Type750 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubApp? Type751 { get; set; } + public global::GitHub.WebhooksIssueAssignee? Type751 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePullRequest? Type752 { get; set; } + public global::System.Collections.Generic.IList? Type752 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueReactions? Type753 { get; set; } + public global::GitHub.WebhooksIssueAuthorAssociation? Type753 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueState? Type754 { get; set; } + public global::System.Collections.Generic.IList? Type754 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueUser? Type755 { get; set; } + public global::GitHub.WebhooksIssueMilestone? Type755 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueAssigneeType? Type756 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubApp? Type756 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueMilestoneCreator? Type757 { get; set; } + public global::GitHub.WebhooksIssuePullRequest? Type757 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueMilestoneState? Type758 { get; set; } + public global::GitHub.WebhooksIssueReactions? Type758 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueMilestoneCreatorType? Type759 { get; set; } + public global::GitHub.WebhooksIssueState? Type759 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type760 { get; set; } + public global::GitHub.WebhooksIssueUser? Type760 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppOwner? Type761 { get; set; } + public global::GitHub.WebhooksIssueAssigneeType? Type761 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissions? Type762 { get; set; } + public global::GitHub.WebhooksIssueMilestoneCreator? Type762 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppOwnerType? Type763 { get; set; } + public global::GitHub.WebhooksIssueMilestoneState? Type763 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsActions? Type764 { get; set; } + public global::GitHub.WebhooksIssueMilestoneCreatorType? Type764 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsAdministration? Type765 { get; set; } + public global::System.Collections.Generic.IList? Type765 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsChecks? Type766 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppOwner? Type766 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsContentReferences? Type767 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissions? Type767 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsContents? Type768 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppOwnerType? Type768 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsDeployments? Type769 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsActions? Type769 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsDiscussions? Type770 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsAdministration? Type770 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsEmails? Type771 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsChecks? Type771 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsEnvironments? Type772 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsContentReferences? Type772 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsIssues? Type773 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsContents? Type773 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsKeys? Type774 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsDeployments? Type774 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsMembers? Type775 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsDiscussions? Type775 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsMetadata? Type776 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsEmails? Type776 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type777 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsEnvironments? Type777 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type778 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsIssues? Type778 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type779 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsKeys? Type779 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type780 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsMembers? Type780 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type781 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsMetadata? Type781 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type782 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type782 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type783 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type783 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type784 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type784 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsPackages? Type785 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type785 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsPages? Type786 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type786 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsPullRequests? Type787 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type787 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type788 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type788 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type789 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type789 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type790 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsPackages? Type790 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsSecrets? Type791 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsPages? Type791 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsSecurityEvents? Type792 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsPullRequests? Type792 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type793 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type793 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsSingleFile? Type794 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type794 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsStatuses? Type795 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type795 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type796 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsSecrets? Type796 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type797 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsSecurityEvents? Type797 { get; set; } /// /// /// - public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsWorkflows? Type798 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type798 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueUserType? Type799 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsSingleFile? Type799 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueAssigneesType? Type800 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsStatuses? Type800 { get; set; } /// /// /// - public global::GitHub.WebhooksMilestoneCreator? Type801 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type801 { get; set; } /// /// /// - public global::GitHub.WebhooksMilestoneState? Type802 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type802 { get; set; } /// /// /// - public global::GitHub.WebhooksMilestoneCreatorType? Type803 { get; set; } + public global::GitHub.WebhooksIssuePerformedViaGithubAppPermissionsWorkflows? Type803 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2ActiveLockReason? Type804 { get; set; } + public global::GitHub.WebhooksIssueUserType? Type804 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2Assignee? Type805 { get; set; } + public global::GitHub.WebhooksIssueAssigneesType? Type805 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type806 { get; set; } + public global::GitHub.WebhooksMilestoneCreator? Type806 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2AuthorAssociation? Type807 { get; set; } + public global::GitHub.WebhooksMilestoneState? Type807 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type808 { get; set; } + public global::GitHub.WebhooksMilestoneCreatorType? Type808 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2Milestone? Type809 { get; set; } + public global::GitHub.WebhooksIssue2ActiveLockReason? Type809 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubApp? Type810 { get; set; } + public global::GitHub.WebhooksIssue2Assignee? Type810 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PullRequest? Type811 { get; set; } + public global::System.Collections.Generic.IList? Type811 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2Reactions? Type812 { get; set; } + public global::GitHub.WebhooksIssue2AuthorAssociation? Type812 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2State? Type813 { get; set; } + public global::System.Collections.Generic.IList? Type813 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2User? Type814 { get; set; } + public global::GitHub.WebhooksIssue2Milestone? Type814 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2AssigneeType? Type815 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubApp? Type815 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2MilestoneCreator? Type816 { get; set; } + public global::GitHub.WebhooksIssue2PullRequest? Type816 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2MilestoneState? Type817 { get; set; } + public global::GitHub.WebhooksIssue2Reactions? Type817 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2MilestoneCreatorType? Type818 { get; set; } + public global::GitHub.WebhooksIssue2State? Type818 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type819 { get; set; } + public global::GitHub.WebhooksIssue2User? Type819 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppOwner? Type820 { get; set; } + public global::GitHub.WebhooksIssue2AssigneeType? Type820 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissions? Type821 { get; set; } + public global::GitHub.WebhooksIssue2MilestoneCreator? Type821 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppOwnerType? Type822 { get; set; } + public global::GitHub.WebhooksIssue2MilestoneState? Type822 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsActions? Type823 { get; set; } + public global::GitHub.WebhooksIssue2MilestoneCreatorType? Type823 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsAdministration? Type824 { get; set; } + public global::System.Collections.Generic.IList? Type824 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsChecks? Type825 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppOwner? Type825 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsContentReferences? Type826 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissions? Type826 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsContents? Type827 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppOwnerType? Type827 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsDeployments? Type828 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsActions? Type828 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsDiscussions? Type829 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsAdministration? Type829 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsEmails? Type830 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsChecks? Type830 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsEnvironments? Type831 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsContentReferences? Type831 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsIssues? Type832 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsContents? Type832 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsKeys? Type833 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsDeployments? Type833 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsMembers? Type834 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsDiscussions? Type834 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsMetadata? Type835 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsEmails? Type835 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsOrganizationAdministration? Type836 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsEnvironments? Type836 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsOrganizationHooks? Type837 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsIssues? Type837 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsOrganizationPackages? Type838 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsKeys? Type838 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsOrganizationPlan? Type839 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsMembers? Type839 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsOrganizationProjects? Type840 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsMetadata? Type840 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsOrganizationSecrets? Type841 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsOrganizationAdministration? Type841 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type842 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsOrganizationHooks? Type842 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsOrganizationUserBlocking? Type843 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsOrganizationPackages? Type843 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsPackages? Type844 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsOrganizationPlan? Type844 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsPages? Type845 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsOrganizationProjects? Type845 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsPullRequests? Type846 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsOrganizationSecrets? Type846 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsRepositoryHooks? Type847 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type847 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsRepositoryProjects? Type848 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsOrganizationUserBlocking? Type848 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsSecretScanningAlerts? Type849 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsPackages? Type849 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsSecrets? Type850 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsPages? Type850 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsSecurityEvents? Type851 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsPullRequests? Type851 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsSecurityScanningAlert? Type852 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsRepositoryHooks? Type852 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsSingleFile? Type853 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsRepositoryProjects? Type853 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsStatuses? Type854 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsSecretScanningAlerts? Type854 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsTeamDiscussions? Type855 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsSecrets? Type855 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsVulnerabilityAlerts? Type856 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsSecurityEvents? Type856 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsWorkflows? Type857 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsSecurityScanningAlert? Type857 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2UserType? Type858 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsSingleFile? Type858 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2AssigneesType? Type859 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsStatuses? Type859 { get; set; } /// /// /// - public global::GitHub.WebhooksUserMannequinType? Type860 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsTeamDiscussions? Type860 { get; set; } /// /// /// - public global::GitHub.WebhooksMarketplacePurchaseAccount? Type861 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsVulnerabilityAlerts? Type861 { get; set; } /// /// /// - public global::GitHub.WebhooksMarketplacePurchasePlan? Type862 { get; set; } + public global::GitHub.WebhooksIssue2PerformedViaGithubAppPermissionsWorkflows? Type862 { get; set; } /// /// /// - public global::GitHub.WebhooksMarketplacePurchasePlanPriceModel? Type863 { get; set; } + public global::GitHub.WebhooksIssue2UserType? Type863 { get; set; } /// /// /// - public global::GitHub.WebhooksPreviousMarketplacePurchaseAccount? Type864 { get; set; } + public global::GitHub.WebhooksIssue2AssigneesType? Type864 { get; set; } /// /// /// - public global::GitHub.WebhooksPreviousMarketplacePurchasePlan? Type865 { get; set; } + public global::GitHub.WebhooksUserMannequinType? Type865 { get; set; } /// /// /// - public global::GitHub.WebhooksPreviousMarketplacePurchasePlanPriceModel? Type866 { get; set; } + public global::GitHub.WebhooksMarketplacePurchaseAccount? Type866 { get; set; } /// /// /// - public global::GitHub.WebhooksTeamParent? Type867 { get; set; } + public global::GitHub.WebhooksMarketplacePurchasePlan? Type867 { get; set; } /// /// /// - public global::GitHub.WebhooksTeamPrivacy? Type868 { get; set; } + public global::GitHub.WebhooksMarketplacePurchasePlanPriceModel? Type868 { get; set; } /// /// /// - public global::GitHub.WebhooksTeamNotificationSetting? Type869 { get; set; } + public global::GitHub.WebhooksPreviousMarketplacePurchaseAccount? Type869 { get; set; } /// /// /// - public global::GitHub.WebhooksTeamParentPrivacy? Type870 { get; set; } + public global::GitHub.WebhooksPreviousMarketplacePurchasePlan? Type870 { get; set; } /// /// /// - public global::GitHub.WebhooksTeamParentNotificationSetting? Type871 { get; set; } + public global::GitHub.WebhooksPreviousMarketplacePurchasePlanPriceModel? Type871 { get; set; } /// /// /// - public global::GitHub.NullableRepositoryWebhooksPermissions? Type872 { get; set; } + public global::GitHub.WebhooksTeamParent? Type872 { get; set; } /// /// /// - public global::GitHub.NullableRepositoryWebhooksTemplateRepository? Type873 { get; set; } + public global::GitHub.WebhooksTeamPrivacy? Type873 { get; set; } /// /// /// - public global::GitHub.NullableRepositoryWebhooksSquashMergeCommitTitle? Type874 { get; set; } + public global::GitHub.WebhooksTeamNotificationSetting? Type874 { get; set; } /// /// /// - public global::GitHub.NullableRepositoryWebhooksSquashMergeCommitMessage? Type875 { get; set; } + public global::GitHub.WebhooksTeamParentPrivacy? Type875 { get; set; } /// /// /// - public global::GitHub.NullableRepositoryWebhooksMergeCommitTitle? Type876 { get; set; } + public global::GitHub.WebhooksTeamParentNotificationSetting? Type876 { get; set; } /// /// /// - public global::GitHub.NullableRepositoryWebhooksMergeCommitMessage? Type877 { get; set; } + public global::GitHub.NullableRepositoryWebhooksPermissions? Type877 { get; set; } /// /// /// - public global::GitHub.NullableRepositoryWebhooksTemplateRepositoryOwner? Type878 { get; set; } + public global::GitHub.NullableRepositoryWebhooksTemplateRepository? Type878 { get; set; } /// /// /// - public global::GitHub.NullableRepositoryWebhooksTemplateRepositoryPermissions? Type879 { get; set; } + public global::GitHub.NullableRepositoryWebhooksSquashMergeCommitTitle? Type879 { get; set; } /// /// /// - public global::GitHub.NullableRepositoryWebhooksTemplateRepositorySquashMergeCommitTitle? Type880 { get; set; } + public global::GitHub.NullableRepositoryWebhooksSquashMergeCommitMessage? Type880 { get; set; } /// /// /// - public global::GitHub.NullableRepositoryWebhooksTemplateRepositorySquashMergeCommitMessage? Type881 { get; set; } + public global::GitHub.NullableRepositoryWebhooksMergeCommitTitle? Type881 { get; set; } /// /// /// - public global::GitHub.NullableRepositoryWebhooksTemplateRepositoryMergeCommitTitle? Type882 { get; set; } + public global::GitHub.NullableRepositoryWebhooksMergeCommitMessage? Type882 { get; set; } /// /// /// - public global::GitHub.NullableRepositoryWebhooksTemplateRepositoryMergeCommitMessage? Type883 { get; set; } + public global::GitHub.NullableRepositoryWebhooksTemplateRepositoryOwner? Type883 { get; set; } /// /// /// - public global::GitHub.WebhooksMilestone3Creator? Type884 { get; set; } + public global::GitHub.NullableRepositoryWebhooksTemplateRepositoryPermissions? Type884 { get; set; } /// /// /// - public global::GitHub.WebhooksMilestone3State? Type885 { get; set; } + public global::GitHub.NullableRepositoryWebhooksTemplateRepositorySquashMergeCommitTitle? Type885 { get; set; } /// /// /// - public global::GitHub.WebhooksMilestone3CreatorType? Type886 { get; set; } + public global::GitHub.NullableRepositoryWebhooksTemplateRepositorySquashMergeCommitMessage? Type886 { get; set; } /// /// /// - public global::GitHub.WebhooksMembershipUser? Type887 { get; set; } + public global::GitHub.NullableRepositoryWebhooksTemplateRepositoryMergeCommitTitle? Type887 { get; set; } /// /// /// - public global::GitHub.WebhooksMembershipUserType? Type888 { get; set; } + public global::GitHub.NullableRepositoryWebhooksTemplateRepositoryMergeCommitMessage? Type888 { get; set; } /// /// /// - public global::GitHub.PersonalAccessTokenRequestPermissionsAdded? Type889 { get; set; } + public global::GitHub.WebhooksMilestone3Creator? Type889 { get; set; } /// /// /// - public global::GitHub.PersonalAccessTokenRequestPermissionsUpgraded? Type890 { get; set; } + public global::GitHub.WebhooksMilestone3State? Type890 { get; set; } /// /// /// - public global::GitHub.PersonalAccessTokenRequestPermissionsResult? Type891 { get; set; } + public global::GitHub.WebhooksMilestone3CreatorType? Type891 { get; set; } /// /// /// - public global::GitHub.PersonalAccessTokenRequestRepositorySelection? Type892 { get; set; } + public global::GitHub.WebhooksMembershipUser? Type892 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type893 { get; set; } + public global::GitHub.WebhooksMembershipUserType? Type893 { get; set; } /// /// /// - public global::GitHub.WebhooksProjectCardCreator? Type894 { get; set; } + public global::GitHub.PersonalAccessTokenRequestPermissionsAdded? Type894 { get; set; } /// /// /// - public global::GitHub.WebhooksProjectCardCreatorType? Type895 { get; set; } + public global::GitHub.PersonalAccessTokenRequestPermissionsUpgraded? Type895 { get; set; } /// /// /// - public global::GitHub.WebhooksProjectCreator? Type896 { get; set; } + public global::GitHub.PersonalAccessTokenRequestPermissionsResult? Type896 { get; set; } /// /// /// - public global::GitHub.WebhooksProjectState? Type897 { get; set; } + public global::GitHub.PersonalAccessTokenRequestRepositorySelection? Type897 { get; set; } /// /// /// - public global::GitHub.WebhooksProjectCreatorType? Type898 { get; set; } + public global::System.Collections.Generic.IList? Type898 { get; set; } /// /// /// - public global::GitHub.WebhooksProjectChangesArchivedAt? Type899 { get; set; } + public global::GitHub.WebhooksProjectCardCreator? Type899 { get; set; } /// /// /// - public global::GitHub.ProjectsV2ItemContentType? Type900 { get; set; } + public global::GitHub.WebhooksProjectCardCreatorType? Type900 { get; set; } /// /// /// - public global::GitHub.ProjectsV2StatusUpdateStatus? Type901 { get; set; } + public global::GitHub.WebhooksProjectCreator? Type901 { get; set; } /// /// /// - public global::GitHub.PullRequestWebhookVariant2MergeCommitMessage? Type902 { get; set; } + public global::GitHub.WebhooksProjectState? Type902 { get; set; } /// /// /// - public global::GitHub.PullRequestWebhookVariant2MergeCommitTitle? Type903 { get; set; } + public global::GitHub.WebhooksProjectCreatorType? Type903 { get; set; } /// /// /// - public global::GitHub.PullRequestWebhookVariant2SquashMergeCommitMessage? Type904 { get; set; } + public global::GitHub.WebhooksProjectChangesArchivedAt? Type904 { get; set; } /// /// /// - public global::GitHub.PullRequestWebhookVariant2SquashMergeCommitTitle? Type905 { get; set; } + public global::GitHub.ProjectsV2ItemContentType? Type905 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5Links? Type906 { get; set; } + public global::GitHub.ProjectsV2StatusUpdateStatus? Type906 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5ActiveLockReason? Type907 { get; set; } + public global::GitHub.PullRequestWebhookVariant2MergeCommitMessage? Type907 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5Assignee? Type908 { get; set; } + public global::GitHub.PullRequestWebhookVariant2MergeCommitTitle? Type908 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type909 { get; set; } + public global::GitHub.PullRequestWebhookVariant2SquashMergeCommitMessage? Type909 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5AuthorAssociation? Type910 { get; set; } + public global::GitHub.PullRequestWebhookVariant2SquashMergeCommitTitle? Type910 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5AutoMerge? Type911 { get; set; } + public global::GitHub.WebhooksPullRequest5Links? Type911 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5Base? Type912 { get; set; } + public global::GitHub.WebhooksPullRequest5ActiveLockReason? Type912 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5Head? Type913 { get; set; } + public global::GitHub.WebhooksPullRequest5Assignee? Type913 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type914 { get; set; } + public global::System.Collections.Generic.IList? Type914 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5MergedBy? Type915 { get; set; } + public global::GitHub.WebhooksPullRequest5AuthorAssociation? Type915 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5Milestone? Type916 { get; set; } + public global::GitHub.WebhooksPullRequest5AutoMerge? Type916 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type917 { get; set; } + public global::GitHub.WebhooksPullRequest5Base? Type917 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type918 { get; set; } + public global::GitHub.WebhooksPullRequest5Head? Type918 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5State? Type919 { get; set; } + public global::System.Collections.Generic.IList? Type919 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5User? Type920 { get; set; } + public global::GitHub.WebhooksPullRequest5MergedBy? Type920 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5LinksComments? Type921 { get; set; } + public global::GitHub.WebhooksPullRequest5Milestone? Type921 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5LinksCommits? Type922 { get; set; } + public global::System.Collections.Generic.IList>? Type922 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5LinksHtml? Type923 { get; set; } + public global::System.Collections.Generic.IList? Type923 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5LinksIssue? Type924 { get; set; } + public global::GitHub.WebhooksPullRequest5State? Type924 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5LinksReviewComment? Type925 { get; set; } + public global::GitHub.WebhooksPullRequest5User? Type925 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5LinksReviewComments? Type926 { get; set; } + public global::GitHub.WebhooksPullRequest5LinksComments? Type926 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5LinksSelf? Type927 { get; set; } + public global::GitHub.WebhooksPullRequest5LinksCommits? Type927 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5LinksStatuses? Type928 { get; set; } + public global::GitHub.WebhooksPullRequest5LinksHtml? Type928 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5AssigneeType? Type929 { get; set; } + public global::GitHub.WebhooksPullRequest5LinksIssue? Type929 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5AutoMergeEnabledBy? Type930 { get; set; } + public global::GitHub.WebhooksPullRequest5LinksReviewComment? Type930 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5AutoMergeMergeMethod? Type931 { get; set; } + public global::GitHub.WebhooksPullRequest5LinksReviewComments? Type931 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5AutoMergeEnabledByType? Type932 { get; set; } + public global::GitHub.WebhooksPullRequest5LinksSelf? Type932 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5BaseRepo? Type933 { get; set; } + public global::GitHub.WebhooksPullRequest5LinksStatuses? Type933 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5BaseUser? Type934 { get; set; } + public global::GitHub.WebhooksPullRequest5AssigneeType? Type934 { get; set; } /// /// /// - public global::System.OneOf? Type935 { get; set; } + public global::GitHub.WebhooksPullRequest5AutoMergeEnabledBy? Type935 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5BaseRepoLicense? Type936 { get; set; } + public global::GitHub.WebhooksPullRequest5AutoMergeMergeMethod? Type936 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5BaseRepoMergeCommitMessage? Type937 { get; set; } + public global::GitHub.WebhooksPullRequest5AutoMergeEnabledByType? Type937 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5BaseRepoMergeCommitTitle? Type938 { get; set; } + public global::GitHub.WebhooksPullRequest5BaseRepo? Type938 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5BaseRepoOwner? Type939 { get; set; } + public global::GitHub.WebhooksPullRequest5BaseUser? Type939 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5BaseRepoPermissions? Type940 { get; set; } + public global::System.OneOf? Type940 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5BaseRepoSquashMergeCommitMessage? Type941 { get; set; } + public global::GitHub.WebhooksPullRequest5BaseRepoLicense? Type941 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5BaseRepoSquashMergeCommitTitle? Type942 { get; set; } + public global::GitHub.WebhooksPullRequest5BaseRepoMergeCommitMessage? Type942 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5BaseRepoVisibility? Type943 { get; set; } + public global::GitHub.WebhooksPullRequest5BaseRepoMergeCommitTitle? Type943 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5BaseRepoOwnerType? Type944 { get; set; } + public global::GitHub.WebhooksPullRequest5BaseRepoOwner? Type944 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5BaseUserType? Type945 { get; set; } + public global::GitHub.WebhooksPullRequest5BaseRepoPermissions? Type945 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5HeadRepo? Type946 { get; set; } + public global::GitHub.WebhooksPullRequest5BaseRepoSquashMergeCommitMessage? Type946 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5HeadUser? Type947 { get; set; } + public global::GitHub.WebhooksPullRequest5BaseRepoSquashMergeCommitTitle? Type947 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5HeadRepoLicense? Type948 { get; set; } + public global::GitHub.WebhooksPullRequest5BaseRepoVisibility? Type948 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5HeadRepoMergeCommitMessage? Type949 { get; set; } + public global::GitHub.WebhooksPullRequest5BaseRepoOwnerType? Type949 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5HeadRepoMergeCommitTitle? Type950 { get; set; } + public global::GitHub.WebhooksPullRequest5BaseUserType? Type950 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5HeadRepoOwner? Type951 { get; set; } + public global::GitHub.WebhooksPullRequest5HeadRepo? Type951 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5HeadRepoPermissions? Type952 { get; set; } + public global::GitHub.WebhooksPullRequest5HeadUser? Type952 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5HeadRepoSquashMergeCommitMessage? Type953 { get; set; } + public global::GitHub.WebhooksPullRequest5HeadRepoLicense? Type953 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5HeadRepoSquashMergeCommitTitle? Type954 { get; set; } + public global::GitHub.WebhooksPullRequest5HeadRepoMergeCommitMessage? Type954 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5HeadRepoVisibility? Type955 { get; set; } + public global::GitHub.WebhooksPullRequest5HeadRepoMergeCommitTitle? Type955 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5HeadRepoOwnerType? Type956 { get; set; } + public global::GitHub.WebhooksPullRequest5HeadRepoOwner? Type956 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5HeadUserType? Type957 { get; set; } + public global::GitHub.WebhooksPullRequest5HeadRepoPermissions? Type957 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5MergedByType? Type958 { get; set; } + public global::GitHub.WebhooksPullRequest5HeadRepoSquashMergeCommitMessage? Type958 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5MilestoneCreator? Type959 { get; set; } + public global::GitHub.WebhooksPullRequest5HeadRepoSquashMergeCommitTitle? Type959 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5MilestoneState? Type960 { get; set; } + public global::GitHub.WebhooksPullRequest5HeadRepoVisibility? Type960 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5MilestoneCreatorType? Type961 { get; set; } + public global::GitHub.WebhooksPullRequest5HeadRepoOwnerType? Type961 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5UserType? Type962 { get; set; } + public global::GitHub.WebhooksPullRequest5HeadUserType? Type962 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5AssigneesType? Type963 { get; set; } + public global::GitHub.WebhooksPullRequest5MergedByType? Type963 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5RequestedTeamsParent? Type964 { get; set; } + public global::GitHub.WebhooksPullRequest5MilestoneCreator? Type964 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5RequestedTeamsPrivacy? Type965 { get; set; } + public global::GitHub.WebhooksPullRequest5MilestoneState? Type965 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5RequestedTeamsParentPrivacy? Type966 { get; set; } + public global::GitHub.WebhooksPullRequest5MilestoneCreatorType? Type966 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewCommentLinks? Type967 { get; set; } + public global::GitHub.WebhooksPullRequest5UserType? Type967 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewCommentAuthorAssociation? Type968 { get; set; } + public global::GitHub.WebhooksPullRequest5AssigneesType? Type968 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewCommentReactions? Type969 { get; set; } + public global::GitHub.WebhooksPullRequest5RequestedTeamsParent? Type969 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewCommentSide? Type970 { get; set; } + public global::GitHub.WebhooksPullRequest5RequestedTeamsPrivacy? Type970 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewCommentStartSide? Type971 { get; set; } + public global::GitHub.WebhooksPullRequest5RequestedTeamsParentPrivacy? Type971 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewCommentSubjectType? Type972 { get; set; } + public global::GitHub.WebhooksReviewCommentLinks? Type972 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewCommentUser? Type973 { get; set; } + public global::GitHub.WebhooksReviewCommentAuthorAssociation? Type973 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewCommentLinksHtml? Type974 { get; set; } + public global::GitHub.WebhooksReviewCommentReactions? Type974 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewCommentLinksPullRequest? Type975 { get; set; } + public global::GitHub.WebhooksReviewCommentSide? Type975 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewCommentLinksSelf? Type976 { get; set; } + public global::GitHub.WebhooksReviewCommentStartSide? Type976 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewCommentUserType? Type977 { get; set; } + public global::GitHub.WebhooksReviewCommentSubjectType? Type977 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewLinks? Type978 { get; set; } + public global::GitHub.WebhooksReviewCommentUser? Type978 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewAuthorAssociation? Type979 { get; set; } + public global::GitHub.WebhooksReviewCommentLinksHtml? Type979 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewUser? Type980 { get; set; } + public global::GitHub.WebhooksReviewCommentLinksPullRequest? Type980 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewLinksHtml? Type981 { get; set; } + public global::GitHub.WebhooksReviewCommentLinksSelf? Type981 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewLinksPullRequest? Type982 { get; set; } + public global::GitHub.WebhooksReviewCommentUserType? Type982 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewUserType? Type983 { get; set; } + public global::GitHub.WebhooksReviewLinks? Type983 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type984 { get; set; } + public global::GitHub.WebhooksReviewAuthorAssociation? Type984 { get; set; } /// /// /// - public global::GitHub.WebhooksReleaseAuthor? Type985 { get; set; } + public global::GitHub.WebhooksReviewUser? Type985 { get; set; } /// /// /// - public global::GitHub.WebhooksReleaseReactions? Type986 { get; set; } + public global::GitHub.WebhooksReviewLinksHtml? Type986 { get; set; } /// /// /// - public global::GitHub.WebhooksReleaseAuthorType? Type987 { get; set; } + public global::GitHub.WebhooksReviewLinksPullRequest? Type987 { get; set; } /// /// /// - public global::GitHub.WebhooksReleaseAssetsState? Type988 { get; set; } + public global::GitHub.WebhooksReviewUserType? Type988 { get; set; } /// /// /// - public global::GitHub.WebhooksReleaseAssetsUploader? Type989 { get; set; } + public global::System.Collections.Generic.IList? Type989 { get; set; } /// /// /// - public global::GitHub.WebhooksReleaseAssetsUploaderType? Type990 { get; set; } + public global::GitHub.WebhooksReleaseAuthor? Type990 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type991 { get; set; } + public global::GitHub.WebhooksReleaseReactions? Type991 { get; set; } /// /// /// - public global::GitHub.WebhooksRelease1Author? Type992 { get; set; } + public global::GitHub.WebhooksReleaseAuthorType? Type992 { get; set; } /// /// /// - public global::GitHub.WebhooksRelease1Reactions? Type993 { get; set; } + public global::GitHub.WebhooksReleaseAssetsState? Type993 { get; set; } /// /// /// - public global::GitHub.WebhooksRelease1AuthorType? Type994 { get; set; } + public global::GitHub.WebhooksReleaseAssetsUploader? Type994 { get; set; } /// /// /// - public global::GitHub.WebhooksRelease1AssetsState? Type995 { get; set; } + public global::GitHub.WebhooksReleaseAssetsUploaderType? Type995 { get; set; } /// /// /// - public global::GitHub.WebhooksRelease1AssetsUploader? Type996 { get; set; } + public global::System.Collections.Generic.IList? Type996 { get; set; } /// /// /// - public global::GitHub.WebhooksRelease1AssetsUploaderType? Type997 { get; set; } + public global::GitHub.WebhooksRelease1Author? Type997 { get; set; } /// /// /// - public global::GitHub.WebhooksAlertDismisser? Type998 { get; set; } + public global::GitHub.WebhooksRelease1Reactions? Type998 { get; set; } /// /// /// - public global::GitHub.WebhooksAlertState? Type999 { get; set; } + public global::GitHub.WebhooksRelease1AuthorType? Type999 { get; set; } /// /// /// - public global::GitHub.WebhooksAlertDismisserType? Type1000 { get; set; } + public global::GitHub.WebhooksRelease1AssetsState? Type1000 { get; set; } /// /// /// - public global::GitHub.SecretScanningAlertResolutionWebhook? Type1001 { get; set; } + public global::GitHub.WebhooksRelease1AssetsUploader? Type1001 { get; set; } /// /// /// - public global::GitHub.SecretScanningAlertWebhookValidity? Type1002 { get; set; } + public global::GitHub.WebhooksRelease1AssetsUploaderType? Type1002 { get; set; } /// /// /// - public global::GitHub.WebhooksSecurityAdvisoryCvss? Type1003 { get; set; } + public global::GitHub.WebhooksAlertDismisser? Type1003 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1004 { get; set; } + public global::GitHub.WebhooksAlertState? Type1004 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1005 { get; set; } + public global::GitHub.WebhooksAlertDismisserType? Type1005 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1006 { get; set; } + public global::GitHub.SecretScanningAlertResolutionWebhook? Type1006 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1007 { get; set; } + public global::GitHub.SecretScanningAlertWebhookValidity? Type1007 { get; set; } /// /// /// - public global::GitHub.WebhooksSecurityAdvisoryVulnerabilitiesFirstPatchedVersion? Type1008 { get; set; } + public global::GitHub.WebhooksSecurityAdvisoryCvss? Type1008 { get; set; } /// /// /// - public global::GitHub.WebhooksSecurityAdvisoryVulnerabilitiesPackage? Type1009 { get; set; } + public global::System.Collections.Generic.IList? Type1009 { get; set; } /// /// /// - public global::GitHub.WebhooksSponsorshipMaintainer? Type1010 { get; set; } + public global::System.Collections.Generic.IList? Type1010 { get; set; } /// /// /// - public global::GitHub.WebhooksSponsorshipSponsor? Type1011 { get; set; } + public global::System.Collections.Generic.IList? Type1011 { get; set; } /// /// /// - public global::GitHub.WebhooksSponsorshipSponsorable? Type1012 { get; set; } + public global::System.Collections.Generic.IList? Type1012 { get; set; } /// /// /// - public global::GitHub.WebhooksSponsorshipTier? Type1013 { get; set; } + public global::GitHub.WebhooksSecurityAdvisoryVulnerabilitiesFirstPatchedVersion? Type1013 { get; set; } /// /// /// - public global::GitHub.WebhooksSponsorshipSponsorType? Type1014 { get; set; } + public global::GitHub.WebhooksSecurityAdvisoryVulnerabilitiesPackage? Type1014 { get; set; } /// /// /// - public global::GitHub.WebhooksSponsorshipSponsorableType? Type1015 { get; set; } + public global::GitHub.WebhooksSponsorshipMaintainer? Type1015 { get; set; } /// /// /// - public global::GitHub.WebhooksChanges8Tier? Type1016 { get; set; } + public global::GitHub.WebhooksSponsorshipSponsor? Type1016 { get; set; } /// /// /// - public global::GitHub.WebhooksChanges8TierFrom? Type1017 { get; set; } + public global::GitHub.WebhooksSponsorshipSponsorable? Type1017 { get; set; } /// /// /// - public global::GitHub.WebhooksTeam1Parent? Type1018 { get; set; } + public global::GitHub.WebhooksSponsorshipTier? Type1018 { get; set; } /// /// /// - public global::GitHub.WebhooksTeam1Privacy? Type1019 { get; set; } + public global::GitHub.WebhooksSponsorshipSponsorType? Type1019 { get; set; } /// /// /// - public global::GitHub.WebhooksTeam1NotificationSetting? Type1020 { get; set; } + public global::GitHub.WebhooksSponsorshipSponsorableType? Type1020 { get; set; } /// /// /// - public global::GitHub.WebhooksTeam1ParentPrivacy? Type1021 { get; set; } + public global::GitHub.WebhooksChanges8Tier? Type1021 { get; set; } /// /// /// - public global::GitHub.WebhooksTeam1ParentNotificationSetting? Type1022 { get; set; } + public global::GitHub.WebhooksChanges8TierFrom? Type1022 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionConfigurationDisabledAction? Type1023 { get; set; } + public global::GitHub.WebhooksTeam1Parent? Type1023 { get; set; } /// /// /// - public global::GitHub.EnterpriseWebhooks? Type1024 { get; set; } + public global::GitHub.WebhooksTeam1Privacy? Type1024 { get; set; } /// /// /// - public global::GitHub.SimpleInstallation? Type1025 { get; set; } + public global::GitHub.WebhooksTeam1NotificationSetting? Type1025 { get; set; } /// /// /// - public global::GitHub.OrganizationSimpleWebhooks? Type1026 { get; set; } + public global::GitHub.WebhooksTeam1ParentPrivacy? Type1026 { get; set; } /// /// /// - public global::GitHub.RepositoryWebhooks? Type1027 { get; set; } + public global::GitHub.WebhooksTeam1ParentNotificationSetting? Type1027 { get; set; } /// /// /// - public global::GitHub.SimpleUserWebhooks? Type1028 { get; set; } + public global::GitHub.WebhookBranchProtectionConfigurationDisabledAction? Type1028 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionConfigurationEnabledAction? Type1029 { get; set; } + public global::GitHub.EnterpriseWebhooks? Type1029 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleCreatedAction? Type1030 { get; set; } + public global::GitHub.SimpleInstallation? Type1030 { get; set; } /// /// /// - public global::GitHub.WebhooksRule? Type1031 { get; set; } + public global::GitHub.OrganizationSimpleWebhooks? Type1031 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleDeletedAction? Type1032 { get; set; } + public global::GitHub.RepositoryWebhooks? Type1032 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedAction? Type1033 { get; set; } + public global::GitHub.SimpleUserWebhooks? Type1033 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedChanges? Type1034 { get; set; } + public global::GitHub.WebhookBranchProtectionConfigurationEnabledAction? Type1034 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedChangesAdminEnforced? Type1035 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleCreatedAction? Type1035 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedChangesAuthorizedActorNames? Type1036 { get; set; } + public global::GitHub.WebhooksRule? Type1036 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedChangesAuthorizedActorsOnly? Type1037 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleDeletedAction? Type1037 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedChangesAuthorizedDismissalActorsOnly? Type1038 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedAction? Type1038 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedChangesLinearHistoryRequirementEnforcementLevel? Type1039 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedChanges? Type1039 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedChangesLockBranchEnforcementLevel? Type1040 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedChangesAdminEnforced? Type1040 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedChangesLockAllowsForkSync? Type1041 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedChangesAuthorizedActorNames? Type1041 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedChangesPullRequestReviewsEnforcementLevel? Type1042 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedChangesAuthorizedActorsOnly? Type1042 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedChangesRequireLastPushApproval? Type1043 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedChangesAuthorizedDismissalActorsOnly? Type1043 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedChangesRequiredStatusChecks? Type1044 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedChangesLinearHistoryRequirementEnforcementLevel? Type1044 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedChangesRequiredStatusChecksEnforcementLevel? Type1045 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedChangesLockBranchEnforcementLevel? Type1045 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedChangesLinearHistoryRequirementEnforcementLevelFrom? Type1046 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedChangesLockAllowsForkSync? Type1046 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedChangesLockBranchEnforcementLevelFrom? Type1047 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedChangesPullRequestReviewsEnforcementLevel? Type1047 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedChangesPullRequestReviewsEnforcementLevelFrom? Type1048 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedChangesRequireLastPushApproval? Type1048 { get; set; } /// /// /// - public global::GitHub.WebhookBranchProtectionRuleEditedChangesRequiredStatusChecksEnforcementLevelFrom? Type1049 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedChangesRequiredStatusChecks? Type1049 { get; set; } /// /// /// - public global::GitHub.WebhookCheckRunCompletedAction? Type1050 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedChangesRequiredStatusChecksEnforcementLevel? Type1050 { get; set; } /// /// /// - public global::GitHub.CheckRunWithSimpleCheckSuite? Type1051 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedChangesLinearHistoryRequirementEnforcementLevelFrom? Type1051 { get; set; } /// /// /// - public global::GitHub.WebhookCheckRunCreatedAction? Type1052 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedChangesLockBranchEnforcementLevelFrom? Type1052 { get; set; } /// /// /// - public global::GitHub.WebhookCheckRunRequestedActionAction? Type1053 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedChangesPullRequestReviewsEnforcementLevelFrom? Type1053 { get; set; } /// /// /// - public global::GitHub.WebhookCheckRunRequestedActionRequestedAction? Type1054 { get; set; } + public global::GitHub.WebhookBranchProtectionRuleEditedChangesRequiredStatusChecksEnforcementLevelFrom? Type1054 { get; set; } /// /// /// - public global::GitHub.WebhookCheckRunRerequestedAction? Type1055 { get; set; } + public global::GitHub.WebhookCheckRunCompletedAction? Type1055 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedAction? Type1056 { get; set; } + public global::GitHub.CheckRunWithSimpleCheckSuite? Type1056 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuite? Type1057 { get; set; } + public global::GitHub.WebhookCheckRunCreatedAction? Type1057 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteApp? Type1058 { get; set; } + public global::GitHub.WebhookCheckRunRequestedActionAction? Type1058 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteConclusion? Type1059 { get; set; } + public global::GitHub.WebhookCheckRunRequestedActionRequestedAction? Type1059 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteHeadCommit? Type1060 { get; set; } + public global::GitHub.WebhookCheckRunRerequestedAction? Type1060 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1061 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedAction? Type1061 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteStatus? Type1062 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuite? Type1062 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1063 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteApp? Type1063 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppOwner? Type1064 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteConclusion? Type1064 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissions? Type1065 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteHeadCommit? Type1065 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppOwnerType? Type1066 { get; set; } + public global::System.Collections.Generic.IList? Type1066 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsActions? Type1067 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteStatus? Type1067 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsAdministration? Type1068 { get; set; } + public global::System.Collections.Generic.IList? Type1068 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsChecks? Type1069 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppOwner? Type1069 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsContentReferences? Type1070 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissions? Type1070 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsContents? Type1071 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppOwnerType? Type1071 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsDeployments? Type1072 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsActions? Type1072 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsDiscussions? Type1073 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsAdministration? Type1073 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsEmails? Type1074 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsChecks? Type1074 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsEnvironments? Type1075 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsContentReferences? Type1075 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsIssues? Type1076 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsContents? Type1076 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsKeys? Type1077 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsDeployments? Type1077 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsMembers? Type1078 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsDiscussions? Type1078 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsMetadata? Type1079 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsEmails? Type1079 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsOrganizationAdministration? Type1080 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsEnvironments? Type1080 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsOrganizationHooks? Type1081 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsIssues? Type1081 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsOrganizationPackages? Type1082 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsKeys? Type1082 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsOrganizationPlan? Type1083 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsMembers? Type1083 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsOrganizationProjects? Type1084 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsMetadata? Type1084 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsOrganizationSecrets? Type1085 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsOrganizationAdministration? Type1085 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsOrganizationSelfHostedRunners? Type1086 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsOrganizationHooks? Type1086 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsOrganizationUserBlocking? Type1087 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsOrganizationPackages? Type1087 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsPackages? Type1088 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsOrganizationPlan? Type1088 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsPages? Type1089 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsOrganizationProjects? Type1089 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsPullRequests? Type1090 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsOrganizationSecrets? Type1090 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsRepositoryHooks? Type1091 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsOrganizationSelfHostedRunners? Type1091 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsRepositoryProjects? Type1092 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsOrganizationUserBlocking? Type1092 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsSecretScanningAlerts? Type1093 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsPackages? Type1093 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsSecrets? Type1094 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsPages? Type1094 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsSecurityEvents? Type1095 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsPullRequests? Type1095 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsSecurityScanningAlert? Type1096 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsRepositoryHooks? Type1096 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsSingleFile? Type1097 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsRepositoryProjects? Type1097 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsStatuses? Type1098 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsSecretScanningAlerts? Type1098 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsTeamDiscussions? Type1099 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsSecrets? Type1099 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsVulnerabilityAlerts? Type1100 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsSecurityEvents? Type1100 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsWorkflows? Type1101 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsSecurityScanningAlert? Type1101 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteHeadCommitAuthor? Type1102 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsSingleFile? Type1102 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteHeadCommitCommitter? Type1103 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsStatuses? Type1103 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuitePullRequestsBase? Type1104 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsTeamDiscussions? Type1104 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuitePullRequestsHead? Type1105 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsVulnerabilityAlerts? Type1105 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuitePullRequestsBaseRepo? Type1106 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteAppPermissionsWorkflows? Type1106 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteCompletedCheckSuitePullRequestsHeadRepo? Type1107 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteHeadCommitAuthor? Type1107 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedAction? Type1108 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuiteHeadCommitCommitter? Type1108 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuite? Type1109 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuitePullRequestsBase? Type1109 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteApp? Type1110 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuitePullRequestsHead? Type1110 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteConclusion? Type1111 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuitePullRequestsBaseRepo? Type1111 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteHeadCommit? Type1112 { get; set; } + public global::GitHub.WebhookCheckSuiteCompletedCheckSuitePullRequestsHeadRepo? Type1112 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1113 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedAction? Type1113 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteStatus? Type1114 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuite? Type1114 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1115 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteApp? Type1115 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppOwner? Type1116 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteConclusion? Type1116 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissions? Type1117 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteHeadCommit? Type1117 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppOwnerType? Type1118 { get; set; } + public global::System.Collections.Generic.IList? Type1118 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsActions? Type1119 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteStatus? Type1119 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsAdministration? Type1120 { get; set; } + public global::System.Collections.Generic.IList? Type1120 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsChecks? Type1121 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppOwner? Type1121 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsContentReferences? Type1122 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissions? Type1122 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsContents? Type1123 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppOwnerType? Type1123 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsDeployments? Type1124 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsActions? Type1124 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsDiscussions? Type1125 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsAdministration? Type1125 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsEmails? Type1126 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsChecks? Type1126 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsEnvironments? Type1127 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsContentReferences? Type1127 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsIssues? Type1128 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsContents? Type1128 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsKeys? Type1129 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsDeployments? Type1129 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsMembers? Type1130 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsDiscussions? Type1130 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsMetadata? Type1131 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsEmails? Type1131 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsOrganizationAdministration? Type1132 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsEnvironments? Type1132 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsOrganizationHooks? Type1133 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsIssues? Type1133 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsOrganizationPackages? Type1134 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsKeys? Type1134 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsOrganizationPlan? Type1135 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsMembers? Type1135 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsOrganizationProjects? Type1136 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsMetadata? Type1136 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsOrganizationSecrets? Type1137 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsOrganizationAdministration? Type1137 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsOrganizationSelfHostedRunners? Type1138 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsOrganizationHooks? Type1138 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsOrganizationUserBlocking? Type1139 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsOrganizationPackages? Type1139 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsPackages? Type1140 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsOrganizationPlan? Type1140 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsPages? Type1141 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsOrganizationProjects? Type1141 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsPullRequests? Type1142 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsOrganizationSecrets? Type1142 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsRepositoryHooks? Type1143 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsOrganizationSelfHostedRunners? Type1143 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsRepositoryProjects? Type1144 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsOrganizationUserBlocking? Type1144 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsSecretScanningAlerts? Type1145 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsPackages? Type1145 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsSecrets? Type1146 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsPages? Type1146 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsSecurityEvents? Type1147 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsPullRequests? Type1147 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsSecurityScanningAlert? Type1148 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsRepositoryHooks? Type1148 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsSingleFile? Type1149 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsRepositoryProjects? Type1149 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsStatuses? Type1150 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsSecretScanningAlerts? Type1150 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsTeamDiscussions? Type1151 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsSecrets? Type1151 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsVulnerabilityAlerts? Type1152 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsSecurityEvents? Type1152 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsWorkflows? Type1153 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsSecurityScanningAlert? Type1153 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteHeadCommitAuthor? Type1154 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsSingleFile? Type1154 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteHeadCommitCommitter? Type1155 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsStatuses? Type1155 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuitePullRequestsBase? Type1156 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsTeamDiscussions? Type1156 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuitePullRequestsHead? Type1157 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsVulnerabilityAlerts? Type1157 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuitePullRequestsBaseRepo? Type1158 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteAppPermissionsWorkflows? Type1158 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRequestedCheckSuitePullRequestsHeadRepo? Type1159 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteHeadCommitAuthor? Type1159 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedAction? Type1160 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuiteHeadCommitCommitter? Type1160 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuite? Type1161 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuitePullRequestsBase? Type1161 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteApp? Type1162 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuitePullRequestsHead? Type1162 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteConclusion? Type1163 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuitePullRequestsBaseRepo? Type1163 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteHeadCommit? Type1164 { get; set; } + public global::GitHub.WebhookCheckSuiteRequestedCheckSuitePullRequestsHeadRepo? Type1164 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1165 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedAction? Type1165 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteStatus? Type1166 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuite? Type1166 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1167 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteApp? Type1167 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppOwner? Type1168 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteConclusion? Type1168 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissions? Type1169 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteHeadCommit? Type1169 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppOwnerType? Type1170 { get; set; } + public global::System.Collections.Generic.IList? Type1170 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsActions? Type1171 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteStatus? Type1171 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsAdministration? Type1172 { get; set; } + public global::System.Collections.Generic.IList? Type1172 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsChecks? Type1173 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppOwner? Type1173 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsContentReferences? Type1174 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissions? Type1174 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsContents? Type1175 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppOwnerType? Type1175 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsDeployments? Type1176 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsActions? Type1176 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsDiscussions? Type1177 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsAdministration? Type1177 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsEmails? Type1178 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsChecks? Type1178 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsEnvironments? Type1179 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsContentReferences? Type1179 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsIssues? Type1180 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsContents? Type1180 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsKeys? Type1181 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsDeployments? Type1181 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsMembers? Type1182 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsDiscussions? Type1182 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsMetadata? Type1183 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsEmails? Type1183 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsOrganizationAdministration? Type1184 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsEnvironments? Type1184 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsOrganizationHooks? Type1185 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsIssues? Type1185 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsOrganizationPackages? Type1186 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsKeys? Type1186 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsOrganizationPlan? Type1187 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsMembers? Type1187 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsOrganizationProjects? Type1188 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsMetadata? Type1188 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsOrganizationSecrets? Type1189 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsOrganizationAdministration? Type1189 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsOrganizationSelfHostedRunners? Type1190 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsOrganizationHooks? Type1190 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsOrganizationUserBlocking? Type1191 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsOrganizationPackages? Type1191 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsPackages? Type1192 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsOrganizationPlan? Type1192 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsPages? Type1193 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsOrganizationProjects? Type1193 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsPullRequests? Type1194 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsOrganizationSecrets? Type1194 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsRepositoryHooks? Type1195 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsOrganizationSelfHostedRunners? Type1195 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsRepositoryProjects? Type1196 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsOrganizationUserBlocking? Type1196 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsSecretScanningAlerts? Type1197 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsPackages? Type1197 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsSecrets? Type1198 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsPages? Type1198 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsSecurityEvents? Type1199 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsPullRequests? Type1199 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsSecurityScanningAlert? Type1200 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsRepositoryHooks? Type1200 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsSingleFile? Type1201 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsRepositoryProjects? Type1201 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsStatuses? Type1202 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsSecretScanningAlerts? Type1202 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsTeamDiscussions? Type1203 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsSecrets? Type1203 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsVulnerabilityAlerts? Type1204 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsSecurityEvents? Type1204 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsWorkflows? Type1205 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsSecurityScanningAlert? Type1205 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteHeadCommitAuthor? Type1206 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsSingleFile? Type1206 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteHeadCommitCommitter? Type1207 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsStatuses? Type1207 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuitePullRequestsBase? Type1208 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsTeamDiscussions? Type1208 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuitePullRequestsHead? Type1209 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsVulnerabilityAlerts? Type1209 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuitePullRequestsBaseRepo? Type1210 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteAppPermissionsWorkflows? Type1210 { get; set; } /// /// /// - public global::GitHub.WebhookCheckSuiteRerequestedCheckSuitePullRequestsHeadRepo? Type1211 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteHeadCommitAuthor? Type1211 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAction? Type1212 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuiteHeadCommitCommitter? Type1212 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlert? Type1213 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuitePullRequestsBase? Type1213 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertDismissedBy? Type1214 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuitePullRequestsHead? Type1214 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertDismissedReason? Type1215 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuitePullRequestsBaseRepo? Type1215 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertMostRecentInstance? Type1216 { get; set; } + public global::GitHub.WebhookCheckSuiteRerequestedCheckSuitePullRequestsHeadRepo? Type1216 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertRule? Type1217 { get; set; } + public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAction? Type1217 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertState? Type1218 { get; set; } + public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlert? Type1218 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertTool? Type1219 { get; set; } + public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertDismissedBy? Type1219 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertDismissedByType? Type1220 { get; set; } + public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertDismissedReason? Type1220 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertMostRecentInstanceLocation? Type1221 { get; set; } + public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertMostRecentInstance? Type1221 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertMostRecentInstanceMessage? Type1222 { get; set; } + public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertRule? Type1222 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertMostRecentInstanceState? Type1223 { get; set; } + public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertState? Type1223 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertRuleSeverity? Type1224 { get; set; } + public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertTool? Type1224 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertClosedByUserAction? Type1225 { get; set; } + public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertDismissedByType? Type1225 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertClosedByUserAlert? Type1226 { get; set; } + public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertMostRecentInstanceLocation? Type1226 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertDismissedBy? Type1227 { get; set; } + public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertMostRecentInstanceMessage? Type1227 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertDismissedReason? Type1228 { get; set; } + public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertMostRecentInstanceState? Type1228 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertMostRecentInstance? Type1229 { get; set; } + public global::GitHub.WebhookCodeScanningAlertAppearedInBranchAlertRuleSeverity? Type1229 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertRule? Type1230 { get; set; } + public global::GitHub.WebhookCodeScanningAlertClosedByUserAction? Type1230 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertState? Type1231 { get; set; } + public global::GitHub.WebhookCodeScanningAlertClosedByUserAlert? Type1231 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertTool? Type1232 { get; set; } + public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertDismissedBy? Type1232 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertDismissedByType? Type1233 { get; set; } + public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertDismissedReason? Type1233 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertMostRecentInstanceLocation? Type1234 { get; set; } + public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertMostRecentInstance? Type1234 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertMostRecentInstanceMessage? Type1235 { get; set; } + public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertRule? Type1235 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertMostRecentInstanceState? Type1236 { get; set; } + public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertState? Type1236 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertRuleSeverity? Type1237 { get; set; } + public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertTool? Type1237 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertCreatedAction? Type1238 { get; set; } + public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertDismissedByType? Type1238 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertCreatedAlert? Type1239 { get; set; } + public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertMostRecentInstanceLocation? Type1239 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertCreatedAlertMostRecentInstance? Type1240 { get; set; } + public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertMostRecentInstanceMessage? Type1240 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertCreatedAlertRule? Type1241 { get; set; } + public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertMostRecentInstanceState? Type1241 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertCreatedAlertState? Type1242 { get; set; } + public global::GitHub.WebhookCodeScanningAlertClosedByUserAlertRuleSeverity? Type1242 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertCreatedAlertTool? Type1243 { get; set; } + public global::GitHub.WebhookCodeScanningAlertCreatedAction? Type1243 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertCreatedAlertMostRecentInstanceLocation? Type1244 { get; set; } + public global::GitHub.WebhookCodeScanningAlertCreatedAlert? Type1244 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertCreatedAlertMostRecentInstanceMessage? Type1245 { get; set; } + public global::GitHub.WebhookCodeScanningAlertCreatedAlertMostRecentInstance? Type1245 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertCreatedAlertMostRecentInstanceState? Type1246 { get; set; } + public global::GitHub.WebhookCodeScanningAlertCreatedAlertRule? Type1246 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertCreatedAlertRuleSeverity? Type1247 { get; set; } + public global::GitHub.WebhookCodeScanningAlertCreatedAlertState? Type1247 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertFixedAction? Type1248 { get; set; } + public global::GitHub.WebhookCodeScanningAlertCreatedAlertTool? Type1248 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertFixedAlert? Type1249 { get; set; } + public global::GitHub.WebhookCodeScanningAlertCreatedAlertMostRecentInstanceLocation? Type1249 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertFixedAlertDismissedBy? Type1250 { get; set; } + public global::GitHub.WebhookCodeScanningAlertCreatedAlertMostRecentInstanceMessage? Type1250 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertFixedAlertDismissedReason? Type1251 { get; set; } + public global::GitHub.WebhookCodeScanningAlertCreatedAlertMostRecentInstanceState? Type1251 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertFixedAlertMostRecentInstance? Type1252 { get; set; } + public global::GitHub.WebhookCodeScanningAlertCreatedAlertRuleSeverity? Type1252 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertFixedAlertRule? Type1253 { get; set; } + public global::GitHub.WebhookCodeScanningAlertFixedAction? Type1253 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertFixedAlertState? Type1254 { get; set; } + public global::GitHub.WebhookCodeScanningAlertFixedAlert? Type1254 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertFixedAlertTool? Type1255 { get; set; } + public global::GitHub.WebhookCodeScanningAlertFixedAlertDismissedBy? Type1255 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertFixedAlertDismissedByType? Type1256 { get; set; } + public global::GitHub.WebhookCodeScanningAlertFixedAlertDismissedReason? Type1256 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertFixedAlertMostRecentInstanceLocation? Type1257 { get; set; } + public global::GitHub.WebhookCodeScanningAlertFixedAlertMostRecentInstance? Type1257 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertFixedAlertMostRecentInstanceMessage? Type1258 { get; set; } + public global::GitHub.WebhookCodeScanningAlertFixedAlertRule? Type1258 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertFixedAlertMostRecentInstanceState? Type1259 { get; set; } + public global::GitHub.WebhookCodeScanningAlertFixedAlertState? Type1259 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertFixedAlertRuleSeverity? Type1260 { get; set; } + public global::GitHub.WebhookCodeScanningAlertFixedAlertTool? Type1260 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedAction? Type1261 { get; set; } + public global::GitHub.WebhookCodeScanningAlertFixedAlertDismissedByType? Type1261 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedAlert? Type1262 { get; set; } + public global::GitHub.WebhookCodeScanningAlertFixedAlertMostRecentInstanceLocation? Type1262 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedAlertMostRecentInstance? Type1263 { get; set; } + public global::GitHub.WebhookCodeScanningAlertFixedAlertMostRecentInstanceMessage? Type1263 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedAlertRule? Type1264 { get; set; } + public global::GitHub.WebhookCodeScanningAlertFixedAlertMostRecentInstanceState? Type1264 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedAlertState? Type1265 { get; set; } + public global::GitHub.WebhookCodeScanningAlertFixedAlertRuleSeverity? Type1265 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedAlertTool? Type1266 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedAction? Type1266 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedAlertMostRecentInstanceLocation? Type1267 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedAlert? Type1267 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedAlertMostRecentInstanceMessage? Type1268 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedAlertMostRecentInstance? Type1268 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedAlertMostRecentInstanceState? Type1269 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedAlertRule? Type1269 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedAlertRuleSeverity? Type1270 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedAlertState? Type1270 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedByUserAction? Type1271 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedAlertTool? Type1271 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlert? Type1272 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedAlertMostRecentInstanceLocation? Type1272 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlertMostRecentInstance? Type1273 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedAlertMostRecentInstanceMessage? Type1273 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlertRule? Type1274 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedAlertMostRecentInstanceState? Type1274 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlertState? Type1275 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedAlertRuleSeverity? Type1275 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlertTool? Type1276 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedByUserAction? Type1276 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlertMostRecentInstanceLocation? Type1277 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlert? Type1277 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlertMostRecentInstanceMessage? Type1278 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlertMostRecentInstance? Type1278 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlertMostRecentInstanceState? Type1279 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlertRule? Type1279 { get; set; } /// /// /// - public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlertRuleSeverity? Type1280 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlertState? Type1280 { get; set; } /// /// /// - public global::GitHub.WebhookCommitCommentCreatedAction? Type1281 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlertTool? Type1281 { get; set; } /// /// /// - public global::GitHub.WebhookCommitCommentCreatedComment? Type1282 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlertMostRecentInstanceLocation? Type1282 { get; set; } /// /// /// - public global::GitHub.WebhookCommitCommentCreatedCommentAuthorAssociation? Type1283 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlertMostRecentInstanceMessage? Type1283 { get; set; } /// /// /// - public global::GitHub.WebhookCommitCommentCreatedCommentReactions? Type1284 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlertMostRecentInstanceState? Type1284 { get; set; } /// /// /// - public global::GitHub.WebhookCommitCommentCreatedCommentUser? Type1285 { get; set; } + public global::GitHub.WebhookCodeScanningAlertReopenedByUserAlertRuleSeverity? Type1285 { get; set; } /// /// /// - public global::GitHub.WebhookCommitCommentCreatedCommentUserType? Type1286 { get; set; } + public global::GitHub.WebhookCommitCommentCreatedAction? Type1286 { get; set; } /// /// /// - public global::GitHub.WebhookCreateRefType? Type1287 { get; set; } + public global::GitHub.WebhookCommitCommentCreatedComment? Type1287 { get; set; } /// /// /// - public global::GitHub.WebhookCustomPropertyCreatedAction? Type1288 { get; set; } + public global::GitHub.WebhookCommitCommentCreatedCommentAuthorAssociation? Type1288 { get; set; } /// /// /// - public global::GitHub.OrgCustomProperty? Type1289 { get; set; } + public global::GitHub.WebhookCommitCommentCreatedCommentReactions? Type1289 { get; set; } /// /// /// - public global::GitHub.WebhookCustomPropertyDeletedAction? Type1290 { get; set; } + public global::GitHub.WebhookCommitCommentCreatedCommentUser? Type1290 { get; set; } /// /// /// - public global::GitHub.WebhookCustomPropertyDeletedDefinition? Type1291 { get; set; } + public global::GitHub.WebhookCommitCommentCreatedCommentUserType? Type1291 { get; set; } /// /// /// - public global::GitHub.WebhookCustomPropertyUpdatedAction? Type1292 { get; set; } + public global::GitHub.WebhookCreateRefType? Type1292 { get; set; } /// /// /// - public global::GitHub.WebhookCustomPropertyValuesUpdatedAction? Type1293 { get; set; } + public global::GitHub.WebhookCustomPropertyCreatedAction? Type1293 { get; set; } /// /// /// - public global::GitHub.WebhookDeleteRefType? Type1294 { get; set; } + public global::GitHub.OrgCustomProperty? Type1294 { get; set; } /// /// /// - public global::GitHub.WebhookDependabotAlertAutoDismissedAction? Type1295 { get; set; } + public global::GitHub.WebhookCustomPropertyDeletedAction? Type1295 { get; set; } /// /// /// - public global::GitHub.DependabotAlert? Type1296 { get; set; } + public global::GitHub.WebhookCustomPropertyDeletedDefinition? Type1296 { get; set; } /// /// /// - public global::GitHub.WebhookDependabotAlertAutoReopenedAction? Type1297 { get; set; } + public global::GitHub.WebhookCustomPropertyUpdatedAction? Type1297 { get; set; } /// /// /// - public global::GitHub.WebhookDependabotAlertCreatedAction? Type1298 { get; set; } + public global::GitHub.WebhookCustomPropertyValuesUpdatedAction? Type1298 { get; set; } /// /// /// - public global::GitHub.WebhookDependabotAlertDismissedAction? Type1299 { get; set; } + public global::GitHub.WebhookDeleteRefType? Type1299 { get; set; } /// /// /// - public global::GitHub.WebhookDependabotAlertFixedAction? Type1300 { get; set; } + public global::GitHub.WebhookDependabotAlertAutoDismissedAction? Type1300 { get; set; } /// /// /// - public global::GitHub.WebhookDependabotAlertReintroducedAction? Type1301 { get; set; } + public global::GitHub.DependabotAlert? Type1301 { get; set; } /// /// /// - public global::GitHub.WebhookDependabotAlertReopenedAction? Type1302 { get; set; } + public global::GitHub.WebhookDependabotAlertAutoReopenedAction? Type1302 { get; set; } /// /// /// - public global::GitHub.WebhookDeployKeyCreatedAction? Type1303 { get; set; } + public global::GitHub.WebhookDependabotAlertCreatedAction? Type1303 { get; set; } /// /// /// - public global::GitHub.WebhooksDeployKey? Type1304 { get; set; } + public global::GitHub.WebhookDependabotAlertDismissedAction? Type1304 { get; set; } /// /// /// - public global::GitHub.WebhookDeployKeyDeletedAction? Type1305 { get; set; } + public global::GitHub.WebhookDependabotAlertFixedAction? Type1305 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedAction? Type1306 { get; set; } + public global::GitHub.WebhookDependabotAlertReintroducedAction? Type1306 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeployment? Type1307 { get; set; } + public global::GitHub.WebhookDependabotAlertReopenedAction? Type1307 { get; set; } /// /// /// - public global::GitHub.WebhooksWorkflow? Type1308 { get; set; } + public global::GitHub.WebhookDeployKeyCreatedAction? Type1308 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedWorkflowRun? Type1309 { get; set; } + public global::GitHub.WebhooksDeployKey? Type1309 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentCreator? Type1310 { get; set; } + public global::GitHub.WebhookDeployKeyDeletedAction? Type1310 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubApp? Type1311 { get; set; } + public global::GitHub.WebhookDeploymentCreatedAction? Type1311 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentCreatorType? Type1312 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeployment? Type1312 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1313 { get; set; } + public global::GitHub.WebhooksWorkflow? Type1313 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppOwner? Type1314 { get; set; } + public global::GitHub.WebhookDeploymentCreatedWorkflowRun? Type1314 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissions? Type1315 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentCreator? Type1315 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppOwnerType? Type1316 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubApp? Type1316 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsActions? Type1317 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentCreatorType? Type1317 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsAdministration? Type1318 { get; set; } + public global::System.Collections.Generic.IList? Type1318 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsChecks? Type1319 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppOwner? Type1319 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsContentReferences? Type1320 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissions? Type1320 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsContents? Type1321 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppOwnerType? Type1321 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsDeployments? Type1322 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsActions? Type1322 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsDiscussions? Type1323 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsAdministration? Type1323 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsEmails? Type1324 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsChecks? Type1324 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsEnvironments? Type1325 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsContentReferences? Type1325 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsIssues? Type1326 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsContents? Type1326 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsKeys? Type1327 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsDeployments? Type1327 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsMembers? Type1328 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsDiscussions? Type1328 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsMetadata? Type1329 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsEmails? Type1329 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationAdministration? Type1330 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsEnvironments? Type1330 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationHooks? Type1331 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsIssues? Type1331 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationPackages? Type1332 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsKeys? Type1332 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationPlan? Type1333 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsMembers? Type1333 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationProjects? Type1334 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsMetadata? Type1334 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationSecrets? Type1335 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationAdministration? Type1335 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1336 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationHooks? Type1336 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1337 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationPackages? Type1337 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsPackages? Type1338 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationPlan? Type1338 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsPages? Type1339 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationProjects? Type1339 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsPullRequests? Type1340 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationSecrets? Type1340 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsRepositoryHooks? Type1341 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1341 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsRepositoryProjects? Type1342 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1342 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsSecretScanningAlerts? Type1343 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsPackages? Type1343 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsSecrets? Type1344 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsPages? Type1344 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsSecurityEvents? Type1345 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsPullRequests? Type1345 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsSecurityScanningAlert? Type1346 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsRepositoryHooks? Type1346 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsSingleFile? Type1347 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsRepositoryProjects? Type1347 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsStatuses? Type1348 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsSecretScanningAlerts? Type1348 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsTeamDiscussions? Type1349 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsSecrets? Type1349 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1350 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsSecurityEvents? Type1350 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsWorkflows? Type1351 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsSecurityScanningAlert? Type1351 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedWorkflowRunActor? Type1352 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsSingleFile? Type1352 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedWorkflowRunConclusion? Type1353 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsStatuses? Type1353 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedWorkflowRunHeadRepository? Type1354 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsTeamDiscussions? Type1354 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1355 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1355 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1356 { get; set; } + public global::GitHub.WebhookDeploymentCreatedDeploymentPerformedViaGithubAppPermissionsWorkflows? Type1356 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedWorkflowRunRepository? Type1357 { get; set; } + public global::GitHub.WebhookDeploymentCreatedWorkflowRunActor? Type1357 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedWorkflowRunStatus? Type1358 { get; set; } + public global::GitHub.WebhookDeploymentCreatedWorkflowRunConclusion? Type1358 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedWorkflowRunTriggeringActor? Type1359 { get; set; } + public global::GitHub.WebhookDeploymentCreatedWorkflowRunHeadRepository? Type1359 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedWorkflowRunActorType? Type1360 { get; set; } + public global::System.Collections.Generic.IList? Type1360 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedWorkflowRunHeadRepositoryOwner? Type1361 { get; set; } + public global::System.Collections.Generic.IList? Type1361 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedWorkflowRunRepositoryOwner? Type1362 { get; set; } + public global::GitHub.WebhookDeploymentCreatedWorkflowRunRepository? Type1362 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedWorkflowRunTriggeringActorType? Type1363 { get; set; } + public global::GitHub.WebhookDeploymentCreatedWorkflowRunStatus? Type1363 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedWorkflowRunPullRequestsBase? Type1364 { get; set; } + public global::GitHub.WebhookDeploymentCreatedWorkflowRunTriggeringActor? Type1364 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedWorkflowRunPullRequestsHead? Type1365 { get; set; } + public global::GitHub.WebhookDeploymentCreatedWorkflowRunActorType? Type1365 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedWorkflowRunPullRequestsBaseRepo? Type1366 { get; set; } + public global::GitHub.WebhookDeploymentCreatedWorkflowRunHeadRepositoryOwner? Type1366 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentCreatedWorkflowRunPullRequestsHeadRepo? Type1367 { get; set; } + public global::GitHub.WebhookDeploymentCreatedWorkflowRunRepositoryOwner? Type1367 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentProtectionRuleRequestedAction? Type1368 { get; set; } + public global::GitHub.WebhookDeploymentCreatedWorkflowRunTriggeringActorType? Type1368 { get; set; } /// /// /// - public global::GitHub.Deployment? Type1369 { get; set; } + public global::GitHub.WebhookDeploymentCreatedWorkflowRunPullRequestsBase? Type1369 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1370 { get; set; } + public global::GitHub.WebhookDeploymentCreatedWorkflowRunPullRequestsHead? Type1370 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedAction? Type1371 { get; set; } + public global::GitHub.WebhookDeploymentCreatedWorkflowRunPullRequestsBaseRepo? Type1371 { get; set; } /// /// /// - public global::GitHub.WebhooksApprover? Type1372 { get; set; } + public global::GitHub.WebhookDeploymentCreatedWorkflowRunPullRequestsHeadRepo? Type1372 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1373 { get; set; } + public global::GitHub.WebhookDeploymentProtectionRuleRequestedAction? Type1373 { get; set; } /// /// /// - public global::GitHub.WebhooksWorkflowJobRun? Type1374 { get; set; } + public global::GitHub.Deployment? Type1374 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1375 { get; set; } + public global::System.Collections.Generic.IList? Type1375 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRun? Type1376 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedAction? Type1376 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunActor? Type1377 { get; set; } + public global::GitHub.WebhooksApprover? Type1377 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunConclusion? Type1378 { get; set; } + public global::System.Collections.Generic.IList? Type1378 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunHeadRepository? Type1379 { get; set; } + public global::GitHub.WebhooksWorkflowJobRun? Type1379 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1380 { get; set; } + public global::System.Collections.Generic.IList? Type1380 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1381 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRun? Type1381 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunRepository? Type1382 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunActor? Type1382 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunStatus? Type1383 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunConclusion? Type1383 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunTriggeringActor? Type1384 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunHeadRepository? Type1384 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunActorType? Type1385 { get; set; } + public global::System.Collections.Generic.IList? Type1385 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunHeadRepositoryOwner? Type1386 { get; set; } + public global::System.Collections.Generic.IList? Type1386 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunRepositoryOwner? Type1387 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunRepository? Type1387 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunTriggeringActorType? Type1388 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunStatus? Type1388 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunPullRequestsBase? Type1389 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunTriggeringActor? Type1389 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunPullRequestsHead? Type1390 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunActorType? Type1390 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunPullRequestsBaseRepo? Type1391 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunHeadRepositoryOwner? Type1391 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunPullRequestsHeadRepo? Type1392 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunRepositoryOwner? Type1392 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedReviewersReviewer? Type1393 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunTriggeringActorType? Type1393 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedReviewersType? Type1394 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunPullRequestsBase? Type1394 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewApprovedReviewersReviewerType? Type1395 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunPullRequestsHead? Type1395 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedAction? Type1396 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunPullRequestsBaseRepo? Type1396 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1397 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedWorkflowRunPullRequestsHeadRepo? Type1397 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1398 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedReviewersReviewer? Type1398 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRun? Type1399 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedReviewersType? Type1399 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunActor? Type1400 { get; set; } + public global::GitHub.WebhookDeploymentReviewApprovedReviewersReviewerType? Type1400 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunConclusion? Type1401 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedAction? Type1401 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunHeadRepository? Type1402 { get; set; } + public global::System.Collections.Generic.IList? Type1402 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1403 { get; set; } + public global::System.Collections.Generic.IList? Type1403 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1404 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRun? Type1404 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunRepository? Type1405 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunActor? Type1405 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunStatus? Type1406 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunConclusion? Type1406 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunTriggeringActor? Type1407 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunHeadRepository? Type1407 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunActorType? Type1408 { get; set; } + public global::System.Collections.Generic.IList? Type1408 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunHeadRepositoryOwner? Type1409 { get; set; } + public global::System.Collections.Generic.IList? Type1409 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunRepositoryOwner? Type1410 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunRepository? Type1410 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunTriggeringActorType? Type1411 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunStatus? Type1411 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunPullRequestsBase? Type1412 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunTriggeringActor? Type1412 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunPullRequestsHead? Type1413 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunActorType? Type1413 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunPullRequestsBaseRepo? Type1414 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunHeadRepositoryOwner? Type1414 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunPullRequestsHeadRepo? Type1415 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunRepositoryOwner? Type1415 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedReviewersReviewer? Type1416 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunTriggeringActorType? Type1416 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedReviewersType? Type1417 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunPullRequestsBase? Type1417 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRejectedReviewersReviewerType? Type1418 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunPullRequestsHead? Type1418 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedAction? Type1419 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunPullRequestsBaseRepo? Type1419 { get; set; } /// /// /// - public global::GitHub.WebhooksUser? Type1420 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedWorkflowRunPullRequestsHeadRepo? Type1420 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1421 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedReviewersReviewer? Type1421 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedWorkflowJobRun? Type1422 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedReviewersType? Type1422 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRun? Type1423 { get; set; } + public global::GitHub.WebhookDeploymentReviewRejectedReviewersReviewerType? Type1423 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunActor? Type1424 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedAction? Type1424 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunConclusion? Type1425 { get; set; } + public global::GitHub.WebhooksUser? Type1425 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunHeadRepository? Type1426 { get; set; } + public global::System.Collections.Generic.IList? Type1426 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1427 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedWorkflowJobRun? Type1427 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1428 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRun? Type1428 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunRepository? Type1429 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunActor? Type1429 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunStatus? Type1430 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunConclusion? Type1430 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunTriggeringActor? Type1431 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunHeadRepository? Type1431 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunActorType? Type1432 { get; set; } + public global::System.Collections.Generic.IList? Type1432 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunHeadRepositoryOwner? Type1433 { get; set; } + public global::System.Collections.Generic.IList? Type1433 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunRepositoryOwner? Type1434 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunRepository? Type1434 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunTriggeringActorType? Type1435 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunStatus? Type1435 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunPullRequestsBase? Type1436 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunTriggeringActor? Type1436 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunPullRequestsHead? Type1437 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunActorType? Type1437 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunPullRequestsBaseRepo? Type1438 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunHeadRepositoryOwner? Type1438 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunPullRequestsHeadRepo? Type1439 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunRepositoryOwner? Type1439 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedReviewersReviewer? Type1440 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunTriggeringActorType? Type1440 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedReviewersType? Type1441 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunPullRequestsBase? Type1441 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentReviewRequestedReviewersReviewerType? Type1442 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunPullRequestsHead? Type1442 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedAction? Type1443 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunPullRequestsBaseRepo? Type1443 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedCheckRun? Type1444 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedWorkflowRunPullRequestsHeadRepo? Type1444 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeployment? Type1445 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedReviewersReviewer? Type1445 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatus? Type1446 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedReviewersType? Type1446 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRun? Type1447 { get; set; } + public global::GitHub.WebhookDeploymentReviewRequestedReviewersReviewerType? Type1447 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedCheckRunConclusion? Type1448 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedAction? Type1448 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedCheckRunStatus? Type1449 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedCheckRun? Type1449 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentCreator? Type1450 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeployment? Type1450 { get; set; } /// /// /// - public global::System.OneOf? Type1451 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatus? Type1451 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubApp? Type1452 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRun? Type1452 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentCreatorType? Type1453 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedCheckRunConclusion? Type1453 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1454 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedCheckRunStatus? Type1454 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppOwner? Type1455 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentCreator? Type1455 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissions? Type1456 { get; set; } + public global::System.OneOf? Type1456 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppOwnerType? Type1457 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubApp? Type1457 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsActions? Type1458 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentCreatorType? Type1458 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsAdministration? Type1459 { get; set; } + public global::System.Collections.Generic.IList? Type1459 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsChecks? Type1460 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppOwner? Type1460 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsContentReferences? Type1461 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissions? Type1461 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsContents? Type1462 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppOwnerType? Type1462 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsDeployments? Type1463 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsActions? Type1463 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsDiscussions? Type1464 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsAdministration? Type1464 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsEmails? Type1465 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsChecks? Type1465 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsEnvironments? Type1466 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsContentReferences? Type1466 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsIssues? Type1467 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsContents? Type1467 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsKeys? Type1468 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsDeployments? Type1468 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsMembers? Type1469 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsDiscussions? Type1469 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsMetadata? Type1470 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsEmails? Type1470 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationAdministration? Type1471 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsEnvironments? Type1471 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationHooks? Type1472 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsIssues? Type1472 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationPackages? Type1473 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsKeys? Type1473 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationPlan? Type1474 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsMembers? Type1474 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationProjects? Type1475 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsMetadata? Type1475 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationSecrets? Type1476 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationAdministration? Type1476 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1477 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationHooks? Type1477 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1478 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationPackages? Type1478 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsPackages? Type1479 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationPlan? Type1479 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsPages? Type1480 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationProjects? Type1480 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsPullRequests? Type1481 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationSecrets? Type1481 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsRepositoryHooks? Type1482 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1482 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsRepositoryProjects? Type1483 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1483 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsSecretScanningAlerts? Type1484 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsPackages? Type1484 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsSecrets? Type1485 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsPages? Type1485 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsSecurityEvents? Type1486 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsPullRequests? Type1486 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsSecurityScanningAlert? Type1487 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsRepositoryHooks? Type1487 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsSingleFile? Type1488 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsRepositoryProjects? Type1488 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsStatuses? Type1489 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsSecretScanningAlerts? Type1489 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsTeamDiscussions? Type1490 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsSecrets? Type1490 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1491 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsSecurityEvents? Type1491 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsWorkflows? Type1492 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsSecurityScanningAlert? Type1492 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusCreator? Type1493 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsSingleFile? Type1493 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubApp? Type1494 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsStatuses? Type1494 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusCreatorType? Type1495 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsTeamDiscussions? Type1495 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1496 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1496 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppOwner? Type1497 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentPerformedViaGithubAppPermissionsWorkflows? Type1497 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissions? Type1498 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusCreator? Type1498 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppOwnerType? Type1499 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubApp? Type1499 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsActions? Type1500 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusCreatorType? Type1500 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsAdministration? Type1501 { get; set; } + public global::System.Collections.Generic.IList? Type1501 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsChecks? Type1502 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppOwner? Type1502 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsContentReferences? Type1503 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissions? Type1503 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsContents? Type1504 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppOwnerType? Type1504 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsDeployments? Type1505 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsActions? Type1505 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsDiscussions? Type1506 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsAdministration? Type1506 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsEmails? Type1507 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsChecks? Type1507 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsEnvironments? Type1508 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsContentReferences? Type1508 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsIssues? Type1509 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsContents? Type1509 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsKeys? Type1510 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsDeployments? Type1510 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsMembers? Type1511 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsDiscussions? Type1511 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsMetadata? Type1512 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsEmails? Type1512 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsOrganizationAdministration? Type1513 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsEnvironments? Type1513 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsOrganizationHooks? Type1514 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsIssues? Type1514 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsOrganizationPackages? Type1515 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsKeys? Type1515 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsOrganizationPlan? Type1516 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsMembers? Type1516 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsOrganizationProjects? Type1517 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsMetadata? Type1517 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsOrganizationSecrets? Type1518 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsOrganizationAdministration? Type1518 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1519 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsOrganizationHooks? Type1519 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1520 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsOrganizationPackages? Type1520 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsPackages? Type1521 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsOrganizationPlan? Type1521 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsPages? Type1522 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsOrganizationProjects? Type1522 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsPullRequests? Type1523 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsOrganizationSecrets? Type1523 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsRepositoryHooks? Type1524 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1524 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsRepositoryProjects? Type1525 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1525 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsSecretScanningAlerts? Type1526 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsPackages? Type1526 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsSecrets? Type1527 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsPages? Type1527 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsSecurityEvents? Type1528 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsPullRequests? Type1528 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsSecurityScanningAlert? Type1529 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsRepositoryHooks? Type1529 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsSingleFile? Type1530 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsRepositoryProjects? Type1530 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsStatuses? Type1531 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsSecretScanningAlerts? Type1531 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsTeamDiscussions? Type1532 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsSecrets? Type1532 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1533 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsSecurityEvents? Type1533 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsWorkflows? Type1534 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsSecurityScanningAlert? Type1534 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunActor? Type1535 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsSingleFile? Type1535 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunConclusion? Type1536 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsStatuses? Type1536 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunHeadRepository? Type1537 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsTeamDiscussions? Type1537 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1538 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1538 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1539 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedDeploymentStatusPerformedViaGithubAppPermissionsWorkflows? Type1539 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunRepository? Type1540 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunActor? Type1540 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunStatus? Type1541 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunConclusion? Type1541 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunTriggeringActor? Type1542 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunHeadRepository? Type1542 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunActorType? Type1543 { get; set; } + public global::System.Collections.Generic.IList? Type1543 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunHeadRepositoryOwner? Type1544 { get; set; } + public global::System.Collections.Generic.IList? Type1544 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunRepositoryOwner? Type1545 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunRepository? Type1545 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunTriggeringActorType? Type1546 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunStatus? Type1546 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunPullRequestsBase? Type1547 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunTriggeringActor? Type1547 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunPullRequestsHead? Type1548 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunActorType? Type1548 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunPullRequestsBaseRepo? Type1549 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunHeadRepositoryOwner? Type1549 { get; set; } /// /// /// - public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunPullRequestsHeadRepo? Type1550 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunRepositoryOwner? Type1550 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionAnsweredAction? Type1551 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunTriggeringActorType? Type1551 { get; set; } /// /// /// - public global::GitHub.WebhooksAnswer? Type1552 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunPullRequestsBase? Type1552 { get; set; } /// /// /// - public global::GitHub.Discussion? Type1553 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunPullRequestsHead? Type1553 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionCategoryChangedAction? Type1554 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunPullRequestsBaseRepo? Type1554 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionCategoryChangedChanges? Type1555 { get; set; } + public global::GitHub.WebhookDeploymentStatusCreatedWorkflowRunPullRequestsHeadRepo? Type1555 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionCategoryChangedChangesCategory? Type1556 { get; set; } + public global::GitHub.WebhookDiscussionAnsweredAction? Type1556 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionCategoryChangedChangesCategoryFrom? Type1557 { get; set; } + public global::GitHub.WebhooksAnswer? Type1557 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionClosedAction? Type1558 { get; set; } + public global::GitHub.Discussion? Type1558 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionCommentCreatedAction? Type1559 { get; set; } + public global::GitHub.WebhookDiscussionCategoryChangedAction? Type1559 { get; set; } /// /// /// - public global::GitHub.WebhooksComment? Type1560 { get; set; } + public global::GitHub.WebhookDiscussionCategoryChangedChanges? Type1560 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionCommentDeletedAction? Type1561 { get; set; } + public global::GitHub.WebhookDiscussionCategoryChangedChangesCategory? Type1561 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionCommentEditedAction? Type1562 { get; set; } + public global::GitHub.WebhookDiscussionCategoryChangedChangesCategoryFrom? Type1562 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionCommentEditedChanges? Type1563 { get; set; } + public global::GitHub.WebhookDiscussionClosedAction? Type1563 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionCommentEditedChangesBody? Type1564 { get; set; } + public global::GitHub.WebhookDiscussionCommentCreatedAction? Type1564 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionCreatedAction? Type1565 { get; set; } + public global::GitHub.WebhooksComment? Type1565 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionDeletedAction? Type1566 { get; set; } + public global::GitHub.WebhookDiscussionCommentDeletedAction? Type1566 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionEditedAction? Type1567 { get; set; } + public global::GitHub.WebhookDiscussionCommentEditedAction? Type1567 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionEditedChanges? Type1568 { get; set; } + public global::GitHub.WebhookDiscussionCommentEditedChanges? Type1568 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionEditedChangesBody? Type1569 { get; set; } + public global::GitHub.WebhookDiscussionCommentEditedChangesBody? Type1569 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionEditedChangesTitle? Type1570 { get; set; } + public global::GitHub.WebhookDiscussionCreatedAction? Type1570 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionLabeledAction? Type1571 { get; set; } + public global::GitHub.WebhookDiscussionDeletedAction? Type1571 { get; set; } /// /// /// - public global::GitHub.WebhooksLabel? Type1572 { get; set; } + public global::GitHub.WebhookDiscussionEditedAction? Type1572 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionLockedAction? Type1573 { get; set; } + public global::GitHub.WebhookDiscussionEditedChanges? Type1573 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionPinnedAction? Type1574 { get; set; } + public global::GitHub.WebhookDiscussionEditedChangesBody? Type1574 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionReopenedAction? Type1575 { get; set; } + public global::GitHub.WebhookDiscussionEditedChangesTitle? Type1575 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionTransferredAction? Type1576 { get; set; } + public global::GitHub.WebhookDiscussionLabeledAction? Type1576 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionTransferredChanges? Type1577 { get; set; } + public global::GitHub.WebhooksLabel? Type1577 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionUnansweredAction? Type1578 { get; set; } + public global::GitHub.WebhookDiscussionLockedAction? Type1578 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionUnlabeledAction? Type1579 { get; set; } + public global::GitHub.WebhookDiscussionPinnedAction? Type1579 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionUnlockedAction? Type1580 { get; set; } + public global::GitHub.WebhookDiscussionReopenedAction? Type1580 { get; set; } /// /// /// - public global::GitHub.WebhookDiscussionUnpinnedAction? Type1581 { get; set; } + public global::GitHub.WebhookDiscussionTransferredAction? Type1581 { get; set; } /// /// /// - public global::System.AllOf? Type1582 { get; set; } + public global::GitHub.WebhookDiscussionTransferredChanges? Type1582 { get; set; } /// /// /// - public global::GitHub.WebhookForkForkeeLicense? Type1583 { get; set; } + public global::GitHub.WebhookDiscussionUnansweredAction? Type1583 { get; set; } /// /// /// - public global::GitHub.WebhookForkForkeeOwner? Type1584 { get; set; } + public global::GitHub.WebhookDiscussionUnlabeledAction? Type1584 { get; set; } /// /// /// - public global::GitHub.WebhookForkForkeePermissions? Type1585 { get; set; } + public global::GitHub.WebhookDiscussionUnlockedAction? Type1585 { get; set; } /// /// /// - public global::GitHub.WebhookForkForkeeVisibility? Type1586 { get; set; } + public global::GitHub.WebhookDiscussionUnpinnedAction? Type1586 { get; set; } /// /// /// - public global::GitHub.WebhookForkForkeeOwnerType? Type1587 { get; set; } + public global::System.AllOf? Type1587 { get; set; } /// /// /// - public global::GitHub.WebhookGithubAppAuthorizationRevokedAction? Type1588 { get; set; } + public global::GitHub.WebhookForkForkeeLicense? Type1588 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1589 { get; set; } + public global::GitHub.WebhookForkForkeeOwner? Type1589 { get; set; } /// /// /// - public global::GitHub.WebhookGollumPagesAction? Type1590 { get; set; } + public global::GitHub.WebhookForkForkeePermissions? Type1590 { get; set; } /// /// /// - public global::GitHub.WebhookInstallationCreatedAction? Type1591 { get; set; } + public global::GitHub.WebhookForkForkeeVisibility? Type1591 { get; set; } /// /// /// - public global::GitHub.Installation? Type1592 { get; set; } + public global::GitHub.WebhookForkForkeeOwnerType? Type1592 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1593 { get; set; } + public global::GitHub.WebhookGithubAppAuthorizationRevokedAction? Type1593 { get; set; } /// /// /// - public global::GitHub.WebhookInstallationDeletedAction? Type1594 { get; set; } + public global::System.Collections.Generic.IList? Type1594 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1595 { get; set; } + public global::GitHub.WebhookGollumPagesAction? Type1595 { get; set; } /// /// /// - public global::GitHub.WebhookInstallationNewPermissionsAcceptedAction? Type1596 { get; set; } + public global::GitHub.WebhookInstallationCreatedAction? Type1596 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1597 { get; set; } + public global::GitHub.Installation? Type1597 { get; set; } /// /// /// - public global::GitHub.WebhookInstallationRepositoriesAddedAction? Type1598 { get; set; } + public global::System.Collections.Generic.IList? Type1598 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1599 { get; set; } + public global::GitHub.WebhookInstallationDeletedAction? Type1599 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1600 { get; set; } + public global::System.Collections.Generic.IList? Type1600 { get; set; } /// /// /// - public global::GitHub.WebhooksRepositorySelection? Type1601 { get; set; } + public global::GitHub.WebhookInstallationNewPermissionsAcceptedAction? Type1601 { get; set; } /// /// /// - public global::GitHub.WebhookInstallationRepositoriesRemovedAction? Type1602 { get; set; } + public global::System.Collections.Generic.IList? Type1602 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1603 { get; set; } + public global::GitHub.WebhookInstallationRepositoriesAddedAction? Type1603 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1604 { get; set; } + public global::System.Collections.Generic.IList? Type1604 { get; set; } /// /// /// - public global::GitHub.WebhookInstallationSuspendAction? Type1605 { get; set; } + public global::System.Collections.Generic.IList? Type1605 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1606 { get; set; } + public global::GitHub.WebhooksRepositorySelection? Type1606 { get; set; } /// /// /// - public global::GitHub.WebhookInstallationTargetRenamedAccount? Type1607 { get; set; } + public global::GitHub.WebhookInstallationRepositoriesRemovedAction? Type1607 { get; set; } /// /// /// - public global::GitHub.WebhookInstallationTargetRenamedAction? Type1608 { get; set; } + public global::System.Collections.Generic.IList? Type1608 { get; set; } /// /// /// - public global::GitHub.WebhookInstallationTargetRenamedChanges? Type1609 { get; set; } + public global::System.Collections.Generic.IList? Type1609 { get; set; } /// /// /// - public global::GitHub.WebhookInstallationTargetRenamedChangesLogin? Type1610 { get; set; } + public global::GitHub.WebhookInstallationSuspendAction? Type1610 { get; set; } /// /// /// - public global::GitHub.WebhookInstallationTargetRenamedChangesSlug? Type1611 { get; set; } + public global::System.Collections.Generic.IList? Type1611 { get; set; } /// /// /// - public global::GitHub.WebhookInstallationUnsuspendAction? Type1612 { get; set; } + public global::GitHub.WebhookInstallationTargetRenamedAccount? Type1612 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1613 { get; set; } + public global::GitHub.WebhookInstallationTargetRenamedAction? Type1613 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedAction? Type1614 { get; set; } + public global::GitHub.WebhookInstallationTargetRenamedChanges? Type1614 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedComment? Type1615 { get; set; } + public global::GitHub.WebhookInstallationTargetRenamedChangesLogin? Type1615 { get; set; } /// /// /// - public global::System.AllOf? Type1616 { get; set; } + public global::GitHub.WebhookInstallationTargetRenamedChangesSlug? Type1616 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedCommentAuthorAssociation? Type1617 { get; set; } + public global::GitHub.WebhookInstallationUnsuspendAction? Type1617 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedCommentReactions? Type1618 { get; set; } + public global::System.Collections.Generic.IList? Type1618 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedCommentUser? Type1619 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedAction? Type1619 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedCommentUserType? Type1620 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedComment? Type1620 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssueActiveLockReason? Type1621 { get; set; } + public global::System.AllOf? Type1621 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssueAssignee? Type1622 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedCommentAuthorAssociation? Type1622 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1623 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedCommentReactions? Type1623 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssueAuthorAssociation? Type1624 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedCommentUser? Type1624 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1625 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedCommentUserType? Type1625 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssueMilestone? Type1626 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssueActiveLockReason? Type1626 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubApp? Type1627 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssueAssignee? Type1627 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePullRequest? Type1628 { get; set; } + public global::System.Collections.Generic.IList? Type1628 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssueReactions? Type1629 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssueAuthorAssociation? Type1629 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssueState? Type1630 { get; set; } + public global::System.Collections.Generic.IList? Type1630 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssueUser? Type1631 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssueMilestone? Type1631 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssueAssigneeType? Type1632 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubApp? Type1632 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssueMilestoneCreator? Type1633 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePullRequest? Type1633 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssueMilestoneState? Type1634 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssueReactions? Type1634 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssueMilestoneCreatorType? Type1635 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssueState? Type1635 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1636 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssueUser? Type1636 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppOwner? Type1637 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssueAssigneeType? Type1637 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissions? Type1638 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssueMilestoneCreator? Type1638 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppOwnerType? Type1639 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssueMilestoneState? Type1639 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsActions? Type1640 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssueMilestoneCreatorType? Type1640 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsAdministration? Type1641 { get; set; } + public global::System.Collections.Generic.IList? Type1641 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsChecks? Type1642 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppOwner? Type1642 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsContentReferences? Type1643 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissions? Type1643 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsContents? Type1644 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppOwnerType? Type1644 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsDeployments? Type1645 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsActions? Type1645 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsDiscussions? Type1646 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsAdministration? Type1646 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsEmails? Type1647 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsChecks? Type1647 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsEnvironments? Type1648 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsContentReferences? Type1648 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsIssues? Type1649 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsContents? Type1649 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsKeys? Type1650 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsDeployments? Type1650 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsMembers? Type1651 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsDiscussions? Type1651 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsMetadata? Type1652 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsEmails? Type1652 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type1653 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsEnvironments? Type1653 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type1654 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsIssues? Type1654 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type1655 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsKeys? Type1655 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type1656 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsMembers? Type1656 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type1657 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsMetadata? Type1657 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type1658 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type1658 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1659 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type1659 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1660 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type1660 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsPackages? Type1661 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type1661 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsPages? Type1662 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type1662 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsPullRequests? Type1663 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type1663 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type1664 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1664 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type1665 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1665 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type1666 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsPackages? Type1666 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsSecrets? Type1667 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsPages? Type1667 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type1668 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsPullRequests? Type1668 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type1669 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type1669 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsSingleFile? Type1670 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type1670 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsStatuses? Type1671 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type1671 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type1672 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsSecrets? Type1672 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1673 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type1673 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsWorkflows? Type1674 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type1674 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssueUserType? Type1675 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsSingleFile? Type1675 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentCreatedIssueAssigneesType? Type1676 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsStatuses? Type1676 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedAction? Type1677 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type1677 { get; set; } /// /// /// - public global::GitHub.WebhooksIssueComment? Type1678 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1678 { get; set; } /// /// /// - public global::System.AllOf? Type1679 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssuePerformedViaGithubAppPermissionsWorkflows? Type1679 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssueActiveLockReason? Type1680 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssueUserType? Type1680 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssueAssignee? Type1681 { get; set; } + public global::GitHub.WebhookIssueCommentCreatedIssueAssigneesType? Type1681 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1682 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedAction? Type1682 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssueAuthorAssociation? Type1683 { get; set; } + public global::GitHub.WebhooksIssueComment? Type1683 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1684 { get; set; } + public global::System.AllOf? Type1684 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssueMilestone? Type1685 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssueActiveLockReason? Type1685 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubApp? Type1686 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssueAssignee? Type1686 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePullRequest? Type1687 { get; set; } + public global::System.Collections.Generic.IList? Type1687 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssueReactions? Type1688 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssueAuthorAssociation? Type1688 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssueState? Type1689 { get; set; } + public global::System.Collections.Generic.IList? Type1689 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssueUser? Type1690 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssueMilestone? Type1690 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssueAssigneeType? Type1691 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubApp? Type1691 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssueMilestoneCreator? Type1692 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePullRequest? Type1692 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssueMilestoneState? Type1693 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssueReactions? Type1693 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssueMilestoneCreatorType? Type1694 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssueState? Type1694 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1695 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssueUser? Type1695 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppOwner? Type1696 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssueAssigneeType? Type1696 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissions? Type1697 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssueMilestoneCreator? Type1697 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppOwnerType? Type1698 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssueMilestoneState? Type1698 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsActions? Type1699 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssueMilestoneCreatorType? Type1699 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsAdministration? Type1700 { get; set; } + public global::System.Collections.Generic.IList? Type1700 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsChecks? Type1701 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppOwner? Type1701 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsContentReferences? Type1702 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissions? Type1702 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsContents? Type1703 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppOwnerType? Type1703 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsDeployments? Type1704 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsActions? Type1704 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsDiscussions? Type1705 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsAdministration? Type1705 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsEmails? Type1706 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsChecks? Type1706 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsEnvironments? Type1707 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsContentReferences? Type1707 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsIssues? Type1708 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsContents? Type1708 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsKeys? Type1709 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsDeployments? Type1709 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsMembers? Type1710 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsDiscussions? Type1710 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsMetadata? Type1711 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsEmails? Type1711 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type1712 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsEnvironments? Type1712 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type1713 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsIssues? Type1713 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type1714 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsKeys? Type1714 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type1715 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsMembers? Type1715 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type1716 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsMetadata? Type1716 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type1717 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type1717 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1718 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type1718 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1719 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type1719 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsPackages? Type1720 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type1720 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsPages? Type1721 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type1721 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsPullRequests? Type1722 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type1722 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type1723 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1723 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type1724 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1724 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type1725 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsPackages? Type1725 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsSecrets? Type1726 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsPages? Type1726 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type1727 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsPullRequests? Type1727 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type1728 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type1728 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsSingleFile? Type1729 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type1729 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsStatuses? Type1730 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type1730 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type1731 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsSecrets? Type1731 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1732 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type1732 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsWorkflows? Type1733 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type1733 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssueUserType? Type1734 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsSingleFile? Type1734 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentDeletedIssueAssigneesType? Type1735 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsStatuses? Type1735 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedAction? Type1736 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type1736 { get; set; } /// /// /// - public global::GitHub.WebhooksChanges? Type1737 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1737 { get; set; } /// /// /// - public global::System.AllOf? Type1738 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssuePerformedViaGithubAppPermissionsWorkflows? Type1738 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssueActiveLockReason? Type1739 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssueUserType? Type1739 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssueAssignee? Type1740 { get; set; } + public global::GitHub.WebhookIssueCommentDeletedIssueAssigneesType? Type1740 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1741 { get; set; } + public global::GitHub.WebhookIssueCommentEditedAction? Type1741 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssueAuthorAssociation? Type1742 { get; set; } + public global::GitHub.WebhooksChanges? Type1742 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1743 { get; set; } + public global::System.AllOf? Type1743 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssueMilestone? Type1744 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssueActiveLockReason? Type1744 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubApp? Type1745 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssueAssignee? Type1745 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePullRequest? Type1746 { get; set; } + public global::System.Collections.Generic.IList? Type1746 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssueReactions? Type1747 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssueAuthorAssociation? Type1747 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssueState? Type1748 { get; set; } + public global::System.Collections.Generic.IList? Type1748 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssueUser? Type1749 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssueMilestone? Type1749 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssueAssigneeType? Type1750 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubApp? Type1750 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssueMilestoneCreator? Type1751 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePullRequest? Type1751 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssueMilestoneState? Type1752 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssueReactions? Type1752 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssueMilestoneCreatorType? Type1753 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssueState? Type1753 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1754 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssueUser? Type1754 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppOwner? Type1755 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssueAssigneeType? Type1755 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissions? Type1756 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssueMilestoneCreator? Type1756 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppOwnerType? Type1757 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssueMilestoneState? Type1757 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsActions? Type1758 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssueMilestoneCreatorType? Type1758 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsAdministration? Type1759 { get; set; } + public global::System.Collections.Generic.IList? Type1759 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsChecks? Type1760 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppOwner? Type1760 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsContentReferences? Type1761 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissions? Type1761 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsContents? Type1762 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppOwnerType? Type1762 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsDeployments? Type1763 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsActions? Type1763 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsDiscussions? Type1764 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsAdministration? Type1764 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsEmails? Type1765 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsChecks? Type1765 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsEnvironments? Type1766 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsContentReferences? Type1766 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsIssues? Type1767 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsContents? Type1767 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsKeys? Type1768 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsDeployments? Type1768 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsMembers? Type1769 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsDiscussions? Type1769 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsMetadata? Type1770 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsEmails? Type1770 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type1771 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsEnvironments? Type1771 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type1772 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsIssues? Type1772 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type1773 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsKeys? Type1773 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type1774 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsMembers? Type1774 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type1775 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsMetadata? Type1775 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type1776 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type1776 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1777 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type1777 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1778 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type1778 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsPackages? Type1779 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type1779 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsPages? Type1780 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type1780 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsPullRequests? Type1781 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type1781 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type1782 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1782 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type1783 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1783 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type1784 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsPackages? Type1784 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsSecrets? Type1785 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsPages? Type1785 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type1786 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsPullRequests? Type1786 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type1787 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type1787 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsSingleFile? Type1788 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type1788 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsStatuses? Type1789 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type1789 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type1790 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsSecrets? Type1790 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1791 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type1791 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsWorkflows? Type1792 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type1792 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssueUserType? Type1793 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsSingleFile? Type1793 { get; set; } /// /// /// - public global::GitHub.WebhookIssueCommentEditedIssueAssigneesType? Type1794 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsStatuses? Type1794 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesAssignedAction? Type1795 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type1795 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue? Type1796 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1796 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedAction? Type1797 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssuePerformedViaGithubAppPermissionsWorkflows? Type1797 { get; set; } /// /// /// - public global::System.AllOf? Type1798 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssueUserType? Type1798 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssueActiveLockReason? Type1799 { get; set; } + public global::GitHub.WebhookIssueCommentEditedIssueAssigneesType? Type1799 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssueAssignee? Type1800 { get; set; } + public global::GitHub.WebhookIssuesAssignedAction? Type1800 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1801 { get; set; } + public global::GitHub.WebhooksIssue? Type1801 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssueAuthorAssociation? Type1802 { get; set; } + public global::GitHub.WebhookIssuesClosedAction? Type1802 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1803 { get; set; } + public global::System.AllOf? Type1803 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssueMilestone? Type1804 { get; set; } + public global::GitHub.WebhookIssuesClosedIssueActiveLockReason? Type1804 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubApp? Type1805 { get; set; } + public global::GitHub.WebhookIssuesClosedIssueAssignee? Type1805 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePullRequest? Type1806 { get; set; } + public global::System.Collections.Generic.IList? Type1806 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssueReactions? Type1807 { get; set; } + public global::GitHub.WebhookIssuesClosedIssueAuthorAssociation? Type1807 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssueState? Type1808 { get; set; } + public global::System.Collections.Generic.IList? Type1808 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssueUser? Type1809 { get; set; } + public global::GitHub.WebhookIssuesClosedIssueMilestone? Type1809 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssueAssigneeType? Type1810 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubApp? Type1810 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssueMilestoneCreator? Type1811 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePullRequest? Type1811 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssueMilestoneState? Type1812 { get; set; } + public global::GitHub.WebhookIssuesClosedIssueReactions? Type1812 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssueMilestoneCreatorType? Type1813 { get; set; } + public global::GitHub.WebhookIssuesClosedIssueState? Type1813 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1814 { get; set; } + public global::GitHub.WebhookIssuesClosedIssueUser? Type1814 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppOwner? Type1815 { get; set; } + public global::GitHub.WebhookIssuesClosedIssueAssigneeType? Type1815 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissions? Type1816 { get; set; } + public global::GitHub.WebhookIssuesClosedIssueMilestoneCreator? Type1816 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppOwnerType? Type1817 { get; set; } + public global::GitHub.WebhookIssuesClosedIssueMilestoneState? Type1817 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsActions? Type1818 { get; set; } + public global::GitHub.WebhookIssuesClosedIssueMilestoneCreatorType? Type1818 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsAdministration? Type1819 { get; set; } + public global::System.Collections.Generic.IList? Type1819 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsChecks? Type1820 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppOwner? Type1820 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsContentReferences? Type1821 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissions? Type1821 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsContents? Type1822 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppOwnerType? Type1822 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsDeployments? Type1823 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsActions? Type1823 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsDiscussions? Type1824 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsAdministration? Type1824 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsEmails? Type1825 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsChecks? Type1825 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsEnvironments? Type1826 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsContentReferences? Type1826 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsIssues? Type1827 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsContents? Type1827 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsKeys? Type1828 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsDeployments? Type1828 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsMembers? Type1829 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsDiscussions? Type1829 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsMetadata? Type1830 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsEmails? Type1830 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type1831 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsEnvironments? Type1831 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type1832 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsIssues? Type1832 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type1833 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsKeys? Type1833 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type1834 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsMembers? Type1834 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type1835 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsMetadata? Type1835 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type1836 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type1836 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1837 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type1837 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1838 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type1838 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsPackages? Type1839 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type1839 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsPages? Type1840 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type1840 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsPullRequests? Type1841 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type1841 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type1842 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1842 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type1843 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1843 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type1844 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsPackages? Type1844 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsSecrets? Type1845 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsPages? Type1845 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type1846 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsPullRequests? Type1846 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type1847 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type1847 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsSingleFile? Type1848 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type1848 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsStatuses? Type1849 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type1849 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type1850 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsSecrets? Type1850 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1851 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type1851 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsWorkflows? Type1852 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type1852 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssueUserType? Type1853 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsSingleFile? Type1853 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesClosedIssueAssigneesType? Type1854 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsStatuses? Type1854 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedAction? Type1855 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type1855 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssue? Type1856 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1856 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssueActiveLockReason? Type1857 { get; set; } + public global::GitHub.WebhookIssuesClosedIssuePerformedViaGithubAppPermissionsWorkflows? Type1857 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssueAssignee? Type1858 { get; set; } + public global::GitHub.WebhookIssuesClosedIssueUserType? Type1858 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1859 { get; set; } + public global::GitHub.WebhookIssuesClosedIssueAssigneesType? Type1859 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssueAuthorAssociation? Type1860 { get; set; } + public global::GitHub.WebhookIssuesDeletedAction? Type1860 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1861 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssue? Type1861 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssueMilestone? Type1862 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssueActiveLockReason? Type1862 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubApp? Type1863 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssueAssignee? Type1863 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePullRequest? Type1864 { get; set; } + public global::System.Collections.Generic.IList? Type1864 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssueReactions? Type1865 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssueAuthorAssociation? Type1865 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssueState? Type1866 { get; set; } + public global::System.Collections.Generic.IList? Type1866 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssueUser? Type1867 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssueMilestone? Type1867 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssueAssigneeType? Type1868 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubApp? Type1868 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssueMilestoneCreator? Type1869 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePullRequest? Type1869 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssueMilestoneState? Type1870 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssueReactions? Type1870 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssueMilestoneCreatorType? Type1871 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssueState? Type1871 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1872 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssueUser? Type1872 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppOwner? Type1873 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssueAssigneeType? Type1873 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissions? Type1874 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssueMilestoneCreator? Type1874 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppOwnerType? Type1875 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssueMilestoneState? Type1875 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsActions? Type1876 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssueMilestoneCreatorType? Type1876 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsAdministration? Type1877 { get; set; } + public global::System.Collections.Generic.IList? Type1877 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsChecks? Type1878 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppOwner? Type1878 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsContentReferences? Type1879 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissions? Type1879 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsContents? Type1880 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppOwnerType? Type1880 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsDeployments? Type1881 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsActions? Type1881 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsDiscussions? Type1882 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsAdministration? Type1882 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsEmails? Type1883 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsChecks? Type1883 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsEnvironments? Type1884 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsContentReferences? Type1884 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsIssues? Type1885 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsContents? Type1885 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsKeys? Type1886 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsDeployments? Type1886 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsMembers? Type1887 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsDiscussions? Type1887 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsMetadata? Type1888 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsEmails? Type1888 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type1889 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsEnvironments? Type1889 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type1890 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsIssues? Type1890 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type1891 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsKeys? Type1891 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type1892 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsMembers? Type1892 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type1893 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsMetadata? Type1893 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type1894 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type1894 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1895 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type1895 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1896 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type1896 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsPackages? Type1897 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type1897 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsPages? Type1898 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type1898 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsPullRequests? Type1899 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type1899 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type1900 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1900 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type1901 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1901 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type1902 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsPackages? Type1902 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsSecrets? Type1903 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsPages? Type1903 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type1904 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsPullRequests? Type1904 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type1905 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type1905 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsSingleFile? Type1906 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type1906 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsStatuses? Type1907 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type1907 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type1908 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsSecrets? Type1908 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1909 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type1909 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsWorkflows? Type1910 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type1910 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssueUserType? Type1911 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsSingleFile? Type1911 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDeletedIssueAssigneesType? Type1912 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsStatuses? Type1912 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedAction? Type1913 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type1913 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssue? Type1914 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1914 { get; set; } /// /// /// - public global::GitHub.WebhooksMilestone? Type1915 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssuePerformedViaGithubAppPermissionsWorkflows? Type1915 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssueActiveLockReason? Type1916 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssueUserType? Type1916 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssueAssignee? Type1917 { get; set; } + public global::GitHub.WebhookIssuesDeletedIssueAssigneesType? Type1917 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1918 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedAction? Type1918 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssueAuthorAssociation? Type1919 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssue? Type1919 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1920 { get; set; } + public global::GitHub.WebhooksMilestone? Type1920 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssueMilestone? Type1921 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssueActiveLockReason? Type1921 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubApp? Type1922 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssueAssignee? Type1922 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePullRequest? Type1923 { get; set; } + public global::System.Collections.Generic.IList? Type1923 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssueReactions? Type1924 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssueAuthorAssociation? Type1924 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssueState? Type1925 { get; set; } + public global::System.Collections.Generic.IList? Type1925 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssueUser? Type1926 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssueMilestone? Type1926 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssueAssigneeType? Type1927 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubApp? Type1927 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssueMilestoneCreator? Type1928 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePullRequest? Type1928 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssueMilestoneState? Type1929 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssueReactions? Type1929 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssueMilestoneCreatorType? Type1930 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssueState? Type1930 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1931 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssueUser? Type1931 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppOwner? Type1932 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssueAssigneeType? Type1932 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissions? Type1933 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssueMilestoneCreator? Type1933 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppOwnerType? Type1934 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssueMilestoneState? Type1934 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsActions? Type1935 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssueMilestoneCreatorType? Type1935 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsAdministration? Type1936 { get; set; } + public global::System.Collections.Generic.IList? Type1936 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsChecks? Type1937 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppOwner? Type1937 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsContentReferences? Type1938 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissions? Type1938 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsContents? Type1939 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppOwnerType? Type1939 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsDeployments? Type1940 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsActions? Type1940 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsDiscussions? Type1941 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsAdministration? Type1941 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsEmails? Type1942 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsChecks? Type1942 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsEnvironments? Type1943 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsContentReferences? Type1943 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsIssues? Type1944 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsContents? Type1944 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsKeys? Type1945 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsDeployments? Type1945 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsMembers? Type1946 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsDiscussions? Type1946 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsMetadata? Type1947 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsEmails? Type1947 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type1948 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsEnvironments? Type1948 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type1949 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsIssues? Type1949 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type1950 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsKeys? Type1950 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type1951 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsMembers? Type1951 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type1952 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsMetadata? Type1952 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type1953 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type1953 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1954 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type1954 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1955 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type1955 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsPackages? Type1956 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type1956 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsPages? Type1957 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type1957 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsPullRequests? Type1958 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type1958 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type1959 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type1959 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type1960 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type1960 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type1961 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsPackages? Type1961 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsSecrets? Type1962 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsPages? Type1962 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type1963 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsPullRequests? Type1963 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type1964 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type1964 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsSingleFile? Type1965 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type1965 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsStatuses? Type1966 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type1966 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type1967 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsSecrets? Type1967 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1968 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type1968 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsWorkflows? Type1969 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type1969 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssueUserType? Type1970 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsSingleFile? Type1970 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesDemilestonedIssueAssigneesType? Type1971 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsStatuses? Type1971 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedAction? Type1972 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type1972 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedChanges? Type1973 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type1973 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssue? Type1974 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssuePerformedViaGithubAppPermissionsWorkflows? Type1974 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedChangesBody? Type1975 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssueUserType? Type1975 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedChangesTitle? Type1976 { get; set; } + public global::GitHub.WebhookIssuesDemilestonedIssueAssigneesType? Type1976 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssueActiveLockReason? Type1977 { get; set; } + public global::GitHub.WebhookIssuesEditedAction? Type1977 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssueAssignee? Type1978 { get; set; } + public global::GitHub.WebhookIssuesEditedChanges? Type1978 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1979 { get; set; } + public global::GitHub.WebhookIssuesEditedIssue? Type1979 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssueAuthorAssociation? Type1980 { get; set; } + public global::GitHub.WebhookIssuesEditedChangesBody? Type1980 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1981 { get; set; } + public global::GitHub.WebhookIssuesEditedChangesTitle? Type1981 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssueMilestone? Type1982 { get; set; } + public global::GitHub.WebhookIssuesEditedIssueActiveLockReason? Type1982 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubApp? Type1983 { get; set; } + public global::GitHub.WebhookIssuesEditedIssueAssignee? Type1983 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePullRequest? Type1984 { get; set; } + public global::System.Collections.Generic.IList? Type1984 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssueReactions? Type1985 { get; set; } + public global::GitHub.WebhookIssuesEditedIssueAuthorAssociation? Type1985 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssueState? Type1986 { get; set; } + public global::System.Collections.Generic.IList? Type1986 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssueUser? Type1987 { get; set; } + public global::GitHub.WebhookIssuesEditedIssueMilestone? Type1987 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssueAssigneeType? Type1988 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubApp? Type1988 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssueMilestoneCreator? Type1989 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePullRequest? Type1989 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssueMilestoneState? Type1990 { get; set; } + public global::GitHub.WebhookIssuesEditedIssueReactions? Type1990 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssueMilestoneCreatorType? Type1991 { get; set; } + public global::GitHub.WebhookIssuesEditedIssueState? Type1991 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1992 { get; set; } + public global::GitHub.WebhookIssuesEditedIssueUser? Type1992 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppOwner? Type1993 { get; set; } + public global::GitHub.WebhookIssuesEditedIssueAssigneeType? Type1993 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissions? Type1994 { get; set; } + public global::GitHub.WebhookIssuesEditedIssueMilestoneCreator? Type1994 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppOwnerType? Type1995 { get; set; } + public global::GitHub.WebhookIssuesEditedIssueMilestoneState? Type1995 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsActions? Type1996 { get; set; } + public global::GitHub.WebhookIssuesEditedIssueMilestoneCreatorType? Type1996 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsAdministration? Type1997 { get; set; } + public global::System.Collections.Generic.IList? Type1997 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsChecks? Type1998 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppOwner? Type1998 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsContentReferences? Type1999 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissions? Type1999 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsContents? Type2000 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppOwnerType? Type2000 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsDeployments? Type2001 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsActions? Type2001 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsDiscussions? Type2002 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsAdministration? Type2002 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsEmails? Type2003 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsChecks? Type2003 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsEnvironments? Type2004 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsContentReferences? Type2004 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsIssues? Type2005 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsContents? Type2005 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsKeys? Type2006 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsDeployments? Type2006 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsMembers? Type2007 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsDiscussions? Type2007 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsMetadata? Type2008 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsEmails? Type2008 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2009 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsEnvironments? Type2009 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2010 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsIssues? Type2010 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2011 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsKeys? Type2011 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2012 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsMembers? Type2012 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2013 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsMetadata? Type2013 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2014 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2014 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2015 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2015 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2016 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2016 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsPackages? Type2017 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2017 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsPages? Type2018 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2018 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsPullRequests? Type2019 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2019 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2020 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2020 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2021 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2021 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2022 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsPackages? Type2022 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsSecrets? Type2023 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsPages? Type2023 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2024 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsPullRequests? Type2024 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2025 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2025 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsSingleFile? Type2026 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2026 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsStatuses? Type2027 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2027 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2028 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsSecrets? Type2028 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2029 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2029 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsWorkflows? Type2030 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2030 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssueUserType? Type2031 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsSingleFile? Type2031 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesEditedIssueAssigneesType? Type2032 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsStatuses? Type2032 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledAction? Type2033 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2033 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssue? Type2034 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2034 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssueActiveLockReason? Type2035 { get; set; } + public global::GitHub.WebhookIssuesEditedIssuePerformedViaGithubAppPermissionsWorkflows? Type2035 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssueAssignee? Type2036 { get; set; } + public global::GitHub.WebhookIssuesEditedIssueUserType? Type2036 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2037 { get; set; } + public global::GitHub.WebhookIssuesEditedIssueAssigneesType? Type2037 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssueAuthorAssociation? Type2038 { get; set; } + public global::GitHub.WebhookIssuesLabeledAction? Type2038 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2039 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssue? Type2039 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssueMilestone? Type2040 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssueActiveLockReason? Type2040 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubApp? Type2041 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssueAssignee? Type2041 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePullRequest? Type2042 { get; set; } + public global::System.Collections.Generic.IList? Type2042 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssueReactions? Type2043 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssueAuthorAssociation? Type2043 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssueState? Type2044 { get; set; } + public global::System.Collections.Generic.IList? Type2044 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssueUser? Type2045 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssueMilestone? Type2045 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssueAssigneeType? Type2046 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubApp? Type2046 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssueMilestoneCreator? Type2047 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePullRequest? Type2047 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssueMilestoneState? Type2048 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssueReactions? Type2048 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssueMilestoneCreatorType? Type2049 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssueState? Type2049 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2050 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssueUser? Type2050 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppOwner? Type2051 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssueAssigneeType? Type2051 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissions? Type2052 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssueMilestoneCreator? Type2052 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppOwnerType? Type2053 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssueMilestoneState? Type2053 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsActions? Type2054 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssueMilestoneCreatorType? Type2054 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsAdministration? Type2055 { get; set; } + public global::System.Collections.Generic.IList? Type2055 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsChecks? Type2056 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppOwner? Type2056 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsContentReferences? Type2057 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissions? Type2057 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsContents? Type2058 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppOwnerType? Type2058 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsDeployments? Type2059 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsActions? Type2059 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsDiscussions? Type2060 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsAdministration? Type2060 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsEmails? Type2061 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsChecks? Type2061 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsEnvironments? Type2062 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsContentReferences? Type2062 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsIssues? Type2063 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsContents? Type2063 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsKeys? Type2064 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsDeployments? Type2064 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsMembers? Type2065 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsDiscussions? Type2065 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsMetadata? Type2066 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsEmails? Type2066 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2067 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsEnvironments? Type2067 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2068 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsIssues? Type2068 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2069 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsKeys? Type2069 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2070 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsMembers? Type2070 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2071 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsMetadata? Type2071 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2072 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2072 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2073 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2073 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2074 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2074 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsPackages? Type2075 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2075 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsPages? Type2076 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2076 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsPullRequests? Type2077 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2077 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2078 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2078 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2079 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2079 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2080 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsPackages? Type2080 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsSecrets? Type2081 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsPages? Type2081 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2082 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsPullRequests? Type2082 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2083 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2083 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsSingleFile? Type2084 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2084 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsStatuses? Type2085 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2085 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2086 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsSecrets? Type2086 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2087 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2087 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsWorkflows? Type2088 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2088 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssueUserType? Type2089 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsSingleFile? Type2089 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLabeledIssueAssigneesType? Type2090 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsStatuses? Type2090 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedAction? Type2091 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2091 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssue? Type2092 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2092 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssueActiveLockReason? Type2093 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssuePerformedViaGithubAppPermissionsWorkflows? Type2093 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssueAssignee? Type2094 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssueUserType? Type2094 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2095 { get; set; } + public global::GitHub.WebhookIssuesLabeledIssueAssigneesType? Type2095 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssueAuthorAssociation? Type2096 { get; set; } + public global::GitHub.WebhookIssuesLockedAction? Type2096 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2097 { get; set; } + public global::GitHub.WebhookIssuesLockedIssue? Type2097 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssueMilestone? Type2098 { get; set; } + public global::GitHub.WebhookIssuesLockedIssueActiveLockReason? Type2098 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubApp? Type2099 { get; set; } + public global::GitHub.WebhookIssuesLockedIssueAssignee? Type2099 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePullRequest? Type2100 { get; set; } + public global::System.Collections.Generic.IList? Type2100 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssueReactions? Type2101 { get; set; } + public global::GitHub.WebhookIssuesLockedIssueAuthorAssociation? Type2101 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssueState? Type2102 { get; set; } + public global::System.Collections.Generic.IList? Type2102 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssueUser? Type2103 { get; set; } + public global::GitHub.WebhookIssuesLockedIssueMilestone? Type2103 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssueAssigneeType? Type2104 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubApp? Type2104 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssueMilestoneCreator? Type2105 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePullRequest? Type2105 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssueMilestoneState? Type2106 { get; set; } + public global::GitHub.WebhookIssuesLockedIssueReactions? Type2106 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssueMilestoneCreatorType? Type2107 { get; set; } + public global::GitHub.WebhookIssuesLockedIssueState? Type2107 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2108 { get; set; } + public global::GitHub.WebhookIssuesLockedIssueUser? Type2108 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppOwner? Type2109 { get; set; } + public global::GitHub.WebhookIssuesLockedIssueAssigneeType? Type2109 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissions? Type2110 { get; set; } + public global::GitHub.WebhookIssuesLockedIssueMilestoneCreator? Type2110 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppOwnerType? Type2111 { get; set; } + public global::GitHub.WebhookIssuesLockedIssueMilestoneState? Type2111 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsActions? Type2112 { get; set; } + public global::GitHub.WebhookIssuesLockedIssueMilestoneCreatorType? Type2112 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsAdministration? Type2113 { get; set; } + public global::System.Collections.Generic.IList? Type2113 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsChecks? Type2114 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppOwner? Type2114 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsContentReferences? Type2115 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissions? Type2115 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsContents? Type2116 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppOwnerType? Type2116 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsDeployments? Type2117 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsActions? Type2117 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsDiscussions? Type2118 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsAdministration? Type2118 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsEmails? Type2119 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsChecks? Type2119 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsEnvironments? Type2120 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsContentReferences? Type2120 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsIssues? Type2121 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsContents? Type2121 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsKeys? Type2122 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsDeployments? Type2122 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsMembers? Type2123 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsDiscussions? Type2123 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsMetadata? Type2124 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsEmails? Type2124 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2125 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsEnvironments? Type2125 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2126 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsIssues? Type2126 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2127 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsKeys? Type2127 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2128 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsMembers? Type2128 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2129 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsMetadata? Type2129 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2130 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2130 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2131 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2131 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2132 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2132 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsPackages? Type2133 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2133 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsPages? Type2134 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2134 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsPullRequests? Type2135 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2135 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2136 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2136 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2137 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2137 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2138 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsPackages? Type2138 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsSecrets? Type2139 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsPages? Type2139 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2140 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsPullRequests? Type2140 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2141 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2141 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsSingleFile? Type2142 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2142 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsStatuses? Type2143 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2143 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2144 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsSecrets? Type2144 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2145 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2145 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsWorkflows? Type2146 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2146 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssueUserType? Type2147 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsSingleFile? Type2147 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesLockedIssueAssigneesType? Type2148 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsStatuses? Type2148 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedAction? Type2149 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2149 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssue? Type2150 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2150 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssueActiveLockReason? Type2151 { get; set; } + public global::GitHub.WebhookIssuesLockedIssuePerformedViaGithubAppPermissionsWorkflows? Type2151 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssueAssignee? Type2152 { get; set; } + public global::GitHub.WebhookIssuesLockedIssueUserType? Type2152 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2153 { get; set; } + public global::GitHub.WebhookIssuesLockedIssueAssigneesType? Type2153 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssueAuthorAssociation? Type2154 { get; set; } + public global::GitHub.WebhookIssuesMilestonedAction? Type2154 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2155 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssue? Type2155 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssueMilestone? Type2156 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssueActiveLockReason? Type2156 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubApp? Type2157 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssueAssignee? Type2157 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePullRequest? Type2158 { get; set; } + public global::System.Collections.Generic.IList? Type2158 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssueReactions? Type2159 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssueAuthorAssociation? Type2159 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssueState? Type2160 { get; set; } + public global::System.Collections.Generic.IList? Type2160 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssueUser? Type2161 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssueMilestone? Type2161 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssueAssigneeType? Type2162 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubApp? Type2162 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssueMilestoneCreator? Type2163 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePullRequest? Type2163 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssueMilestoneState? Type2164 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssueReactions? Type2164 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssueMilestoneCreatorType? Type2165 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssueState? Type2165 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2166 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssueUser? Type2166 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppOwner? Type2167 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssueAssigneeType? Type2167 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissions? Type2168 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssueMilestoneCreator? Type2168 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppOwnerType? Type2169 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssueMilestoneState? Type2169 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsActions? Type2170 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssueMilestoneCreatorType? Type2170 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsAdministration? Type2171 { get; set; } + public global::System.Collections.Generic.IList? Type2171 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsChecks? Type2172 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppOwner? Type2172 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsContentReferences? Type2173 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissions? Type2173 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsContents? Type2174 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppOwnerType? Type2174 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsDeployments? Type2175 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsActions? Type2175 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsDiscussions? Type2176 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsAdministration? Type2176 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsEmails? Type2177 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsChecks? Type2177 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsEnvironments? Type2178 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsContentReferences? Type2178 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsIssues? Type2179 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsContents? Type2179 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsKeys? Type2180 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsDeployments? Type2180 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsMembers? Type2181 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsDiscussions? Type2181 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsMetadata? Type2182 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsEmails? Type2182 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2183 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsEnvironments? Type2183 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2184 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsIssues? Type2184 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2185 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsKeys? Type2185 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2186 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsMembers? Type2186 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2187 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsMetadata? Type2187 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2188 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2188 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2189 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2189 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2190 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2190 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsPackages? Type2191 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2191 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsPages? Type2192 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2192 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsPullRequests? Type2193 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2193 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2194 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2194 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2195 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2195 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2196 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsPackages? Type2196 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsSecrets? Type2197 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsPages? Type2197 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2198 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsPullRequests? Type2198 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2199 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2199 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsSingleFile? Type2200 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2200 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsStatuses? Type2201 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2201 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2202 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsSecrets? Type2202 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2203 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2203 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsWorkflows? Type2204 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2204 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssueUserType? Type2205 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsSingleFile? Type2205 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesMilestonedIssueAssigneesType? Type2206 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsStatuses? Type2206 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedAction? Type2207 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2207 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChanges? Type2208 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2208 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssue? Type2209 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssuePerformedViaGithubAppPermissionsWorkflows? Type2209 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssue? Type2210 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssueUserType? Type2210 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldRepository? Type2211 { get; set; } + public global::GitHub.WebhookIssuesMilestonedIssueAssigneesType? Type2211 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssueActiveLockReason? Type2212 { get; set; } + public global::GitHub.WebhookIssuesOpenedAction? Type2212 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssueAssignee? Type2213 { get; set; } + public global::GitHub.WebhookIssuesOpenedChanges? Type2213 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2214 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssue? Type2214 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssueAuthorAssociation? Type2215 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssue? Type2215 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2216 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldRepository? Type2216 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssueMilestone? Type2217 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssueActiveLockReason? Type2217 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubApp? Type2218 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssueAssignee? Type2218 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePullRequest? Type2219 { get; set; } + public global::System.Collections.Generic.IList? Type2219 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssueReactions? Type2220 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssueAuthorAssociation? Type2220 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssueState? Type2221 { get; set; } + public global::System.Collections.Generic.IList? Type2221 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssueUser? Type2222 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssueMilestone? Type2222 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssueAssigneeType? Type2223 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubApp? Type2223 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssueMilestoneCreator? Type2224 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePullRequest? Type2224 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssueMilestoneState? Type2225 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssueReactions? Type2225 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssueMilestoneCreatorType? Type2226 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssueState? Type2226 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2227 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssueUser? Type2227 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppOwner? Type2228 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssueAssigneeType? Type2228 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissions? Type2229 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssueMilestoneCreator? Type2229 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppOwnerType? Type2230 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssueMilestoneState? Type2230 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsActions? Type2231 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssueMilestoneCreatorType? Type2231 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsAdministration? Type2232 { get; set; } + public global::System.Collections.Generic.IList? Type2232 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsChecks? Type2233 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppOwner? Type2233 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsContentReferences? Type2234 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissions? Type2234 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsContents? Type2235 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppOwnerType? Type2235 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsDeployments? Type2236 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsActions? Type2236 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsDiscussions? Type2237 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsAdministration? Type2237 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsEmails? Type2238 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsChecks? Type2238 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsEnvironments? Type2239 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsContentReferences? Type2239 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsIssues? Type2240 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsContents? Type2240 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsKeys? Type2241 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsDeployments? Type2241 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsMembers? Type2242 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsDiscussions? Type2242 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsMetadata? Type2243 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsEmails? Type2243 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2244 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsEnvironments? Type2244 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2245 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsIssues? Type2245 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2246 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsKeys? Type2246 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2247 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsMembers? Type2247 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2248 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsMetadata? Type2248 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2249 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2249 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2250 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2250 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2251 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2251 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsPackages? Type2252 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2252 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsPages? Type2253 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2253 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsPullRequests? Type2254 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2254 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2255 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2255 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2256 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2256 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2257 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsPackages? Type2257 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsSecrets? Type2258 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsPages? Type2258 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2259 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsPullRequests? Type2259 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2260 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2260 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsSingleFile? Type2261 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2261 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsStatuses? Type2262 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2262 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2263 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsSecrets? Type2263 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2264 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2264 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsWorkflows? Type2265 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2265 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssueUserType? Type2266 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsSingleFile? Type2266 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldIssueAssigneesType? Type2267 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsStatuses? Type2267 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldRepositoryLicense? Type2268 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2268 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldRepositoryOwner? Type2269 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2269 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldRepositoryPermissions? Type2270 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssuePerformedViaGithubAppPermissionsWorkflows? Type2270 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldRepositoryVisibility? Type2271 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssueUserType? Type2271 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedChangesOldRepositoryOwnerType? Type2272 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldIssueAssigneesType? Type2272 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssueActiveLockReason? Type2273 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldRepositoryLicense? Type2273 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssueAssignee? Type2274 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldRepositoryOwner? Type2274 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2275 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldRepositoryPermissions? Type2275 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssueAuthorAssociation? Type2276 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldRepositoryVisibility? Type2276 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2277 { get; set; } + public global::GitHub.WebhookIssuesOpenedChangesOldRepositoryOwnerType? Type2277 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssueMilestone? Type2278 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssueActiveLockReason? Type2278 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubApp? Type2279 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssueAssignee? Type2279 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePullRequest? Type2280 { get; set; } + public global::System.Collections.Generic.IList? Type2280 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssueReactions? Type2281 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssueAuthorAssociation? Type2281 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssueState? Type2282 { get; set; } + public global::System.Collections.Generic.IList? Type2282 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssueUser? Type2283 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssueMilestone? Type2283 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssueAssigneeType? Type2284 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubApp? Type2284 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssueMilestoneCreator? Type2285 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePullRequest? Type2285 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssueMilestoneState? Type2286 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssueReactions? Type2286 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssueMilestoneCreatorType? Type2287 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssueState? Type2287 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2288 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssueUser? Type2288 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppOwner? Type2289 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssueAssigneeType? Type2289 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissions? Type2290 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssueMilestoneCreator? Type2290 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppOwnerType? Type2291 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssueMilestoneState? Type2291 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsActions? Type2292 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssueMilestoneCreatorType? Type2292 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsAdministration? Type2293 { get; set; } + public global::System.Collections.Generic.IList? Type2293 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsChecks? Type2294 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppOwner? Type2294 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsContentReferences? Type2295 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissions? Type2295 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsContents? Type2296 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppOwnerType? Type2296 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsDeployments? Type2297 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsActions? Type2297 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsDiscussions? Type2298 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsAdministration? Type2298 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsEmails? Type2299 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsChecks? Type2299 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsEnvironments? Type2300 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsContentReferences? Type2300 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsIssues? Type2301 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsContents? Type2301 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsKeys? Type2302 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsDeployments? Type2302 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsMembers? Type2303 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsDiscussions? Type2303 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsMetadata? Type2304 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsEmails? Type2304 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2305 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsEnvironments? Type2305 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2306 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsIssues? Type2306 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2307 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsKeys? Type2307 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2308 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsMembers? Type2308 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2309 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsMetadata? Type2309 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2310 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2310 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2311 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2311 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2312 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2312 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsPackages? Type2313 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2313 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsPages? Type2314 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2314 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsPullRequests? Type2315 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2315 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2316 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2316 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2317 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2317 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2318 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsPackages? Type2318 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsSecrets? Type2319 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsPages? Type2319 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2320 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsPullRequests? Type2320 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2321 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2321 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsSingleFile? Type2322 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2322 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsStatuses? Type2323 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2323 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2324 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsSecrets? Type2324 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2325 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2325 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsWorkflows? Type2326 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2326 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssueUserType? Type2327 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsSingleFile? Type2327 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesOpenedIssueAssigneesType? Type2328 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsStatuses? Type2328 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesPinnedAction? Type2329 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2329 { get; set; } /// /// /// - public global::GitHub.WebhooksIssue2? Type2330 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2330 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedAction? Type2331 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssuePerformedViaGithubAppPermissionsWorkflows? Type2331 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssue? Type2332 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssueUserType? Type2332 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssueActiveLockReason? Type2333 { get; set; } + public global::GitHub.WebhookIssuesOpenedIssueAssigneesType? Type2333 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssueAssignee? Type2334 { get; set; } + public global::GitHub.WebhookIssuesPinnedAction? Type2334 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2335 { get; set; } + public global::GitHub.WebhooksIssue2? Type2335 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssueAuthorAssociation? Type2336 { get; set; } + public global::GitHub.WebhookIssuesReopenedAction? Type2336 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2337 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssue? Type2337 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssueMilestone? Type2338 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssueActiveLockReason? Type2338 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubApp? Type2339 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssueAssignee? Type2339 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePullRequest? Type2340 { get; set; } + public global::System.Collections.Generic.IList? Type2340 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssueReactions? Type2341 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssueAuthorAssociation? Type2341 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssueState? Type2342 { get; set; } + public global::System.Collections.Generic.IList? Type2342 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssueUser? Type2343 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssueMilestone? Type2343 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssueAssigneeType? Type2344 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubApp? Type2344 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssueMilestoneCreator? Type2345 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePullRequest? Type2345 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssueMilestoneState? Type2346 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssueReactions? Type2346 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssueMilestoneCreatorType? Type2347 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssueState? Type2347 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2348 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssueUser? Type2348 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppOwner? Type2349 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssueAssigneeType? Type2349 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissions? Type2350 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssueMilestoneCreator? Type2350 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppOwnerType? Type2351 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssueMilestoneState? Type2351 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsActions? Type2352 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssueMilestoneCreatorType? Type2352 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsAdministration? Type2353 { get; set; } + public global::System.Collections.Generic.IList? Type2353 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsChecks? Type2354 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppOwner? Type2354 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsContentReferences? Type2355 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissions? Type2355 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsContents? Type2356 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppOwnerType? Type2356 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsDeployments? Type2357 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsActions? Type2357 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsDiscussions? Type2358 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsAdministration? Type2358 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsEmails? Type2359 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsChecks? Type2359 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsEnvironments? Type2360 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsContentReferences? Type2360 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsIssues? Type2361 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsContents? Type2361 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsKeys? Type2362 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsDeployments? Type2362 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsMembers? Type2363 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsDiscussions? Type2363 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsMetadata? Type2364 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsEmails? Type2364 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2365 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsEnvironments? Type2365 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2366 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsIssues? Type2366 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2367 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsKeys? Type2367 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2368 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsMembers? Type2368 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2369 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsMetadata? Type2369 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2370 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2370 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2371 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2371 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2372 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2372 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsPackages? Type2373 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2373 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsPages? Type2374 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2374 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsPullRequests? Type2375 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2375 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2376 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2376 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2377 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2377 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2378 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsPackages? Type2378 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsSecrets? Type2379 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsPages? Type2379 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2380 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsPullRequests? Type2380 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2381 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2381 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsSingleFile? Type2382 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2382 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsStatuses? Type2383 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2383 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2384 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsSecrets? Type2384 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2385 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2385 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsWorkflows? Type2386 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2386 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssueUserType? Type2387 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsSingleFile? Type2387 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesReopenedIssueAssigneesType? Type2388 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsStatuses? Type2388 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredAction? Type2389 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2389 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChanges? Type2390 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2390 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssue? Type2391 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssuePerformedViaGithubAppPermissionsWorkflows? Type2391 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewRepository? Type2392 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssueUserType? Type2392 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssueActiveLockReason? Type2393 { get; set; } + public global::GitHub.WebhookIssuesReopenedIssueAssigneesType? Type2393 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssueAssignee? Type2394 { get; set; } + public global::GitHub.WebhookIssuesTransferredAction? Type2394 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2395 { get; set; } + public global::GitHub.WebhookIssuesTransferredChanges? Type2395 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssueAuthorAssociation? Type2396 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssue? Type2396 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2397 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewRepository? Type2397 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssueMilestone? Type2398 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssueActiveLockReason? Type2398 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubApp? Type2399 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssueAssignee? Type2399 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePullRequest? Type2400 { get; set; } + public global::System.Collections.Generic.IList? Type2400 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssueReactions? Type2401 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssueAuthorAssociation? Type2401 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssueState? Type2402 { get; set; } + public global::System.Collections.Generic.IList? Type2402 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssueUser? Type2403 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssueMilestone? Type2403 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssueAssigneeType? Type2404 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubApp? Type2404 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssueMilestoneCreator? Type2405 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePullRequest? Type2405 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssueMilestoneState? Type2406 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssueReactions? Type2406 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssueMilestoneCreatorType? Type2407 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssueState? Type2407 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2408 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssueUser? Type2408 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppOwner? Type2409 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssueAssigneeType? Type2409 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissions? Type2410 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssueMilestoneCreator? Type2410 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppOwnerType? Type2411 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssueMilestoneState? Type2411 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsActions? Type2412 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssueMilestoneCreatorType? Type2412 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsAdministration? Type2413 { get; set; } + public global::System.Collections.Generic.IList? Type2413 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsChecks? Type2414 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppOwner? Type2414 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsContentReferences? Type2415 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissions? Type2415 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsContents? Type2416 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppOwnerType? Type2416 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsDeployments? Type2417 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsActions? Type2417 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsDiscussions? Type2418 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsAdministration? Type2418 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsEmails? Type2419 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsChecks? Type2419 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsEnvironments? Type2420 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsContentReferences? Type2420 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsIssues? Type2421 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsContents? Type2421 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsKeys? Type2422 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsDeployments? Type2422 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsMembers? Type2423 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsDiscussions? Type2423 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsMetadata? Type2424 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsEmails? Type2424 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2425 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsEnvironments? Type2425 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2426 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsIssues? Type2426 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2427 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsKeys? Type2427 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2428 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsMembers? Type2428 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2429 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsMetadata? Type2429 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2430 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2430 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2431 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2431 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2432 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2432 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsPackages? Type2433 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2433 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsPages? Type2434 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2434 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsPullRequests? Type2435 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2435 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2436 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2436 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2437 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2437 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2438 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsPackages? Type2438 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsSecrets? Type2439 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsPages? Type2439 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2440 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsPullRequests? Type2440 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2441 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2441 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsSingleFile? Type2442 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2442 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsStatuses? Type2443 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2443 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2444 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsSecrets? Type2444 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2445 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2445 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsWorkflows? Type2446 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2446 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssueUserType? Type2447 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsSingleFile? Type2447 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewIssueAssigneesType? Type2448 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsStatuses? Type2448 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewRepositoryLicense? Type2449 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2449 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewRepositoryOwner? Type2450 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2450 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewRepositoryPermissions? Type2451 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssuePerformedViaGithubAppPermissionsWorkflows? Type2451 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewRepositoryVisibility? Type2452 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssueUserType? Type2452 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesTransferredChangesNewRepositoryOwnerType? Type2453 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewIssueAssigneesType? Type2453 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnassignedAction? Type2454 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewRepositoryLicense? Type2454 { get; set; } /// /// /// - public global::GitHub.WebhooksUserMannequin? Type2455 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewRepositoryOwner? Type2455 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlabeledAction? Type2456 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewRepositoryPermissions? Type2456 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedAction? Type2457 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewRepositoryVisibility? Type2457 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssue? Type2458 { get; set; } + public global::GitHub.WebhookIssuesTransferredChangesNewRepositoryOwnerType? Type2458 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssueActiveLockReason? Type2459 { get; set; } + public global::GitHub.WebhookIssuesUnassignedAction? Type2459 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssueAssignee? Type2460 { get; set; } + public global::GitHub.WebhooksUserMannequin? Type2460 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2461 { get; set; } + public global::GitHub.WebhookIssuesUnlabeledAction? Type2461 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssueAuthorAssociation? Type2462 { get; set; } + public global::GitHub.WebhookIssuesUnlockedAction? Type2462 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2463 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssue? Type2463 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssueMilestone? Type2464 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssueActiveLockReason? Type2464 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubApp? Type2465 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssueAssignee? Type2465 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePullRequest? Type2466 { get; set; } + public global::System.Collections.Generic.IList? Type2466 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssueReactions? Type2467 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssueAuthorAssociation? Type2467 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssueState? Type2468 { get; set; } + public global::System.Collections.Generic.IList? Type2468 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssueUser? Type2469 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssueMilestone? Type2469 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssueAssigneeType? Type2470 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubApp? Type2470 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssueMilestoneCreator? Type2471 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePullRequest? Type2471 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssueMilestoneState? Type2472 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssueReactions? Type2472 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssueMilestoneCreatorType? Type2473 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssueState? Type2473 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2474 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssueUser? Type2474 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppOwner? Type2475 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssueAssigneeType? Type2475 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissions? Type2476 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssueMilestoneCreator? Type2476 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppOwnerType? Type2477 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssueMilestoneState? Type2477 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsActions? Type2478 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssueMilestoneCreatorType? Type2478 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsAdministration? Type2479 { get; set; } + public global::System.Collections.Generic.IList? Type2479 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsChecks? Type2480 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppOwner? Type2480 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsContentReferences? Type2481 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissions? Type2481 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsContents? Type2482 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppOwnerType? Type2482 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsDeployments? Type2483 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsActions? Type2483 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsDiscussions? Type2484 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsAdministration? Type2484 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsEmails? Type2485 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsChecks? Type2485 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsEnvironments? Type2486 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsContentReferences? Type2486 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsIssues? Type2487 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsContents? Type2487 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsKeys? Type2488 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsDeployments? Type2488 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsMembers? Type2489 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsDiscussions? Type2489 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsMetadata? Type2490 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsEmails? Type2490 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2491 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsEnvironments? Type2491 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2492 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsIssues? Type2492 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2493 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsKeys? Type2493 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2494 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsMembers? Type2494 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2495 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsMetadata? Type2495 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2496 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsOrganizationAdministration? Type2496 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2497 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsOrganizationHooks? Type2497 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2498 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsOrganizationPackages? Type2498 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsPackages? Type2499 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsOrganizationPlan? Type2499 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsPages? Type2500 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsOrganizationProjects? Type2500 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsPullRequests? Type2501 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsOrganizationSecrets? Type2501 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2502 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsOrganizationSelfHostedRunners? Type2502 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2503 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsOrganizationUserBlocking? Type2503 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2504 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsPackages? Type2504 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsSecrets? Type2505 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsPages? Type2505 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2506 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsPullRequests? Type2506 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2507 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsRepositoryHooks? Type2507 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsSingleFile? Type2508 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsRepositoryProjects? Type2508 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsStatuses? Type2509 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsSecretScanningAlerts? Type2509 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2510 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsSecrets? Type2510 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2511 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsSecurityEvents? Type2511 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsWorkflows? Type2512 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsSecurityScanningAlert? Type2512 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssueUserType? Type2513 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsSingleFile? Type2513 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnlockedIssueAssigneesType? Type2514 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsStatuses? Type2514 { get; set; } /// /// /// - public global::GitHub.WebhookIssuesUnpinnedAction? Type2515 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsTeamDiscussions? Type2515 { get; set; } /// /// /// - public global::GitHub.WebhookLabelCreatedAction? Type2516 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsVulnerabilityAlerts? Type2516 { get; set; } /// /// /// - public global::GitHub.WebhookLabelDeletedAction? Type2517 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssuePerformedViaGithubAppPermissionsWorkflows? Type2517 { get; set; } /// /// /// - public global::GitHub.WebhookLabelEditedAction? Type2518 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssueUserType? Type2518 { get; set; } /// /// /// - public global::GitHub.WebhookLabelEditedChanges? Type2519 { get; set; } + public global::GitHub.WebhookIssuesUnlockedIssueAssigneesType? Type2519 { get; set; } /// /// /// - public global::GitHub.WebhookLabelEditedChangesColor? Type2520 { get; set; } + public global::GitHub.WebhookIssuesUnpinnedAction? Type2520 { get; set; } /// /// /// - public global::GitHub.WebhookLabelEditedChangesDescription? Type2521 { get; set; } + public global::GitHub.WebhookLabelCreatedAction? Type2521 { get; set; } /// /// /// - public global::GitHub.WebhookLabelEditedChangesName? Type2522 { get; set; } + public global::GitHub.WebhookLabelDeletedAction? Type2522 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchaseCancelledAction? Type2523 { get; set; } + public global::GitHub.WebhookLabelEditedAction? Type2523 { get; set; } /// /// /// - public global::GitHub.WebhooksMarketplacePurchase? Type2524 { get; set; } + public global::GitHub.WebhookLabelEditedChanges? Type2524 { get; set; } /// /// /// - public global::GitHub.WebhooksPreviousMarketplacePurchase? Type2525 { get; set; } + public global::GitHub.WebhookLabelEditedChangesColor? Type2525 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchaseChangedAction? Type2526 { get; set; } + public global::GitHub.WebhookLabelEditedChangesDescription? Type2526 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchaseChangedPreviousMarketplacePurchase? Type2527 { get; set; } + public global::GitHub.WebhookLabelEditedChangesName? Type2527 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchaseChangedPreviousMarketplacePurchaseAccount? Type2528 { get; set; } + public global::GitHub.WebhookMarketplacePurchaseCancelledAction? Type2528 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchaseChangedPreviousMarketplacePurchasePlan? Type2529 { get; set; } + public global::GitHub.WebhooksMarketplacePurchase? Type2529 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchaseChangedPreviousMarketplacePurchasePlanPriceModel? Type2530 { get; set; } + public global::GitHub.WebhooksPreviousMarketplacePurchase? Type2530 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchasePendingChangeAction? Type2531 { get; set; } + public global::GitHub.WebhookMarketplacePurchaseChangedAction? Type2531 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchasePendingChangePreviousMarketplacePurchase? Type2532 { get; set; } + public global::GitHub.WebhookMarketplacePurchaseChangedPreviousMarketplacePurchase? Type2532 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchasePendingChangePreviousMarketplacePurchaseAccount? Type2533 { get; set; } + public global::GitHub.WebhookMarketplacePurchaseChangedPreviousMarketplacePurchaseAccount? Type2533 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchasePendingChangePreviousMarketplacePurchasePlan? Type2534 { get; set; } + public global::GitHub.WebhookMarketplacePurchaseChangedPreviousMarketplacePurchasePlan? Type2534 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchasePendingChangePreviousMarketplacePurchasePlanPriceModel? Type2535 { get; set; } + public global::GitHub.WebhookMarketplacePurchaseChangedPreviousMarketplacePurchasePlanPriceModel? Type2535 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchasePendingChangeCancelledAction? Type2536 { get; set; } + public global::GitHub.WebhookMarketplacePurchasePendingChangeAction? Type2536 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchasePendingChangeCancelledMarketplacePurchase? Type2537 { get; set; } + public global::GitHub.WebhookMarketplacePurchasePendingChangePreviousMarketplacePurchase? Type2537 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchasePendingChangeCancelledMarketplacePurchaseAccount? Type2538 { get; set; } + public global::GitHub.WebhookMarketplacePurchasePendingChangePreviousMarketplacePurchaseAccount? Type2538 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchasePendingChangeCancelledMarketplacePurchasePlan? Type2539 { get; set; } + public global::GitHub.WebhookMarketplacePurchasePendingChangePreviousMarketplacePurchasePlan? Type2539 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchasePendingChangeCancelledMarketplacePurchasePlanPriceModel? Type2540 { get; set; } + public global::GitHub.WebhookMarketplacePurchasePendingChangePreviousMarketplacePurchasePlanPriceModel? Type2540 { get; set; } /// /// /// - public global::GitHub.WebhookMarketplacePurchasePurchasedAction? Type2541 { get; set; } + public global::GitHub.WebhookMarketplacePurchasePendingChangeCancelledAction? Type2541 { get; set; } /// /// /// - public global::GitHub.WebhookMemberAddedAction? Type2542 { get; set; } + public global::GitHub.WebhookMarketplacePurchasePendingChangeCancelledMarketplacePurchase? Type2542 { get; set; } /// /// /// - public global::GitHub.WebhookMemberAddedChanges? Type2543 { get; set; } + public global::GitHub.WebhookMarketplacePurchasePendingChangeCancelledMarketplacePurchaseAccount? Type2543 { get; set; } /// /// /// - public global::GitHub.WebhookMemberAddedChangesPermission? Type2544 { get; set; } + public global::GitHub.WebhookMarketplacePurchasePendingChangeCancelledMarketplacePurchasePlan? Type2544 { get; set; } /// /// /// - public global::GitHub.WebhookMemberAddedChangesRoleName? Type2545 { get; set; } + public global::GitHub.WebhookMarketplacePurchasePendingChangeCancelledMarketplacePurchasePlanPriceModel? Type2545 { get; set; } /// /// /// - public global::GitHub.WebhookMemberAddedChangesPermissionTo? Type2546 { get; set; } + public global::GitHub.WebhookMarketplacePurchasePurchasedAction? Type2546 { get; set; } /// /// /// - public global::GitHub.WebhookMemberEditedAction? Type2547 { get; set; } + public global::GitHub.WebhookMemberAddedAction? Type2547 { get; set; } /// /// /// - public global::GitHub.WebhookMemberEditedChanges? Type2548 { get; set; } + public global::GitHub.WebhookMemberAddedChanges? Type2548 { get; set; } /// /// /// - public global::GitHub.WebhookMemberEditedChangesOldPermission? Type2549 { get; set; } + public global::GitHub.WebhookMemberAddedChangesPermission? Type2549 { get; set; } /// /// /// - public global::GitHub.WebhookMemberEditedChangesPermission? Type2550 { get; set; } + public global::GitHub.WebhookMemberAddedChangesRoleName? Type2550 { get; set; } /// /// /// - public global::GitHub.WebhookMemberRemovedAction? Type2551 { get; set; } + public global::GitHub.WebhookMemberAddedChangesPermissionTo? Type2551 { get; set; } /// /// /// - public global::GitHub.WebhookMembershipAddedAction? Type2552 { get; set; } + public global::GitHub.WebhookMemberEditedAction? Type2552 { get; set; } /// /// /// - public global::GitHub.WebhookMembershipAddedScope? Type2553 { get; set; } + public global::GitHub.WebhookMemberEditedChanges? Type2553 { get; set; } /// /// /// - public global::GitHub.WebhookMembershipAddedSender? Type2554 { get; set; } + public global::GitHub.WebhookMemberEditedChangesOldPermission? Type2554 { get; set; } /// /// /// - public global::GitHub.WebhooksTeam? Type2555 { get; set; } + public global::GitHub.WebhookMemberEditedChangesPermission? Type2555 { get; set; } /// /// /// - public global::GitHub.WebhookMembershipAddedSenderType? Type2556 { get; set; } + public global::GitHub.WebhookMemberRemovedAction? Type2556 { get; set; } /// /// /// - public global::GitHub.WebhookMembershipRemovedAction? Type2557 { get; set; } + public global::GitHub.WebhookMembershipAddedAction? Type2557 { get; set; } /// /// /// - public global::GitHub.WebhookMembershipRemovedScope? Type2558 { get; set; } + public global::GitHub.WebhookMembershipAddedScope? Type2558 { get; set; } /// /// /// - public global::GitHub.WebhookMembershipRemovedSender? Type2559 { get; set; } + public global::GitHub.WebhookMembershipAddedSender? Type2559 { get; set; } /// /// /// - public global::GitHub.WebhookMembershipRemovedSenderType? Type2560 { get; set; } + public global::GitHub.WebhooksTeam? Type2560 { get; set; } /// /// /// - public global::GitHub.WebhookMergeGroupChecksRequestedAction? Type2561 { get; set; } + public global::GitHub.WebhookMembershipAddedSenderType? Type2561 { get; set; } /// /// /// - public global::GitHub.MergeGroup? Type2562 { get; set; } + public global::GitHub.WebhookMembershipRemovedAction? Type2562 { get; set; } /// /// /// - public global::GitHub.WebhookMergeGroupDestroyedAction? Type2563 { get; set; } + public global::GitHub.WebhookMembershipRemovedScope? Type2563 { get; set; } /// /// /// - public global::GitHub.WebhookMergeGroupDestroyedReason? Type2564 { get; set; } + public global::GitHub.WebhookMembershipRemovedSender? Type2564 { get; set; } /// /// /// - public global::GitHub.WebhookMetaDeletedAction? Type2565 { get; set; } + public global::GitHub.WebhookMembershipRemovedSenderType? Type2565 { get; set; } /// /// /// - public global::GitHub.WebhookMetaDeletedHook? Type2566 { get; set; } + public global::GitHub.WebhookMergeGroupChecksRequestedAction? Type2566 { get; set; } /// /// /// - public global::GitHub.NullableRepositoryWebhooks? Type2567 { get; set; } + public global::GitHub.MergeGroup? Type2567 { get; set; } /// /// /// - public global::GitHub.WebhookMetaDeletedHookConfig? Type2568 { get; set; } + public global::GitHub.WebhookMergeGroupDestroyedAction? Type2568 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2569 { get; set; } + public global::GitHub.WebhookMergeGroupDestroyedReason? Type2569 { get; set; } /// /// /// - public global::GitHub.WebhookMetaDeletedHookConfigContentType? Type2570 { get; set; } + public global::GitHub.WebhookMetaDeletedAction? Type2570 { get; set; } /// /// /// - public global::GitHub.WebhookMilestoneClosedAction? Type2571 { get; set; } + public global::GitHub.WebhookMetaDeletedHook? Type2571 { get; set; } /// /// /// - public global::GitHub.WebhookMilestoneCreatedAction? Type2572 { get; set; } + public global::GitHub.NullableRepositoryWebhooks? Type2572 { get; set; } /// /// /// - public global::GitHub.WebhooksMilestone3? Type2573 { get; set; } + public global::GitHub.WebhookMetaDeletedHookConfig? Type2573 { get; set; } /// /// /// - public global::GitHub.WebhookMilestoneDeletedAction? Type2574 { get; set; } + public global::System.Collections.Generic.IList? Type2574 { get; set; } /// /// /// - public global::GitHub.WebhookMilestoneEditedAction? Type2575 { get; set; } + public global::GitHub.WebhookMetaDeletedHookConfigContentType? Type2575 { get; set; } /// /// /// - public global::GitHub.WebhookMilestoneEditedChanges? Type2576 { get; set; } + public global::GitHub.WebhookMilestoneClosedAction? Type2576 { get; set; } /// /// /// - public global::GitHub.WebhookMilestoneEditedChangesDescription? Type2577 { get; set; } + public global::GitHub.WebhookMilestoneCreatedAction? Type2577 { get; set; } /// /// /// - public global::GitHub.WebhookMilestoneEditedChangesDueOn? Type2578 { get; set; } + public global::GitHub.WebhooksMilestone3? Type2578 { get; set; } /// /// /// - public global::GitHub.WebhookMilestoneEditedChangesTitle? Type2579 { get; set; } + public global::GitHub.WebhookMilestoneDeletedAction? Type2579 { get; set; } /// /// /// - public global::GitHub.WebhookMilestoneOpenedAction? Type2580 { get; set; } + public global::GitHub.WebhookMilestoneEditedAction? Type2580 { get; set; } /// /// /// - public global::GitHub.WebhookOrgBlockBlockedAction? Type2581 { get; set; } + public global::GitHub.WebhookMilestoneEditedChanges? Type2581 { get; set; } /// /// /// - public global::GitHub.WebhookOrgBlockUnblockedAction? Type2582 { get; set; } + public global::GitHub.WebhookMilestoneEditedChangesDescription? Type2582 { get; set; } /// /// /// - public global::GitHub.WebhookOrganizationDeletedAction? Type2583 { get; set; } + public global::GitHub.WebhookMilestoneEditedChangesDueOn? Type2583 { get; set; } /// /// /// - public global::GitHub.WebhooksMembership? Type2584 { get; set; } + public global::GitHub.WebhookMilestoneEditedChangesTitle? Type2584 { get; set; } /// /// /// - public global::GitHub.WebhookOrganizationMemberAddedAction? Type2585 { get; set; } + public global::GitHub.WebhookMilestoneOpenedAction? Type2585 { get; set; } /// /// /// - public global::GitHub.WebhookOrganizationMemberInvitedAction? Type2586 { get; set; } + public global::GitHub.WebhookOrgBlockBlockedAction? Type2586 { get; set; } /// /// /// - public global::GitHub.WebhookOrganizationMemberInvitedInvitation? Type2587 { get; set; } + public global::GitHub.WebhookOrgBlockUnblockedAction? Type2587 { get; set; } /// /// /// - public global::GitHub.WebhookOrganizationMemberInvitedInvitationInviter? Type2588 { get; set; } + public global::GitHub.WebhookOrganizationDeletedAction? Type2588 { get; set; } /// /// /// - public global::GitHub.WebhookOrganizationMemberInvitedInvitationInviterType? Type2589 { get; set; } + public global::GitHub.WebhooksMembership? Type2589 { get; set; } /// /// /// - public global::GitHub.WebhookOrganizationMemberRemovedAction? Type2590 { get; set; } + public global::GitHub.WebhookOrganizationMemberAddedAction? Type2590 { get; set; } /// /// /// - public global::GitHub.WebhookOrganizationRenamedAction? Type2591 { get; set; } + public global::GitHub.WebhookOrganizationMemberInvitedAction? Type2591 { get; set; } /// /// /// - public global::GitHub.WebhookOrganizationRenamedChanges? Type2592 { get; set; } + public global::GitHub.WebhookOrganizationMemberInvitedInvitation? Type2592 { get; set; } /// /// /// - public global::GitHub.WebhookOrganizationRenamedChangesLogin? Type2593 { get; set; } + public global::GitHub.WebhookOrganizationMemberInvitedInvitationInviter? Type2593 { get; set; } /// /// /// - public global::GitHub.WebhookRubygemsMetadataVersionInfo? Type2594 { get; set; } + public global::GitHub.WebhookOrganizationMemberInvitedInvitationInviterType? Type2594 { get; set; } /// /// /// - public global::GitHub.WebhookPackagePublishedAction? Type2595 { get; set; } + public global::GitHub.WebhookOrganizationMemberRemovedAction? Type2595 { get; set; } /// /// /// - public global::GitHub.WebhookPackagePublishedPackage? Type2596 { get; set; } + public global::GitHub.WebhookOrganizationRenamedAction? Type2596 { get; set; } /// /// /// - public global::GitHub.WebhookPackagePublishedPackageOwner? Type2597 { get; set; } + public global::GitHub.WebhookOrganizationRenamedChanges? Type2597 { get; set; } /// /// /// - public global::GitHub.WebhookPackagePublishedPackagePackageVersion? Type2598 { get; set; } + public global::GitHub.WebhookOrganizationRenamedChangesLogin? Type2598 { get; set; } /// /// /// - public global::GitHub.WebhookPackagePublishedPackageRegistry? Type2599 { get; set; } + public global::GitHub.WebhookRubygemsMetadataVersionInfo? Type2599 { get; set; } /// /// /// - public global::GitHub.WebhookPackagePublishedPackageOwnerType? Type2600 { get; set; } + public global::GitHub.WebhookPackagePublishedAction? Type2600 { get; set; } /// /// /// - public global::GitHub.WebhookPackagePublishedPackagePackageVersionAuthor? Type2601 { get; set; } + public global::GitHub.WebhookPackagePublishedPackage? Type2601 { get; set; } /// /// /// - public global::System.OneOf? Type2602 { get; set; } + public global::GitHub.WebhookPackagePublishedPackageOwner? Type2602 { get; set; } /// /// /// - public global::GitHub.WebhookPackagePublishedPackagePackageVersionContainerMetadata? Type2603 { get; set; } + public global::GitHub.WebhookPackagePublishedPackagePackageVersion? Type2603 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2604 { get; set; } + public global::GitHub.WebhookPackagePublishedPackageRegistry? Type2604 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2605 { get; set; } + public global::GitHub.WebhookPackagePublishedPackageOwnerType? Type2605 { get; set; } /// /// /// - public global::GitHub.WebhookPackagePublishedPackagePackageVersionNpmMetadata? Type2606 { get; set; } + public global::GitHub.WebhookPackagePublishedPackagePackageVersionAuthor? Type2606 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2607 { get; set; } + public global::System.OneOf? Type2607 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2608 { get; set; } + public global::GitHub.WebhookPackagePublishedPackagePackageVersionContainerMetadata? Type2608 { get; set; } /// /// /// - public global::GitHub.WebhookPackagePublishedPackagePackageVersionRelease? Type2609 { get; set; } + public global::System.Collections.Generic.IList? Type2609 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2610 { get; set; } + public global::System.Collections.Generic.IList? Type2610 { get; set; } /// /// /// - public global::GitHub.WebhookPackagePublishedPackagePackageVersionAuthorType? Type2611 { get; set; } + public global::GitHub.WebhookPackagePublishedPackagePackageVersionNpmMetadata? Type2611 { get; set; } /// /// /// - public global::GitHub.WebhookPackagePublishedPackagePackageVersionContainerMetadataTag? Type2612 { get; set; } + public global::System.Collections.Generic.IList? Type2612 { get; set; } /// /// /// - public global::GitHub.WebhookPackagePublishedPackagePackageVersionReleaseAuthor? Type2613 { get; set; } + public global::System.Collections.Generic.IList? Type2613 { get; set; } /// /// /// - public global::GitHub.WebhookPackagePublishedPackagePackageVersionReleaseAuthorType? Type2614 { get; set; } + public global::GitHub.WebhookPackagePublishedPackagePackageVersionRelease? Type2614 { get; set; } /// /// /// - public global::System.OneOf? Type2615 { get; set; } + public global::System.Collections.Generic.IList? Type2615 { get; set; } /// /// /// - public global::System.OneOf? Type2616 { get; set; } + public global::GitHub.WebhookPackagePublishedPackagePackageVersionAuthorType? Type2616 { get; set; } /// /// /// - public global::GitHub.WebhookPackageUpdatedAction? Type2617 { get; set; } + public global::GitHub.WebhookPackagePublishedPackagePackageVersionContainerMetadataTag? Type2617 { get; set; } /// /// /// - public global::GitHub.WebhookPackageUpdatedPackage? Type2618 { get; set; } + public global::GitHub.WebhookPackagePublishedPackagePackageVersionReleaseAuthor? Type2618 { get; set; } /// /// /// - public global::GitHub.WebhookPackageUpdatedPackageOwner? Type2619 { get; set; } + public global::GitHub.WebhookPackagePublishedPackagePackageVersionReleaseAuthorType? Type2619 { get; set; } /// /// /// - public global::GitHub.WebhookPackageUpdatedPackagePackageVersion? Type2620 { get; set; } + public global::System.OneOf? Type2620 { get; set; } /// /// /// - public global::GitHub.WebhookPackageUpdatedPackageRegistry? Type2621 { get; set; } + public global::System.OneOf? Type2621 { get; set; } /// /// /// - public global::GitHub.WebhookPackageUpdatedPackageOwnerType? Type2622 { get; set; } + public global::GitHub.WebhookPackageUpdatedAction? Type2622 { get; set; } /// /// /// - public global::GitHub.WebhookPackageUpdatedPackagePackageVersionAuthor? Type2623 { get; set; } + public global::GitHub.WebhookPackageUpdatedPackage? Type2623 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2624 { get; set; } + public global::GitHub.WebhookPackageUpdatedPackageOwner? Type2624 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2625 { get; set; } + public global::GitHub.WebhookPackageUpdatedPackagePackageVersion? Type2625 { get; set; } /// /// /// - public global::GitHub.WebhookPackageUpdatedPackagePackageVersionRelease? Type2626 { get; set; } + public global::GitHub.WebhookPackageUpdatedPackageRegistry? Type2626 { get; set; } /// /// /// - public global::GitHub.WebhookPackageUpdatedPackagePackageVersionAuthorType? Type2627 { get; set; } + public global::GitHub.WebhookPackageUpdatedPackageOwnerType? Type2627 { get; set; } /// /// /// - public global::GitHub.WebhookPackageUpdatedPackagePackageVersionReleaseAuthor? Type2628 { get; set; } + public global::GitHub.WebhookPackageUpdatedPackagePackageVersionAuthor? Type2628 { get; set; } /// /// /// - public global::GitHub.WebhookPackageUpdatedPackagePackageVersionReleaseAuthorType? Type2629 { get; set; } + public global::System.Collections.Generic.IList? Type2629 { get; set; } /// /// /// - public global::GitHub.WebhookPageBuildBuild? Type2630 { get; set; } + public global::System.Collections.Generic.IList? Type2630 { get; set; } /// /// /// - public global::GitHub.WebhookPageBuildBuildError? Type2631 { get; set; } + public global::GitHub.WebhookPackageUpdatedPackagePackageVersionRelease? Type2631 { get; set; } /// /// /// - public global::GitHub.WebhookPageBuildBuildPusher? Type2632 { get; set; } + public global::GitHub.WebhookPackageUpdatedPackagePackageVersionAuthorType? Type2632 { get; set; } /// /// /// - public global::GitHub.WebhookPageBuildBuildPusherType? Type2633 { get; set; } + public global::GitHub.WebhookPackageUpdatedPackagePackageVersionReleaseAuthor? Type2633 { get; set; } /// /// /// - public global::GitHub.WebhookPersonalAccessTokenRequestApprovedAction? Type2634 { get; set; } + public global::GitHub.WebhookPackageUpdatedPackagePackageVersionReleaseAuthorType? Type2634 { get; set; } /// /// /// - public global::GitHub.PersonalAccessTokenRequest? Type2635 { get; set; } + public global::GitHub.WebhookPageBuildBuild? Type2635 { get; set; } /// /// /// - public global::GitHub.WebhookPersonalAccessTokenRequestCancelledAction? Type2636 { get; set; } + public global::GitHub.WebhookPageBuildBuildError? Type2636 { get; set; } /// /// /// - public global::GitHub.WebhookPersonalAccessTokenRequestCreatedAction? Type2637 { get; set; } + public global::GitHub.WebhookPageBuildBuildPusher? Type2637 { get; set; } /// /// /// - public global::GitHub.WebhookPersonalAccessTokenRequestDeniedAction? Type2638 { get; set; } + public global::GitHub.WebhookPageBuildBuildPusherType? Type2638 { get; set; } /// /// /// - public global::GitHub.WebhookPingHook? Type2639 { get; set; } + public global::GitHub.WebhookPersonalAccessTokenRequestApprovedAction? Type2639 { get; set; } /// /// /// - public global::GitHub.WebhookPingHookConfig? Type2640 { get; set; } + public global::GitHub.PersonalAccessTokenRequest? Type2640 { get; set; } /// /// /// - public global::GitHub.WebhookPingHookName? Type2641 { get; set; } + public global::GitHub.WebhookPersonalAccessTokenRequestCancelledAction? Type2641 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCardConvertedAction? Type2642 { get; set; } + public global::GitHub.WebhookPersonalAccessTokenRequestCreatedAction? Type2642 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCardConvertedChanges? Type2643 { get; set; } + public global::GitHub.WebhookPersonalAccessTokenRequestDeniedAction? Type2643 { get; set; } /// /// /// - public global::GitHub.WebhooksProjectCard? Type2644 { get; set; } + public global::GitHub.WebhookPingHook? Type2644 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCardConvertedChangesNote? Type2645 { get; set; } + public global::GitHub.WebhookPingHookConfig? Type2645 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCardCreatedAction? Type2646 { get; set; } + public global::GitHub.WebhookPingHookName? Type2646 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCardDeletedAction? Type2647 { get; set; } + public global::GitHub.WebhookProjectCardConvertedAction? Type2647 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCardDeletedProjectCard? Type2648 { get; set; } + public global::GitHub.WebhookProjectCardConvertedChanges? Type2648 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCardDeletedProjectCardCreator? Type2649 { get; set; } + public global::GitHub.WebhooksProjectCard? Type2649 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCardDeletedProjectCardCreatorType? Type2650 { get; set; } + public global::GitHub.WebhookProjectCardConvertedChangesNote? Type2650 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCardEditedAction? Type2651 { get; set; } + public global::GitHub.WebhookProjectCardCreatedAction? Type2651 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCardEditedChanges? Type2652 { get; set; } + public global::GitHub.WebhookProjectCardDeletedAction? Type2652 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCardEditedChangesNote? Type2653 { get; set; } + public global::GitHub.WebhookProjectCardDeletedProjectCard? Type2653 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCardMovedAction? Type2654 { get; set; } + public global::GitHub.WebhookProjectCardDeletedProjectCardCreator? Type2654 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCardMovedChanges? Type2655 { get; set; } + public global::GitHub.WebhookProjectCardDeletedProjectCardCreatorType? Type2655 { get; set; } /// /// /// - public global::System.AllOf? Type2656 { get; set; } + public global::GitHub.WebhookProjectCardEditedAction? Type2656 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCardMovedChangesColumnId? Type2657 { get; set; } + public global::GitHub.WebhookProjectCardEditedChanges? Type2657 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCardMovedProjectCardCreator? Type2658 { get; set; } + public global::GitHub.WebhookProjectCardEditedChangesNote? Type2658 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCardMovedProjectCardCreatorType? Type2659 { get; set; } + public global::GitHub.WebhookProjectCardMovedAction? Type2659 { get; set; } /// /// /// - public global::GitHub.WebhookProjectClosedAction? Type2660 { get; set; } + public global::GitHub.WebhookProjectCardMovedChanges? Type2660 { get; set; } /// /// /// - public global::GitHub.WebhooksProject? Type2661 { get; set; } + public global::System.AllOf? Type2661 { get; set; } /// /// /// - public global::GitHub.WebhookProjectColumnCreatedAction? Type2662 { get; set; } + public global::GitHub.WebhookProjectCardMovedChangesColumnId? Type2662 { get; set; } /// /// /// - public global::GitHub.WebhooksProjectColumn? Type2663 { get; set; } + public global::GitHub.WebhookProjectCardMovedProjectCardCreator? Type2663 { get; set; } /// /// /// - public global::GitHub.WebhookProjectColumnDeletedAction? Type2664 { get; set; } + public global::GitHub.WebhookProjectCardMovedProjectCardCreatorType? Type2664 { get; set; } /// /// /// - public global::GitHub.WebhookProjectColumnEditedAction? Type2665 { get; set; } + public global::GitHub.WebhookProjectClosedAction? Type2665 { get; set; } /// /// /// - public global::GitHub.WebhookProjectColumnEditedChanges? Type2666 { get; set; } + public global::GitHub.WebhooksProject? Type2666 { get; set; } /// /// /// - public global::GitHub.WebhookProjectColumnEditedChangesName? Type2667 { get; set; } + public global::GitHub.WebhookProjectColumnCreatedAction? Type2667 { get; set; } /// /// /// - public global::GitHub.WebhookProjectColumnMovedAction? Type2668 { get; set; } + public global::GitHub.WebhooksProjectColumn? Type2668 { get; set; } /// /// /// - public global::GitHub.WebhookProjectCreatedAction? Type2669 { get; set; } + public global::GitHub.WebhookProjectColumnDeletedAction? Type2669 { get; set; } /// /// /// - public global::GitHub.WebhookProjectDeletedAction? Type2670 { get; set; } + public global::GitHub.WebhookProjectColumnEditedAction? Type2670 { get; set; } /// /// /// - public global::GitHub.WebhookProjectEditedAction? Type2671 { get; set; } + public global::GitHub.WebhookProjectColumnEditedChanges? Type2671 { get; set; } /// /// /// - public global::GitHub.WebhookProjectEditedChanges? Type2672 { get; set; } + public global::GitHub.WebhookProjectColumnEditedChangesName? Type2672 { get; set; } /// /// /// - public global::GitHub.WebhookProjectEditedChangesBody? Type2673 { get; set; } + public global::GitHub.WebhookProjectColumnMovedAction? Type2673 { get; set; } /// /// /// - public global::GitHub.WebhookProjectEditedChangesName? Type2674 { get; set; } + public global::GitHub.WebhookProjectCreatedAction? Type2674 { get; set; } /// /// /// - public global::GitHub.WebhookProjectReopenedAction? Type2675 { get; set; } + public global::GitHub.WebhookProjectDeletedAction? Type2675 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ProjectClosedAction? Type2676 { get; set; } + public global::GitHub.WebhookProjectEditedAction? Type2676 { get; set; } /// /// /// - public global::GitHub.ProjectsV2? Type2677 { get; set; } + public global::GitHub.WebhookProjectEditedChanges? Type2677 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ProjectCreatedAction? Type2678 { get; set; } + public global::GitHub.WebhookProjectEditedChangesBody? Type2678 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ProjectDeletedAction? Type2679 { get; set; } + public global::GitHub.WebhookProjectEditedChangesName? Type2679 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ProjectEditedAction? Type2680 { get; set; } + public global::GitHub.WebhookProjectReopenedAction? Type2680 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ProjectEditedChanges? Type2681 { get; set; } + public global::GitHub.WebhookProjectsV2ProjectClosedAction? Type2681 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ProjectEditedChangesDescription? Type2682 { get; set; } + public global::GitHub.ProjectsV2? Type2682 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ProjectEditedChangesPublic? Type2683 { get; set; } + public global::GitHub.WebhookProjectsV2ProjectCreatedAction? Type2683 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ProjectEditedChangesShortDescription? Type2684 { get; set; } + public global::GitHub.WebhookProjectsV2ProjectDeletedAction? Type2684 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ProjectEditedChangesTitle? Type2685 { get; set; } + public global::GitHub.WebhookProjectsV2ProjectEditedAction? Type2685 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ItemArchivedAction? Type2686 { get; set; } + public global::GitHub.WebhookProjectsV2ProjectEditedChanges? Type2686 { get; set; } /// /// /// - public global::GitHub.WebhooksProjectChanges? Type2687 { get; set; } + public global::GitHub.WebhookProjectsV2ProjectEditedChangesDescription? Type2687 { get; set; } /// /// /// - public global::GitHub.ProjectsV2Item? Type2688 { get; set; } + public global::GitHub.WebhookProjectsV2ProjectEditedChangesPublic? Type2688 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ItemConvertedAction? Type2689 { get; set; } + public global::GitHub.WebhookProjectsV2ProjectEditedChangesShortDescription? Type2689 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ItemConvertedChanges? Type2690 { get; set; } + public global::GitHub.WebhookProjectsV2ProjectEditedChangesTitle? Type2690 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ItemConvertedChangesContentType? Type2691 { get; set; } + public global::GitHub.WebhookProjectsV2ItemArchivedAction? Type2691 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ItemCreatedAction? Type2692 { get; set; } + public global::GitHub.WebhooksProjectChanges? Type2692 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ItemDeletedAction? Type2693 { get; set; } + public global::GitHub.ProjectsV2Item? Type2693 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ItemEditedAction? Type2694 { get; set; } + public global::GitHub.WebhookProjectsV2ItemConvertedAction? Type2694 { get; set; } /// /// /// - public global::System.OneOf? Type2695 { get; set; } + public global::GitHub.WebhookProjectsV2ItemConvertedChanges? Type2695 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ItemEditedChangesFieldValue? Type2696 { get; set; } + public global::GitHub.WebhookProjectsV2ItemConvertedChangesContentType? Type2696 { get; set; } /// /// /// - public global::System.OneOf? Type2697 { get; set; } + public global::GitHub.WebhookProjectsV2ItemCreatedAction? Type2697 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ItemReorderedAction? Type2698 { get; set; } + public global::GitHub.WebhookProjectsV2ItemDeletedAction? Type2698 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ItemReorderedChanges? Type2699 { get; set; } + public global::GitHub.WebhookProjectsV2ItemEditedAction? Type2699 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ItemReorderedChangesPreviousProjectsV2ItemNodeId? Type2700 { get; set; } + public global::System.OneOf? Type2700 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ItemRestoredAction? Type2701 { get; set; } + public global::GitHub.WebhookProjectsV2ItemEditedChangesFieldValue? Type2701 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2ProjectReopenedAction? Type2702 { get; set; } + public global::System.OneOf? Type2702 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2StatusUpdateCreatedAction? Type2703 { get; set; } + public global::GitHub.WebhookProjectsV2ItemReorderedAction? Type2703 { get; set; } /// /// /// - public global::GitHub.ProjectsV2StatusUpdate? Type2704 { get; set; } + public global::GitHub.WebhookProjectsV2ItemReorderedChanges? Type2704 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2StatusUpdateDeletedAction? Type2705 { get; set; } + public global::GitHub.WebhookProjectsV2ItemReorderedChangesPreviousProjectsV2ItemNodeId? Type2705 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2StatusUpdateEditedAction? Type2706 { get; set; } + public global::GitHub.WebhookProjectsV2ItemRestoredAction? Type2706 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2StatusUpdateEditedChanges? Type2707 { get; set; } + public global::GitHub.WebhookProjectsV2ProjectReopenedAction? Type2707 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2StatusUpdateEditedChangesBody? Type2708 { get; set; } + public global::GitHub.WebhookProjectsV2StatusUpdateCreatedAction? Type2708 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2StatusUpdateEditedChangesStatus? Type2709 { get; set; } + public global::GitHub.ProjectsV2StatusUpdate? Type2709 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2StatusUpdateEditedChangesStartDate? Type2710 { get; set; } + public global::GitHub.WebhookProjectsV2StatusUpdateDeletedAction? Type2710 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2StatusUpdateEditedChangesTargetDate? Type2711 { get; set; } + public global::GitHub.WebhookProjectsV2StatusUpdateEditedAction? Type2711 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2StatusUpdateEditedChangesStatusFrom? Type2712 { get; set; } + public global::GitHub.WebhookProjectsV2StatusUpdateEditedChanges? Type2712 { get; set; } /// /// /// - public global::GitHub.WebhookProjectsV2StatusUpdateEditedChangesStatusTo? Type2713 { get; set; } + public global::GitHub.WebhookProjectsV2StatusUpdateEditedChangesBody? Type2713 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedAction? Type2714 { get; set; } + public global::GitHub.WebhookProjectsV2StatusUpdateEditedChangesStatus? Type2714 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequest? Type2715 { get; set; } + public global::GitHub.WebhookProjectsV2StatusUpdateEditedChangesStartDate? Type2715 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestLinks? Type2716 { get; set; } + public global::GitHub.WebhookProjectsV2StatusUpdateEditedChangesTargetDate? Type2716 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestActiveLockReason? Type2717 { get; set; } + public global::GitHub.WebhookProjectsV2StatusUpdateEditedChangesStatusFrom? Type2717 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestAssignee? Type2718 { get; set; } + public global::GitHub.WebhookProjectsV2StatusUpdateEditedChangesStatusTo? Type2718 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2719 { get; set; } + public global::GitHub.WebhookPullRequestAssignedAction? Type2719 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestAuthorAssociation? Type2720 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequest? Type2720 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestAutoMerge? Type2721 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestLinks? Type2721 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestBase? Type2722 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestActiveLockReason? Type2722 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestHead? Type2723 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestAssignee? Type2723 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2724 { get; set; } + public global::System.Collections.Generic.IList? Type2724 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestMergedBy? Type2725 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestAuthorAssociation? Type2725 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestMilestone? Type2726 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestAutoMerge? Type2726 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type2727 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestBase? Type2727 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2728 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestHead? Type2728 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestState? Type2729 { get; set; } + public global::System.Collections.Generic.IList? Type2729 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestUser? Type2730 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestMergedBy? Type2730 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestLinksComments? Type2731 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestMilestone? Type2731 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestLinksCommits? Type2732 { get; set; } + public global::System.Collections.Generic.IList>? Type2732 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestLinksHtml? Type2733 { get; set; } + public global::System.Collections.Generic.IList? Type2733 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestLinksIssue? Type2734 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestState? Type2734 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestLinksReviewComment? Type2735 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestUser? Type2735 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestLinksReviewComments? Type2736 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestLinksComments? Type2736 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestLinksSelf? Type2737 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestLinksCommits? Type2737 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestLinksStatuses? Type2738 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestLinksHtml? Type2738 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestAssigneeType? Type2739 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestLinksIssue? Type2739 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestAutoMergeEnabledBy? Type2740 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestLinksReviewComment? Type2740 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestAutoMergeMergeMethod? Type2741 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestLinksReviewComments? Type2741 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestAutoMergeEnabledByType? Type2742 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestLinksSelf? Type2742 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepo? Type2743 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestLinksStatuses? Type2743 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestBaseUser? Type2744 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestAssigneeType? Type2744 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoLicense? Type2745 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestAutoMergeEnabledBy? Type2745 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoMergeCommitMessage? Type2746 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestAutoMergeMergeMethod? Type2746 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoMergeCommitTitle? Type2747 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestAutoMergeEnabledByType? Type2747 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoOwner? Type2748 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepo? Type2748 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoPermissions? Type2749 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestBaseUser? Type2749 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoSquashMergeCommitMessage? Type2750 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoLicense? Type2750 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoSquashMergeCommitTitle? Type2751 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoMergeCommitMessage? Type2751 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoVisibility? Type2752 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoMergeCommitTitle? Type2752 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoOwnerType? Type2753 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoOwner? Type2753 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestBaseUserType? Type2754 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoPermissions? Type2754 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepo? Type2755 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoSquashMergeCommitMessage? Type2755 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestHeadUser? Type2756 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoSquashMergeCommitTitle? Type2756 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoLicense? Type2757 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoVisibility? Type2757 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoMergeCommitMessage? Type2758 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestBaseRepoOwnerType? Type2758 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoMergeCommitTitle? Type2759 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestBaseUserType? Type2759 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoOwner? Type2760 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepo? Type2760 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoPermissions? Type2761 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestHeadUser? Type2761 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoSquashMergeCommitMessage? Type2762 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoLicense? Type2762 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoSquashMergeCommitTitle? Type2763 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoMergeCommitMessage? Type2763 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoVisibility? Type2764 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoMergeCommitTitle? Type2764 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoOwnerType? Type2765 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoOwner? Type2765 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestHeadUserType? Type2766 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoPermissions? Type2766 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestMergedByType? Type2767 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoSquashMergeCommitMessage? Type2767 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestMilestoneCreator? Type2768 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoSquashMergeCommitTitle? Type2768 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestMilestoneState? Type2769 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoVisibility? Type2769 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestMilestoneCreatorType? Type2770 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestHeadRepoOwnerType? Type2770 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestUserType? Type2771 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestHeadUserType? Type2771 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestAssigneesType? Type2772 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestMergedByType? Type2772 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestRequestedTeamsParent? Type2773 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestMilestoneCreator? Type2773 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestRequestedTeamsPrivacy? Type2774 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestMilestoneState? Type2774 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAssignedPullRequestRequestedTeamsParentPrivacy? Type2775 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestMilestoneCreatorType? Type2775 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledAction? Type2776 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestUserType? Type2776 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequest? Type2777 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestAssigneesType? Type2777 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinks? Type2778 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestRequestedTeamsParent? Type2778 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestActiveLockReason? Type2779 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestRequestedTeamsPrivacy? Type2779 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestAssignee? Type2780 { get; set; } + public global::GitHub.WebhookPullRequestAssignedPullRequestRequestedTeamsParentPrivacy? Type2780 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2781 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledAction? Type2781 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestAuthorAssociation? Type2782 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequest? Type2782 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestAutoMerge? Type2783 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinks? Type2783 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBase? Type2784 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestActiveLockReason? Type2784 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHead? Type2785 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestAssignee? Type2785 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2786 { get; set; } + public global::System.Collections.Generic.IList? Type2786 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestMergedBy? Type2787 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestAuthorAssociation? Type2787 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestMilestone? Type2788 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestAutoMerge? Type2788 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type2789 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBase? Type2789 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2790 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHead? Type2790 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestState? Type2791 { get; set; } + public global::System.Collections.Generic.IList? Type2791 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestUser? Type2792 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestMergedBy? Type2792 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinksComments? Type2793 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestMilestone? Type2793 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinksCommits? Type2794 { get; set; } + public global::System.Collections.Generic.IList>? Type2794 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinksHtml? Type2795 { get; set; } + public global::System.Collections.Generic.IList? Type2795 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinksIssue? Type2796 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestState? Type2796 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinksReviewComment? Type2797 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestUser? Type2797 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinksReviewComments? Type2798 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinksComments? Type2798 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinksSelf? Type2799 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinksCommits? Type2799 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinksStatuses? Type2800 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinksHtml? Type2800 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestAssigneeType? Type2801 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinksIssue? Type2801 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestAutoMergeEnabledBy? Type2802 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinksReviewComment? Type2802 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestAutoMergeMergeMethod? Type2803 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinksReviewComments? Type2803 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestAutoMergeEnabledByType? Type2804 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinksSelf? Type2804 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepo? Type2805 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestLinksStatuses? Type2805 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseUser? Type2806 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestAssigneeType? Type2806 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoLicense? Type2807 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestAutoMergeEnabledBy? Type2807 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoMergeCommitMessage? Type2808 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestAutoMergeMergeMethod? Type2808 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoMergeCommitTitle? Type2809 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestAutoMergeEnabledByType? Type2809 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoOwner? Type2810 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepo? Type2810 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoPermissions? Type2811 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseUser? Type2811 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoSquashMergeCommitMessage? Type2812 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoLicense? Type2812 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoSquashMergeCommitTitle? Type2813 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoMergeCommitMessage? Type2813 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoVisibility? Type2814 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoMergeCommitTitle? Type2814 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoOwnerType? Type2815 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoOwner? Type2815 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseUserType? Type2816 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoPermissions? Type2816 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepo? Type2817 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoSquashMergeCommitMessage? Type2817 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadUser? Type2818 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoSquashMergeCommitTitle? Type2818 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoLicense? Type2819 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoVisibility? Type2819 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoMergeCommitMessage? Type2820 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepoOwnerType? Type2820 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoMergeCommitTitle? Type2821 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestBaseUserType? Type2821 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoOwner? Type2822 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepo? Type2822 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoPermissions? Type2823 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadUser? Type2823 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoSquashMergeCommitMessage? Type2824 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoLicense? Type2824 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoSquashMergeCommitTitle? Type2825 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoMergeCommitMessage? Type2825 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoVisibility? Type2826 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoMergeCommitTitle? Type2826 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoOwnerType? Type2827 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoOwner? Type2827 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadUserType? Type2828 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoPermissions? Type2828 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestMergedByType? Type2829 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoSquashMergeCommitMessage? Type2829 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestMilestoneCreator? Type2830 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoSquashMergeCommitTitle? Type2830 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestMilestoneState? Type2831 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoVisibility? Type2831 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestMilestoneCreatorType? Type2832 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepoOwnerType? Type2832 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestUserType? Type2833 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestHeadUserType? Type2833 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestAssigneesType? Type2834 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestMergedByType? Type2834 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestRequestedTeamsParent? Type2835 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestMilestoneCreator? Type2835 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestRequestedTeamsPrivacy? Type2836 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestMilestoneState? Type2836 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestRequestedTeamsParentPrivacy? Type2837 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestMilestoneCreatorType? Type2837 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledAction? Type2838 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestUserType? Type2838 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequest? Type2839 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestAssigneesType? Type2839 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinks? Type2840 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestRequestedTeamsParent? Type2840 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestActiveLockReason? Type2841 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestRequestedTeamsPrivacy? Type2841 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestAssignee? Type2842 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeDisabledPullRequestRequestedTeamsParentPrivacy? Type2842 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2843 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledAction? Type2843 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestAuthorAssociation? Type2844 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequest? Type2844 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestAutoMerge? Type2845 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinks? Type2845 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBase? Type2846 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestActiveLockReason? Type2846 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHead? Type2847 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestAssignee? Type2847 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2848 { get; set; } + public global::System.Collections.Generic.IList? Type2848 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestMergedBy? Type2849 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestAuthorAssociation? Type2849 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestMilestone? Type2850 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestAutoMerge? Type2850 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type2851 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBase? Type2851 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2852 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHead? Type2852 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestState? Type2853 { get; set; } + public global::System.Collections.Generic.IList? Type2853 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestUser? Type2854 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestMergedBy? Type2854 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinksComments? Type2855 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestMilestone? Type2855 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinksCommits? Type2856 { get; set; } + public global::System.Collections.Generic.IList>? Type2856 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinksHtml? Type2857 { get; set; } + public global::System.Collections.Generic.IList? Type2857 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinksIssue? Type2858 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestState? Type2858 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinksReviewComment? Type2859 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestUser? Type2859 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinksReviewComments? Type2860 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinksComments? Type2860 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinksSelf? Type2861 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinksCommits? Type2861 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinksStatuses? Type2862 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinksHtml? Type2862 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestAssigneeType? Type2863 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinksIssue? Type2863 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestAutoMergeEnabledBy? Type2864 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinksReviewComment? Type2864 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestAutoMergeMergeMethod? Type2865 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinksReviewComments? Type2865 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestAutoMergeEnabledByType? Type2866 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinksSelf? Type2866 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepo? Type2867 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestLinksStatuses? Type2867 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseUser? Type2868 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestAssigneeType? Type2868 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoLicense? Type2869 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestAutoMergeEnabledBy? Type2869 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoMergeCommitMessage? Type2870 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestAutoMergeMergeMethod? Type2870 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoMergeCommitTitle? Type2871 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestAutoMergeEnabledByType? Type2871 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoOwner? Type2872 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepo? Type2872 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoPermissions? Type2873 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseUser? Type2873 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoSquashMergeCommitMessage? Type2874 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoLicense? Type2874 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoSquashMergeCommitTitle? Type2875 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoMergeCommitMessage? Type2875 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoVisibility? Type2876 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoMergeCommitTitle? Type2876 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoOwnerType? Type2877 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoOwner? Type2877 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseUserType? Type2878 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoPermissions? Type2878 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepo? Type2879 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoSquashMergeCommitMessage? Type2879 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadUser? Type2880 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoSquashMergeCommitTitle? Type2880 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoLicense? Type2881 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoVisibility? Type2881 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoMergeCommitMessage? Type2882 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepoOwnerType? Type2882 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoMergeCommitTitle? Type2883 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestBaseUserType? Type2883 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoOwner? Type2884 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepo? Type2884 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoPermissions? Type2885 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadUser? Type2885 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoSquashMergeCommitMessage? Type2886 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoLicense? Type2886 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoSquashMergeCommitTitle? Type2887 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoMergeCommitMessage? Type2887 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoVisibility? Type2888 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoMergeCommitTitle? Type2888 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoOwnerType? Type2889 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoOwner? Type2889 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadUserType? Type2890 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoPermissions? Type2890 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestMergedByType? Type2891 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoSquashMergeCommitMessage? Type2891 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestMilestoneCreator? Type2892 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoSquashMergeCommitTitle? Type2892 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestMilestoneState? Type2893 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoVisibility? Type2893 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestMilestoneCreatorType? Type2894 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepoOwnerType? Type2894 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestUserType? Type2895 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestHeadUserType? Type2895 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestAssigneesType? Type2896 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestMergedByType? Type2896 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestRequestedTeamsParent? Type2897 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestMilestoneCreator? Type2897 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestRequestedTeamsPrivacy? Type2898 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestMilestoneState? Type2898 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestRequestedTeamsParentPrivacy? Type2899 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestMilestoneCreatorType? Type2899 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestClosedAction? Type2900 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestUserType? Type2900 { get; set; } /// /// /// - public global::System.AllOf? Type2901 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestAssigneesType? Type2901 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestClosedPullRequestMergeCommitMessage? Type2902 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestRequestedTeamsParent? Type2902 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestClosedPullRequestMergeCommitTitle? Type2903 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestRequestedTeamsPrivacy? Type2903 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestClosedPullRequestSquashMergeCommitMessage? Type2904 { get; set; } + public global::GitHub.WebhookPullRequestAutoMergeEnabledPullRequestRequestedTeamsParentPrivacy? Type2904 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestClosedPullRequestSquashMergeCommitTitle? Type2905 { get; set; } + public global::GitHub.WebhookPullRequestClosedAction? Type2905 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestConvertedToDraftAction? Type2906 { get; set; } + public global::System.AllOf? Type2906 { get; set; } /// /// /// - public global::System.AllOf? Type2907 { get; set; } + public global::GitHub.WebhookPullRequestClosedPullRequestMergeCommitMessage? Type2907 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestConvertedToDraftPullRequestMergeCommitMessage? Type2908 { get; set; } + public global::GitHub.WebhookPullRequestClosedPullRequestMergeCommitTitle? Type2908 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestConvertedToDraftPullRequestMergeCommitTitle? Type2909 { get; set; } + public global::GitHub.WebhookPullRequestClosedPullRequestSquashMergeCommitMessage? Type2909 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestConvertedToDraftPullRequestSquashMergeCommitMessage? Type2910 { get; set; } + public global::GitHub.WebhookPullRequestClosedPullRequestSquashMergeCommitTitle? Type2910 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestConvertedToDraftPullRequestSquashMergeCommitTitle? Type2911 { get; set; } + public global::GitHub.WebhookPullRequestConvertedToDraftAction? Type2911 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDemilestonedAction? Type2912 { get; set; } + public global::System.AllOf? Type2912 { get; set; } /// /// /// - public global::GitHub.Milestone? Type2913 { get; set; } + public global::GitHub.WebhookPullRequestConvertedToDraftPullRequestMergeCommitMessage? Type2913 { get; set; } /// /// /// - public global::GitHub.WebhooksPullRequest5? Type2914 { get; set; } + public global::GitHub.WebhookPullRequestConvertedToDraftPullRequestMergeCommitTitle? Type2914 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedAction? Type2915 { get; set; } + public global::GitHub.WebhookPullRequestConvertedToDraftPullRequestSquashMergeCommitMessage? Type2915 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequest? Type2916 { get; set; } + public global::GitHub.WebhookPullRequestConvertedToDraftPullRequestSquashMergeCommitTitle? Type2916 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestLinks? Type2917 { get; set; } + public global::GitHub.WebhookPullRequestDemilestonedAction? Type2917 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestActiveLockReason? Type2918 { get; set; } + public global::GitHub.Milestone? Type2918 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestAssignee? Type2919 { get; set; } + public global::GitHub.WebhooksPullRequest5? Type2919 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2920 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedAction? Type2920 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestAuthorAssociation? Type2921 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequest? Type2921 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestAutoMerge? Type2922 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestLinks? Type2922 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestBase? Type2923 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestActiveLockReason? Type2923 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestHead? Type2924 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestAssignee? Type2924 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2925 { get; set; } + public global::System.Collections.Generic.IList? Type2925 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestMergedBy? Type2926 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestAuthorAssociation? Type2926 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestMilestone? Type2927 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestAutoMerge? Type2927 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type2928 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestBase? Type2928 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2929 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestHead? Type2929 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestState? Type2930 { get; set; } + public global::System.Collections.Generic.IList? Type2930 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestUser? Type2931 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestMergedBy? Type2931 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestLinksComments? Type2932 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestMilestone? Type2932 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestLinksCommits? Type2933 { get; set; } + public global::System.Collections.Generic.IList>? Type2933 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestLinksHtml? Type2934 { get; set; } + public global::System.Collections.Generic.IList? Type2934 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestLinksIssue? Type2935 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestState? Type2935 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestLinksReviewComment? Type2936 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestUser? Type2936 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestLinksReviewComments? Type2937 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestLinksComments? Type2937 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestLinksSelf? Type2938 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestLinksCommits? Type2938 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestLinksStatuses? Type2939 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestLinksHtml? Type2939 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestAssigneeType? Type2940 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestLinksIssue? Type2940 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestAutoMergeEnabledBy? Type2941 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestLinksReviewComment? Type2941 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestAutoMergeMergeMethod? Type2942 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestLinksReviewComments? Type2942 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestAutoMergeEnabledByType? Type2943 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestLinksSelf? Type2943 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepo? Type2944 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestLinksStatuses? Type2944 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseUser? Type2945 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestAssigneeType? Type2945 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoLicense? Type2946 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestAutoMergeEnabledBy? Type2946 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoMergeCommitMessage? Type2947 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestAutoMergeMergeMethod? Type2947 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoMergeCommitTitle? Type2948 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestAutoMergeEnabledByType? Type2948 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoOwner? Type2949 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepo? Type2949 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoPermissions? Type2950 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseUser? Type2950 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoSquashMergeCommitMessage? Type2951 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoLicense? Type2951 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoSquashMergeCommitTitle? Type2952 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoMergeCommitMessage? Type2952 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoVisibility? Type2953 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoMergeCommitTitle? Type2953 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoOwnerType? Type2954 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoOwner? Type2954 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseUserType? Type2955 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoPermissions? Type2955 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepo? Type2956 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoSquashMergeCommitMessage? Type2956 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadUser? Type2957 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoSquashMergeCommitTitle? Type2957 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoLicense? Type2958 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoVisibility? Type2958 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoMergeCommitMessage? Type2959 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseRepoOwnerType? Type2959 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoMergeCommitTitle? Type2960 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestBaseUserType? Type2960 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoOwner? Type2961 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepo? Type2961 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoPermissions? Type2962 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadUser? Type2962 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoSquashMergeCommitMessage? Type2963 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoLicense? Type2963 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoSquashMergeCommitTitle? Type2964 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoMergeCommitMessage? Type2964 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoVisibility? Type2965 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoMergeCommitTitle? Type2965 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoOwnerType? Type2966 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoOwner? Type2966 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadUserType? Type2967 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoPermissions? Type2967 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestMergedByType? Type2968 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoSquashMergeCommitMessage? Type2968 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestMilestoneCreator? Type2969 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoSquashMergeCommitTitle? Type2969 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestMilestoneState? Type2970 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoVisibility? Type2970 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestMilestoneCreatorType? Type2971 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadRepoOwnerType? Type2971 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestUserType? Type2972 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestHeadUserType? Type2972 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestAssigneesType? Type2973 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestMergedByType? Type2973 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestRequestedTeamsParent? Type2974 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestMilestoneCreator? Type2974 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestRequestedTeamsPrivacy? Type2975 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestMilestoneState? Type2975 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestDequeuedPullRequestRequestedTeamsParentPrivacy? Type2976 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestMilestoneCreatorType? Type2976 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEditedAction? Type2977 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestUserType? Type2977 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEditedChanges? Type2978 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestAssigneesType? Type2978 { get; set; } /// /// /// - public global::System.AllOf? Type2979 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestRequestedTeamsParent? Type2979 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEditedChangesBase? Type2980 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestRequestedTeamsPrivacy? Type2980 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEditedChangesBody? Type2981 { get; set; } + public global::GitHub.WebhookPullRequestDequeuedPullRequestRequestedTeamsParentPrivacy? Type2981 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEditedChangesTitle? Type2982 { get; set; } + public global::GitHub.WebhookPullRequestEditedAction? Type2982 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEditedChangesBaseRef? Type2983 { get; set; } + public global::GitHub.WebhookPullRequestEditedChanges? Type2983 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEditedChangesBaseSha? Type2984 { get; set; } + public global::System.AllOf? Type2984 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEditedPullRequestMergeCommitMessage? Type2985 { get; set; } + public global::GitHub.WebhookPullRequestEditedChangesBase? Type2985 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEditedPullRequestMergeCommitTitle? Type2986 { get; set; } + public global::GitHub.WebhookPullRequestEditedChangesBody? Type2986 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEditedPullRequestSquashMergeCommitMessage? Type2987 { get; set; } + public global::GitHub.WebhookPullRequestEditedChangesTitle? Type2987 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEditedPullRequestSquashMergeCommitTitle? Type2988 { get; set; } + public global::GitHub.WebhookPullRequestEditedChangesBaseRef? Type2988 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedAction? Type2989 { get; set; } + public global::GitHub.WebhookPullRequestEditedChangesBaseSha? Type2989 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequest? Type2990 { get; set; } + public global::GitHub.WebhookPullRequestEditedPullRequestMergeCommitMessage? Type2990 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinks? Type2991 { get; set; } + public global::GitHub.WebhookPullRequestEditedPullRequestMergeCommitTitle? Type2991 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestActiveLockReason? Type2992 { get; set; } + public global::GitHub.WebhookPullRequestEditedPullRequestSquashMergeCommitMessage? Type2992 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestAssignee? Type2993 { get; set; } + public global::GitHub.WebhookPullRequestEditedPullRequestSquashMergeCommitTitle? Type2993 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2994 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedAction? Type2994 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestAuthorAssociation? Type2995 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequest? Type2995 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestAutoMerge? Type2996 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinks? Type2996 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestBase? Type2997 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestActiveLockReason? Type2997 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestHead? Type2998 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestAssignee? Type2998 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2999 { get; set; } + public global::System.Collections.Generic.IList? Type2999 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestMergedBy? Type3000 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestAuthorAssociation? Type3000 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestMilestone? Type3001 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestAutoMerge? Type3001 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type3002 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestBase? Type3002 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3003 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestHead? Type3003 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestState? Type3004 { get; set; } + public global::System.Collections.Generic.IList? Type3004 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestUser? Type3005 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestMergedBy? Type3005 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinksComments? Type3006 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestMilestone? Type3006 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinksCommits? Type3007 { get; set; } + public global::System.Collections.Generic.IList>? Type3007 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinksHtml? Type3008 { get; set; } + public global::System.Collections.Generic.IList? Type3008 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinksIssue? Type3009 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestState? Type3009 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinksReviewComment? Type3010 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestUser? Type3010 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinksReviewComments? Type3011 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinksComments? Type3011 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinksSelf? Type3012 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinksCommits? Type3012 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinksStatuses? Type3013 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinksHtml? Type3013 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestAssigneeType? Type3014 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinksIssue? Type3014 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestAutoMergeEnabledBy? Type3015 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinksReviewComment? Type3015 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestAutoMergeMergeMethod? Type3016 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinksReviewComments? Type3016 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestAutoMergeEnabledByType? Type3017 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinksSelf? Type3017 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepo? Type3018 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestLinksStatuses? Type3018 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseUser? Type3019 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestAssigneeType? Type3019 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoLicense? Type3020 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestAutoMergeEnabledBy? Type3020 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoMergeCommitMessage? Type3021 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestAutoMergeMergeMethod? Type3021 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoMergeCommitTitle? Type3022 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestAutoMergeEnabledByType? Type3022 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoOwner? Type3023 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepo? Type3023 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoPermissions? Type3024 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseUser? Type3024 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoSquashMergeCommitMessage? Type3025 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoLicense? Type3025 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoSquashMergeCommitTitle? Type3026 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoMergeCommitMessage? Type3026 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoVisibility? Type3027 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoMergeCommitTitle? Type3027 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoOwnerType? Type3028 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoOwner? Type3028 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseUserType? Type3029 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoPermissions? Type3029 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepo? Type3030 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoSquashMergeCommitMessage? Type3030 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadUser? Type3031 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoSquashMergeCommitTitle? Type3031 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoLicense? Type3032 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoVisibility? Type3032 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoMergeCommitMessage? Type3033 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseRepoOwnerType? Type3033 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoMergeCommitTitle? Type3034 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestBaseUserType? Type3034 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoOwner? Type3035 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepo? Type3035 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoPermissions? Type3036 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadUser? Type3036 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoSquashMergeCommitMessage? Type3037 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoLicense? Type3037 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoSquashMergeCommitTitle? Type3038 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoMergeCommitMessage? Type3038 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoVisibility? Type3039 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoMergeCommitTitle? Type3039 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoOwnerType? Type3040 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoOwner? Type3040 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadUserType? Type3041 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoPermissions? Type3041 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestMergedByType? Type3042 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoSquashMergeCommitMessage? Type3042 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestMilestoneCreator? Type3043 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoSquashMergeCommitTitle? Type3043 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestMilestoneState? Type3044 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoVisibility? Type3044 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestMilestoneCreatorType? Type3045 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadRepoOwnerType? Type3045 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestUserType? Type3046 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestHeadUserType? Type3046 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestAssigneesType? Type3047 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestMergedByType? Type3047 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestRequestedTeamsParent? Type3048 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestMilestoneCreator? Type3048 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestRequestedTeamsPrivacy? Type3049 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestMilestoneState? Type3049 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestEnqueuedPullRequestRequestedTeamsParentPrivacy? Type3050 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestMilestoneCreatorType? Type3050 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledAction? Type3051 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestUserType? Type3051 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequest? Type3052 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestAssigneesType? Type3052 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestLinks? Type3053 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestRequestedTeamsParent? Type3053 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestActiveLockReason? Type3054 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestRequestedTeamsPrivacy? Type3054 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestAssignee? Type3055 { get; set; } + public global::GitHub.WebhookPullRequestEnqueuedPullRequestRequestedTeamsParentPrivacy? Type3055 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3056 { get; set; } + public global::GitHub.WebhookPullRequestLabeledAction? Type3056 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestAuthorAssociation? Type3057 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequest? Type3057 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestAutoMerge? Type3058 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestLinks? Type3058 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestBase? Type3059 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestActiveLockReason? Type3059 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestHead? Type3060 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestAssignee? Type3060 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3061 { get; set; } + public global::System.Collections.Generic.IList? Type3061 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestMergedBy? Type3062 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestAuthorAssociation? Type3062 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestMilestone? Type3063 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestAutoMerge? Type3063 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type3064 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestBase? Type3064 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3065 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestHead? Type3065 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestState? Type3066 { get; set; } + public global::System.Collections.Generic.IList? Type3066 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestUser? Type3067 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestMergedBy? Type3067 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestLinksComments? Type3068 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestMilestone? Type3068 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestLinksCommits? Type3069 { get; set; } + public global::System.Collections.Generic.IList>? Type3069 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestLinksHtml? Type3070 { get; set; } + public global::System.Collections.Generic.IList? Type3070 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestLinksIssue? Type3071 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestState? Type3071 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestLinksReviewComment? Type3072 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestUser? Type3072 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestLinksReviewComments? Type3073 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestLinksComments? Type3073 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestLinksSelf? Type3074 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestLinksCommits? Type3074 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestLinksStatuses? Type3075 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestLinksHtml? Type3075 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestAssigneeType? Type3076 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestLinksIssue? Type3076 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestAutoMergeEnabledBy? Type3077 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestLinksReviewComment? Type3077 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestAutoMergeMergeMethod? Type3078 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestLinksReviewComments? Type3078 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestAutoMergeEnabledByType? Type3079 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestLinksSelf? Type3079 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepo? Type3080 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestLinksStatuses? Type3080 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestBaseUser? Type3081 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestAssigneeType? Type3081 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoLicense? Type3082 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestAutoMergeEnabledBy? Type3082 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoMergeCommitMessage? Type3083 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestAutoMergeMergeMethod? Type3083 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoMergeCommitTitle? Type3084 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestAutoMergeEnabledByType? Type3084 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoOwner? Type3085 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepo? Type3085 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoPermissions? Type3086 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestBaseUser? Type3086 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoSquashMergeCommitMessage? Type3087 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoLicense? Type3087 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoSquashMergeCommitTitle? Type3088 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoMergeCommitMessage? Type3088 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoVisibility? Type3089 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoMergeCommitTitle? Type3089 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoOwnerType? Type3090 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoOwner? Type3090 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestBaseUserType? Type3091 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoPermissions? Type3091 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepo? Type3092 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoSquashMergeCommitMessage? Type3092 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestHeadUser? Type3093 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoSquashMergeCommitTitle? Type3093 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoLicense? Type3094 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoVisibility? Type3094 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoMergeCommitMessage? Type3095 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestBaseRepoOwnerType? Type3095 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoMergeCommitTitle? Type3096 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestBaseUserType? Type3096 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoOwner? Type3097 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepo? Type3097 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoPermissions? Type3098 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestHeadUser? Type3098 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoSquashMergeCommitMessage? Type3099 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoLicense? Type3099 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoSquashMergeCommitTitle? Type3100 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoMergeCommitMessage? Type3100 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoVisibility? Type3101 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoMergeCommitTitle? Type3101 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoOwnerType? Type3102 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoOwner? Type3102 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestHeadUserType? Type3103 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoPermissions? Type3103 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestMergedByType? Type3104 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoSquashMergeCommitMessage? Type3104 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestMilestoneCreator? Type3105 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoSquashMergeCommitTitle? Type3105 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestMilestoneState? Type3106 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoVisibility? Type3106 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestMilestoneCreatorType? Type3107 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestHeadRepoOwnerType? Type3107 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestUserType? Type3108 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestHeadUserType? Type3108 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestAssigneesType? Type3109 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestMergedByType? Type3109 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestRequestedTeamsParent? Type3110 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestMilestoneCreator? Type3110 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestRequestedTeamsPrivacy? Type3111 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestMilestoneState? Type3111 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLabeledPullRequestRequestedTeamsParentPrivacy? Type3112 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestMilestoneCreatorType? Type3112 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedAction? Type3113 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestUserType? Type3113 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequest? Type3114 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestAssigneesType? Type3114 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestLinks? Type3115 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestRequestedTeamsParent? Type3115 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestActiveLockReason? Type3116 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestRequestedTeamsPrivacy? Type3116 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestAssignee? Type3117 { get; set; } + public global::GitHub.WebhookPullRequestLabeledPullRequestRequestedTeamsParentPrivacy? Type3117 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3118 { get; set; } + public global::GitHub.WebhookPullRequestLockedAction? Type3118 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestAuthorAssociation? Type3119 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequest? Type3119 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestAutoMerge? Type3120 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestLinks? Type3120 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestBase? Type3121 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestActiveLockReason? Type3121 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestHead? Type3122 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestAssignee? Type3122 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3123 { get; set; } + public global::System.Collections.Generic.IList? Type3123 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestMergedBy? Type3124 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestAuthorAssociation? Type3124 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestMilestone? Type3125 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestAutoMerge? Type3125 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type3126 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestBase? Type3126 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3127 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestHead? Type3127 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestState? Type3128 { get; set; } + public global::System.Collections.Generic.IList? Type3128 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestUser? Type3129 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestMergedBy? Type3129 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestLinksComments? Type3130 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestMilestone? Type3130 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestLinksCommits? Type3131 { get; set; } + public global::System.Collections.Generic.IList>? Type3131 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestLinksHtml? Type3132 { get; set; } + public global::System.Collections.Generic.IList? Type3132 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestLinksIssue? Type3133 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestState? Type3133 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestLinksReviewComment? Type3134 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestUser? Type3134 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestLinksReviewComments? Type3135 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestLinksComments? Type3135 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestLinksSelf? Type3136 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestLinksCommits? Type3136 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestLinksStatuses? Type3137 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestLinksHtml? Type3137 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestAssigneeType? Type3138 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestLinksIssue? Type3138 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestAutoMergeEnabledBy? Type3139 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestLinksReviewComment? Type3139 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestAutoMergeMergeMethod? Type3140 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestLinksReviewComments? Type3140 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestAutoMergeEnabledByType? Type3141 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestLinksSelf? Type3141 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepo? Type3142 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestLinksStatuses? Type3142 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestBaseUser? Type3143 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestAssigneeType? Type3143 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoLicense? Type3144 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestAutoMergeEnabledBy? Type3144 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoMergeCommitMessage? Type3145 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestAutoMergeMergeMethod? Type3145 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoMergeCommitTitle? Type3146 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestAutoMergeEnabledByType? Type3146 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoOwner? Type3147 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepo? Type3147 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoPermissions? Type3148 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestBaseUser? Type3148 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoSquashMergeCommitMessage? Type3149 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoLicense? Type3149 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoSquashMergeCommitTitle? Type3150 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoMergeCommitMessage? Type3150 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoVisibility? Type3151 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoMergeCommitTitle? Type3151 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoOwnerType? Type3152 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoOwner? Type3152 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestBaseUserType? Type3153 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoPermissions? Type3153 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepo? Type3154 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoSquashMergeCommitMessage? Type3154 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestHeadUser? Type3155 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoSquashMergeCommitTitle? Type3155 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoLicense? Type3156 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoVisibility? Type3156 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoMergeCommitMessage? Type3157 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestBaseRepoOwnerType? Type3157 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoMergeCommitTitle? Type3158 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestBaseUserType? Type3158 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoOwner? Type3159 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepo? Type3159 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoPermissions? Type3160 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestHeadUser? Type3160 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoSquashMergeCommitMessage? Type3161 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoLicense? Type3161 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoSquashMergeCommitTitle? Type3162 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoMergeCommitMessage? Type3162 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoVisibility? Type3163 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoMergeCommitTitle? Type3163 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoOwnerType? Type3164 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoOwner? Type3164 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestHeadUserType? Type3165 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoPermissions? Type3165 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestMergedByType? Type3166 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoSquashMergeCommitMessage? Type3166 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestMilestoneCreator? Type3167 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoSquashMergeCommitTitle? Type3167 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestMilestoneState? Type3168 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoVisibility? Type3168 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestMilestoneCreatorType? Type3169 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestHeadRepoOwnerType? Type3169 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestUserType? Type3170 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestHeadUserType? Type3170 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestAssigneesType? Type3171 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestMergedByType? Type3171 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestRequestedTeamsParent? Type3172 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestMilestoneCreator? Type3172 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestRequestedTeamsPrivacy? Type3173 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestMilestoneState? Type3173 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestLockedPullRequestRequestedTeamsParentPrivacy? Type3174 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestMilestoneCreatorType? Type3174 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestMilestonedAction? Type3175 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestUserType? Type3175 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestOpenedAction? Type3176 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestAssigneesType? Type3176 { get; set; } /// /// /// - public global::System.AllOf? Type3177 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestRequestedTeamsParent? Type3177 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestOpenedPullRequestMergeCommitMessage? Type3178 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestRequestedTeamsPrivacy? Type3178 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestOpenedPullRequestMergeCommitTitle? Type3179 { get; set; } + public global::GitHub.WebhookPullRequestLockedPullRequestRequestedTeamsParentPrivacy? Type3179 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestOpenedPullRequestSquashMergeCommitMessage? Type3180 { get; set; } + public global::GitHub.WebhookPullRequestMilestonedAction? Type3180 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestOpenedPullRequestSquashMergeCommitTitle? Type3181 { get; set; } + public global::GitHub.WebhookPullRequestOpenedAction? Type3181 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReadyForReviewAction? Type3182 { get; set; } + public global::System.AllOf? Type3182 { get; set; } /// /// /// - public global::System.AllOf? Type3183 { get; set; } + public global::GitHub.WebhookPullRequestOpenedPullRequestMergeCommitMessage? Type3183 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReadyForReviewPullRequestMergeCommitMessage? Type3184 { get; set; } + public global::GitHub.WebhookPullRequestOpenedPullRequestMergeCommitTitle? Type3184 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReadyForReviewPullRequestMergeCommitTitle? Type3185 { get; set; } + public global::GitHub.WebhookPullRequestOpenedPullRequestSquashMergeCommitMessage? Type3185 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReadyForReviewPullRequestSquashMergeCommitMessage? Type3186 { get; set; } + public global::GitHub.WebhookPullRequestOpenedPullRequestSquashMergeCommitTitle? Type3186 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReadyForReviewPullRequestSquashMergeCommitTitle? Type3187 { get; set; } + public global::GitHub.WebhookPullRequestReadyForReviewAction? Type3187 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReopenedAction? Type3188 { get; set; } + public global::System.AllOf? Type3188 { get; set; } /// /// /// - public global::System.AllOf? Type3189 { get; set; } + public global::GitHub.WebhookPullRequestReadyForReviewPullRequestMergeCommitMessage? Type3189 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReopenedPullRequestMergeCommitMessage? Type3190 { get; set; } + public global::GitHub.WebhookPullRequestReadyForReviewPullRequestMergeCommitTitle? Type3190 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReopenedPullRequestMergeCommitTitle? Type3191 { get; set; } + public global::GitHub.WebhookPullRequestReadyForReviewPullRequestSquashMergeCommitMessage? Type3191 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReopenedPullRequestSquashMergeCommitMessage? Type3192 { get; set; } + public global::GitHub.WebhookPullRequestReadyForReviewPullRequestSquashMergeCommitTitle? Type3192 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReopenedPullRequestSquashMergeCommitTitle? Type3193 { get; set; } + public global::GitHub.WebhookPullRequestReopenedAction? Type3193 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedAction? Type3194 { get; set; } + public global::System.AllOf? Type3194 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedComment? Type3195 { get; set; } + public global::GitHub.WebhookPullRequestReopenedPullRequestMergeCommitMessage? Type3195 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequest? Type3196 { get; set; } + public global::GitHub.WebhookPullRequestReopenedPullRequestMergeCommitTitle? Type3196 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentLinks? Type3197 { get; set; } + public global::GitHub.WebhookPullRequestReopenedPullRequestSquashMergeCommitMessage? Type3197 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentAuthorAssociation? Type3198 { get; set; } + public global::GitHub.WebhookPullRequestReopenedPullRequestSquashMergeCommitTitle? Type3198 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentReactions? Type3199 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedAction? Type3199 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentSide? Type3200 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedComment? Type3200 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentStartSide? Type3201 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequest? Type3201 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentSubjectType? Type3202 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentLinks? Type3202 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentUser? Type3203 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentAuthorAssociation? Type3203 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentLinksHtml? Type3204 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentReactions? Type3204 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentLinksPullRequest? Type3205 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentSide? Type3205 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentLinksSelf? Type3206 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentStartSide? Type3206 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentUserType? Type3207 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentSubjectType? Type3207 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinks? Type3208 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentUser? Type3208 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestActiveLockReason? Type3209 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentLinksHtml? Type3209 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestAssignee? Type3210 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentLinksPullRequest? Type3210 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3211 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentLinksSelf? Type3211 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestAuthorAssociation? Type3212 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedCommentUserType? Type3212 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestAutoMerge? Type3213 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinks? Type3213 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBase? Type3214 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestActiveLockReason? Type3214 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHead? Type3215 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestAssignee? Type3215 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3216 { get; set; } + public global::System.Collections.Generic.IList? Type3216 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestMilestone? Type3217 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestAuthorAssociation? Type3217 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type3218 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestAutoMerge? Type3218 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3219 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBase? Type3219 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestState? Type3220 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHead? Type3220 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestUser? Type3221 { get; set; } + public global::System.Collections.Generic.IList? Type3221 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinksComments? Type3222 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestMilestone? Type3222 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinksCommits? Type3223 { get; set; } + public global::System.Collections.Generic.IList>? Type3223 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinksHtml? Type3224 { get; set; } + public global::System.Collections.Generic.IList? Type3224 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinksIssue? Type3225 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestState? Type3225 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinksReviewComment? Type3226 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestUser? Type3226 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinksReviewComments? Type3227 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinksComments? Type3227 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinksSelf? Type3228 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinksCommits? Type3228 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinksStatuses? Type3229 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinksHtml? Type3229 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestAssigneeType? Type3230 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinksIssue? Type3230 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestAutoMergeEnabledBy? Type3231 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinksReviewComment? Type3231 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestAutoMergeMergeMethod? Type3232 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinksReviewComments? Type3232 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestAutoMergeEnabledByType? Type3233 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinksSelf? Type3233 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepo? Type3234 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestLinksStatuses? Type3234 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseUser? Type3235 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestAssigneeType? Type3235 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoLicense? Type3236 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestAutoMergeEnabledBy? Type3236 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoMergeCommitMessage? Type3237 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestAutoMergeMergeMethod? Type3237 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoMergeCommitTitle? Type3238 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestAutoMergeEnabledByType? Type3238 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoOwner? Type3239 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepo? Type3239 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoPermissions? Type3240 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseUser? Type3240 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoSquashMergeCommitMessage? Type3241 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoLicense? Type3241 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoSquashMergeCommitTitle? Type3242 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoMergeCommitMessage? Type3242 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoVisibility? Type3243 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoMergeCommitTitle? Type3243 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoOwnerType? Type3244 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoOwner? Type3244 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseUserType? Type3245 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoPermissions? Type3245 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepo? Type3246 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoSquashMergeCommitMessage? Type3246 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadUser? Type3247 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoSquashMergeCommitTitle? Type3247 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoLicense? Type3248 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoVisibility? Type3248 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoMergeCommitMessage? Type3249 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepoOwnerType? Type3249 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoMergeCommitTitle? Type3250 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestBaseUserType? Type3250 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoOwner? Type3251 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepo? Type3251 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoPermissions? Type3252 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadUser? Type3252 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoSquashMergeCommitMessage? Type3253 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoLicense? Type3253 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoSquashMergeCommitTitle? Type3254 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoMergeCommitMessage? Type3254 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoVisibility? Type3255 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoMergeCommitTitle? Type3255 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoOwnerType? Type3256 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoOwner? Type3256 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadUserType? Type3257 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoPermissions? Type3257 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestMilestoneCreator? Type3258 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoSquashMergeCommitMessage? Type3258 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestMilestoneState? Type3259 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoSquashMergeCommitTitle? Type3259 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestMilestoneCreatorType? Type3260 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoVisibility? Type3260 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestUserType? Type3261 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepoOwnerType? Type3261 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestAssigneesType? Type3262 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestHeadUserType? Type3262 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestRequestedTeamsParent? Type3263 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestMilestoneCreator? Type3263 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestRequestedTeamsPrivacy? Type3264 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestMilestoneState? Type3264 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestRequestedTeamsParentPrivacy? Type3265 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestMilestoneCreatorType? Type3265 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedAction? Type3266 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestUserType? Type3266 { get; set; } /// /// /// - public global::GitHub.WebhooksReviewComment? Type3267 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestAssigneesType? Type3267 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequest? Type3268 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestRequestedTeamsParent? Type3268 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinks? Type3269 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestRequestedTeamsPrivacy? Type3269 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestActiveLockReason? Type3270 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentCreatedPullRequestRequestedTeamsParentPrivacy? Type3270 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestAssignee? Type3271 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedAction? Type3271 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3272 { get; set; } + public global::GitHub.WebhooksReviewComment? Type3272 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestAuthorAssociation? Type3273 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequest? Type3273 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestAutoMerge? Type3274 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinks? Type3274 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBase? Type3275 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestActiveLockReason? Type3275 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHead? Type3276 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestAssignee? Type3276 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3277 { get; set; } + public global::System.Collections.Generic.IList? Type3277 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestMilestone? Type3278 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestAuthorAssociation? Type3278 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type3279 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestAutoMerge? Type3279 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3280 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBase? Type3280 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestState? Type3281 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHead? Type3281 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestUser? Type3282 { get; set; } + public global::System.Collections.Generic.IList? Type3282 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinksComments? Type3283 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestMilestone? Type3283 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinksCommits? Type3284 { get; set; } + public global::System.Collections.Generic.IList>? Type3284 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinksHtml? Type3285 { get; set; } + public global::System.Collections.Generic.IList? Type3285 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinksIssue? Type3286 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestState? Type3286 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinksReviewComment? Type3287 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestUser? Type3287 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinksReviewComments? Type3288 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinksComments? Type3288 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinksSelf? Type3289 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinksCommits? Type3289 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinksStatuses? Type3290 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinksHtml? Type3290 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestAssigneeType? Type3291 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinksIssue? Type3291 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestAutoMergeEnabledBy? Type3292 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinksReviewComment? Type3292 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestAutoMergeMergeMethod? Type3293 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinksReviewComments? Type3293 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestAutoMergeEnabledByType? Type3294 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinksSelf? Type3294 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepo? Type3295 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestLinksStatuses? Type3295 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseUser? Type3296 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestAssigneeType? Type3296 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoLicense? Type3297 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestAutoMergeEnabledBy? Type3297 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoMergeCommitMessage? Type3298 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestAutoMergeMergeMethod? Type3298 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoMergeCommitTitle? Type3299 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestAutoMergeEnabledByType? Type3299 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoOwner? Type3300 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepo? Type3300 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoPermissions? Type3301 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseUser? Type3301 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoSquashMergeCommitMessage? Type3302 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoLicense? Type3302 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoSquashMergeCommitTitle? Type3303 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoMergeCommitMessage? Type3303 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoVisibility? Type3304 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoMergeCommitTitle? Type3304 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoOwnerType? Type3305 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoOwner? Type3305 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseUserType? Type3306 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoPermissions? Type3306 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepo? Type3307 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoSquashMergeCommitMessage? Type3307 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadUser? Type3308 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoSquashMergeCommitTitle? Type3308 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoLicense? Type3309 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoVisibility? Type3309 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoMergeCommitMessage? Type3310 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepoOwnerType? Type3310 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoMergeCommitTitle? Type3311 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestBaseUserType? Type3311 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoOwner? Type3312 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepo? Type3312 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoPermissions? Type3313 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadUser? Type3313 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoSquashMergeCommitMessage? Type3314 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoLicense? Type3314 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoSquashMergeCommitTitle? Type3315 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoMergeCommitMessage? Type3315 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoVisibility? Type3316 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoMergeCommitTitle? Type3316 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoOwnerType? Type3317 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoOwner? Type3317 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadUserType? Type3318 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoPermissions? Type3318 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestMilestoneCreator? Type3319 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoSquashMergeCommitMessage? Type3319 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestMilestoneState? Type3320 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoSquashMergeCommitTitle? Type3320 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestMilestoneCreatorType? Type3321 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoVisibility? Type3321 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestUserType? Type3322 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepoOwnerType? Type3322 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestAssigneesType? Type3323 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestHeadUserType? Type3323 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestRequestedTeamsParent? Type3324 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestMilestoneCreator? Type3324 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestRequestedTeamsPrivacy? Type3325 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestMilestoneState? Type3325 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestRequestedTeamsParentPrivacy? Type3326 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestMilestoneCreatorType? Type3326 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedAction? Type3327 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestUserType? Type3327 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequest? Type3328 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestAssigneesType? Type3328 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinks? Type3329 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestRequestedTeamsParent? Type3329 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestActiveLockReason? Type3330 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestRequestedTeamsPrivacy? Type3330 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestAssignee? Type3331 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentDeletedPullRequestRequestedTeamsParentPrivacy? Type3331 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3332 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedAction? Type3332 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestAuthorAssociation? Type3333 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequest? Type3333 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestAutoMerge? Type3334 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinks? Type3334 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBase? Type3335 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestActiveLockReason? Type3335 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHead? Type3336 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestAssignee? Type3336 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3337 { get; set; } + public global::System.Collections.Generic.IList? Type3337 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestMilestone? Type3338 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestAuthorAssociation? Type3338 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type3339 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestAutoMerge? Type3339 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3340 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBase? Type3340 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestState? Type3341 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHead? Type3341 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestUser? Type3342 { get; set; } + public global::System.Collections.Generic.IList? Type3342 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinksComments? Type3343 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestMilestone? Type3343 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinksCommits? Type3344 { get; set; } + public global::System.Collections.Generic.IList>? Type3344 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinksHtml? Type3345 { get; set; } + public global::System.Collections.Generic.IList? Type3345 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinksIssue? Type3346 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestState? Type3346 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinksReviewComment? Type3347 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestUser? Type3347 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinksReviewComments? Type3348 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinksComments? Type3348 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinksSelf? Type3349 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinksCommits? Type3349 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinksStatuses? Type3350 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinksHtml? Type3350 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestAssigneeType? Type3351 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinksIssue? Type3351 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestAutoMergeEnabledBy? Type3352 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinksReviewComment? Type3352 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestAutoMergeMergeMethod? Type3353 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinksReviewComments? Type3353 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestAutoMergeEnabledByType? Type3354 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinksSelf? Type3354 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepo? Type3355 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestLinksStatuses? Type3355 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseUser? Type3356 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestAssigneeType? Type3356 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoLicense? Type3357 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestAutoMergeEnabledBy? Type3357 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoMergeCommitMessage? Type3358 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestAutoMergeMergeMethod? Type3358 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoMergeCommitTitle? Type3359 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestAutoMergeEnabledByType? Type3359 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoOwner? Type3360 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepo? Type3360 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoPermissions? Type3361 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseUser? Type3361 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoSquashMergeCommitMessage? Type3362 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoLicense? Type3362 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoSquashMergeCommitTitle? Type3363 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoMergeCommitMessage? Type3363 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoVisibility? Type3364 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoMergeCommitTitle? Type3364 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoOwnerType? Type3365 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoOwner? Type3365 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseUserType? Type3366 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoPermissions? Type3366 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepo? Type3367 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoSquashMergeCommitMessage? Type3367 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadUser? Type3368 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoSquashMergeCommitTitle? Type3368 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoLicense? Type3369 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoVisibility? Type3369 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoMergeCommitMessage? Type3370 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseRepoOwnerType? Type3370 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoMergeCommitTitle? Type3371 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestBaseUserType? Type3371 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoOwner? Type3372 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepo? Type3372 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoPermissions? Type3373 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadUser? Type3373 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoSquashMergeCommitMessage? Type3374 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoLicense? Type3374 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoSquashMergeCommitTitle? Type3375 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoMergeCommitMessage? Type3375 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoVisibility? Type3376 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoMergeCommitTitle? Type3376 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoOwnerType? Type3377 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoOwner? Type3377 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadUserType? Type3378 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoPermissions? Type3378 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestMilestoneCreator? Type3379 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoSquashMergeCommitMessage? Type3379 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestMilestoneState? Type3380 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoSquashMergeCommitTitle? Type3380 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestMilestoneCreatorType? Type3381 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoVisibility? Type3381 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestUserType? Type3382 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadRepoOwnerType? Type3382 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestAssigneesType? Type3383 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestHeadUserType? Type3383 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestRequestedTeamsParent? Type3384 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestMilestoneCreator? Type3384 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestRequestedTeamsPrivacy? Type3385 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestMilestoneState? Type3385 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestRequestedTeamsParentPrivacy? Type3386 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestMilestoneCreatorType? Type3386 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedAction? Type3387 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestUserType? Type3387 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequest? Type3388 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestAssigneesType? Type3388 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedReview? Type3389 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestRequestedTeamsParent? Type3389 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinks? Type3390 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestRequestedTeamsPrivacy? Type3390 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestActiveLockReason? Type3391 { get; set; } + public global::GitHub.WebhookPullRequestReviewCommentEditedPullRequestRequestedTeamsParentPrivacy? Type3391 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestAssignee? Type3392 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedAction? Type3392 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3393 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequest? Type3393 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestAuthorAssociation? Type3394 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedReview? Type3394 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestAutoMerge? Type3395 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinks? Type3395 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBase? Type3396 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestActiveLockReason? Type3396 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHead? Type3397 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestAssignee? Type3397 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3398 { get; set; } + public global::System.Collections.Generic.IList? Type3398 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestMilestone? Type3399 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestAuthorAssociation? Type3399 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type3400 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestAutoMerge? Type3400 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3401 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBase? Type3401 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestState? Type3402 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHead? Type3402 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestUser? Type3403 { get; set; } + public global::System.Collections.Generic.IList? Type3403 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinksComments? Type3404 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestMilestone? Type3404 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinksCommits? Type3405 { get; set; } + public global::System.Collections.Generic.IList>? Type3405 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinksHtml? Type3406 { get; set; } + public global::System.Collections.Generic.IList? Type3406 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinksIssue? Type3407 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestState? Type3407 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinksReviewComment? Type3408 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestUser? Type3408 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinksReviewComments? Type3409 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinksComments? Type3409 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinksSelf? Type3410 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinksCommits? Type3410 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinksStatuses? Type3411 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinksHtml? Type3411 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestAssigneeType? Type3412 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinksIssue? Type3412 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestAutoMergeEnabledBy? Type3413 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinksReviewComment? Type3413 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestAutoMergeMergeMethod? Type3414 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinksReviewComments? Type3414 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestAutoMergeEnabledByType? Type3415 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinksSelf? Type3415 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepo? Type3416 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestLinksStatuses? Type3416 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseUser? Type3417 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestAssigneeType? Type3417 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoLicense? Type3418 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestAutoMergeEnabledBy? Type3418 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoMergeCommitMessage? Type3419 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestAutoMergeMergeMethod? Type3419 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoMergeCommitTitle? Type3420 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestAutoMergeEnabledByType? Type3420 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoOwner? Type3421 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepo? Type3421 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoPermissions? Type3422 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseUser? Type3422 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoSquashMergeCommitMessage? Type3423 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoLicense? Type3423 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoSquashMergeCommitTitle? Type3424 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoMergeCommitMessage? Type3424 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoVisibility? Type3425 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoMergeCommitTitle? Type3425 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoOwnerType? Type3426 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoOwner? Type3426 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseUserType? Type3427 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoPermissions? Type3427 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepo? Type3428 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoSquashMergeCommitMessage? Type3428 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadUser? Type3429 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoSquashMergeCommitTitle? Type3429 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoLicense? Type3430 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoVisibility? Type3430 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoMergeCommitMessage? Type3431 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseRepoOwnerType? Type3431 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoMergeCommitTitle? Type3432 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestBaseUserType? Type3432 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoOwner? Type3433 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepo? Type3433 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoPermissions? Type3434 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadUser? Type3434 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoSquashMergeCommitMessage? Type3435 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoLicense? Type3435 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoSquashMergeCommitTitle? Type3436 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoMergeCommitMessage? Type3436 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoVisibility? Type3437 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoMergeCommitTitle? Type3437 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoOwnerType? Type3438 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoOwner? Type3438 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadUserType? Type3439 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoPermissions? Type3439 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestMilestoneCreator? Type3440 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoSquashMergeCommitMessage? Type3440 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestMilestoneState? Type3441 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoSquashMergeCommitTitle? Type3441 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestMilestoneCreatorType? Type3442 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoVisibility? Type3442 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestUserType? Type3443 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadRepoOwnerType? Type3443 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestAssigneesType? Type3444 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestHeadUserType? Type3444 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestRequestedTeamsParent? Type3445 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestMilestoneCreator? Type3445 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestRequestedTeamsPrivacy? Type3446 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestMilestoneState? Type3446 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedPullRequestRequestedTeamsParentPrivacy? Type3447 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestMilestoneCreatorType? Type3447 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedReviewLinks? Type3448 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestUserType? Type3448 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedReviewAuthorAssociation? Type3449 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestAssigneesType? Type3449 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedReviewState? Type3450 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestRequestedTeamsParent? Type3450 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedReviewUser? Type3451 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestRequestedTeamsPrivacy? Type3451 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedReviewLinksHtml? Type3452 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedPullRequestRequestedTeamsParentPrivacy? Type3452 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedReviewLinksPullRequest? Type3453 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedReviewLinks? Type3453 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewDismissedReviewUserType? Type3454 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedReviewAuthorAssociation? Type3454 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedAction? Type3455 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedReviewState? Type3455 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedChanges? Type3456 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedReviewUser? Type3456 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequest? Type3457 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedReviewLinksHtml? Type3457 { get; set; } /// /// /// - public global::GitHub.WebhooksReview? Type3458 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedReviewLinksPullRequest? Type3458 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedChangesBody? Type3459 { get; set; } + public global::GitHub.WebhookPullRequestReviewDismissedReviewUserType? Type3459 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinks? Type3460 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedAction? Type3460 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestActiveLockReason? Type3461 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedChanges? Type3461 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestAssignee? Type3462 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequest? Type3462 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3463 { get; set; } + public global::GitHub.WebhooksReview? Type3463 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestAuthorAssociation? Type3464 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedChangesBody? Type3464 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestAutoMerge? Type3465 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinks? Type3465 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestBase? Type3466 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestActiveLockReason? Type3466 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestHead? Type3467 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestAssignee? Type3467 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3468 { get; set; } + public global::System.Collections.Generic.IList? Type3468 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestMilestone? Type3469 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestAuthorAssociation? Type3469 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type3470 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestAutoMerge? Type3470 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3471 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestBase? Type3471 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestState? Type3472 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestHead? Type3472 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestUser? Type3473 { get; set; } + public global::System.Collections.Generic.IList? Type3473 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinksComments? Type3474 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestMilestone? Type3474 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinksCommits? Type3475 { get; set; } + public global::System.Collections.Generic.IList>? Type3475 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinksHtml? Type3476 { get; set; } + public global::System.Collections.Generic.IList? Type3476 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinksIssue? Type3477 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestState? Type3477 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinksReviewComment? Type3478 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestUser? Type3478 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinksReviewComments? Type3479 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinksComments? Type3479 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinksSelf? Type3480 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinksCommits? Type3480 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinksStatuses? Type3481 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinksHtml? Type3481 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestAssigneeType? Type3482 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinksIssue? Type3482 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestAutoMergeEnabledBy? Type3483 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinksReviewComment? Type3483 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestAutoMergeMergeMethod? Type3484 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinksReviewComments? Type3484 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestAutoMergeEnabledByType? Type3485 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinksSelf? Type3485 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestBaseRepo? Type3486 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestLinksStatuses? Type3486 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestBaseUser? Type3487 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestAssigneeType? Type3487 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestBaseRepoLicense? Type3488 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestAutoMergeEnabledBy? Type3488 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestBaseRepoOwner? Type3489 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestAutoMergeMergeMethod? Type3489 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestBaseRepoPermissions? Type3490 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestAutoMergeEnabledByType? Type3490 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestBaseRepoVisibility? Type3491 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestBaseRepo? Type3491 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestBaseRepoOwnerType? Type3492 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestBaseUser? Type3492 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestBaseUserType? Type3493 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestBaseRepoLicense? Type3493 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestHeadRepo? Type3494 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestBaseRepoOwner? Type3494 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestHeadUser? Type3495 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestBaseRepoPermissions? Type3495 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestHeadRepoLicense? Type3496 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestBaseRepoVisibility? Type3496 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestHeadRepoOwner? Type3497 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestBaseRepoOwnerType? Type3497 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestHeadRepoPermissions? Type3498 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestBaseUserType? Type3498 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestHeadRepoVisibility? Type3499 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestHeadRepo? Type3499 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestHeadRepoOwnerType? Type3500 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestHeadUser? Type3500 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestHeadUserType? Type3501 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestHeadRepoLicense? Type3501 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestMilestoneCreator? Type3502 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestHeadRepoOwner? Type3502 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestMilestoneState? Type3503 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestHeadRepoPermissions? Type3503 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestMilestoneCreatorType? Type3504 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestHeadRepoVisibility? Type3504 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestUserType? Type3505 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestHeadRepoOwnerType? Type3505 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestAssigneesType? Type3506 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestHeadUserType? Type3506 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestRequestedTeamsParent? Type3507 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestMilestoneCreator? Type3507 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestRequestedTeamsPrivacy? Type3508 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestMilestoneState? Type3508 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewEditedPullRequestRequestedTeamsParentPrivacy? Type3509 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestMilestoneCreatorType? Type3509 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1Action? Type3510 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestUserType? Type3510 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequest? Type3511 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestAssigneesType? Type3511 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1RequestedReviewer? Type3512 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestRequestedTeamsParent? Type3512 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinks? Type3513 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestRequestedTeamsPrivacy? Type3513 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestActiveLockReason? Type3514 { get; set; } + public global::GitHub.WebhookPullRequestReviewEditedPullRequestRequestedTeamsParentPrivacy? Type3514 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestAssignee? Type3515 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1Action? Type3515 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3516 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequest? Type3516 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestAuthorAssociation? Type3517 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1RequestedReviewer? Type3517 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestAutoMerge? Type3518 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinks? Type3518 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBase? Type3519 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestActiveLockReason? Type3519 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHead? Type3520 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestAssignee? Type3520 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3521 { get; set; } + public global::System.Collections.Generic.IList? Type3521 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestMergedBy? Type3522 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestAuthorAssociation? Type3522 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestMilestone? Type3523 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestAutoMerge? Type3523 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type3524 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBase? Type3524 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3525 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHead? Type3525 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestState? Type3526 { get; set; } + public global::System.Collections.Generic.IList? Type3526 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestUser? Type3527 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestMergedBy? Type3527 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinksComments? Type3528 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestMilestone? Type3528 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinksCommits? Type3529 { get; set; } + public global::System.Collections.Generic.IList>? Type3529 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinksHtml? Type3530 { get; set; } + public global::System.Collections.Generic.IList? Type3530 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinksIssue? Type3531 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestState? Type3531 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinksReviewComment? Type3532 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestUser? Type3532 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinksReviewComments? Type3533 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinksComments? Type3533 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinksSelf? Type3534 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinksCommits? Type3534 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinksStatuses? Type3535 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinksHtml? Type3535 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestAssigneeType? Type3536 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinksIssue? Type3536 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestAutoMergeEnabledBy? Type3537 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinksReviewComment? Type3537 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestAutoMergeMergeMethod? Type3538 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinksReviewComments? Type3538 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestAutoMergeEnabledByType? Type3539 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinksSelf? Type3539 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepo? Type3540 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestLinksStatuses? Type3540 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseUser? Type3541 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestAssigneeType? Type3541 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoLicense? Type3542 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestAutoMergeEnabledBy? Type3542 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoMergeCommitMessage? Type3543 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestAutoMergeMergeMethod? Type3543 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoMergeCommitTitle? Type3544 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestAutoMergeEnabledByType? Type3544 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoOwner? Type3545 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepo? Type3545 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoPermissions? Type3546 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseUser? Type3546 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoSquashMergeCommitMessage? Type3547 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoLicense? Type3547 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoSquashMergeCommitTitle? Type3548 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoMergeCommitMessage? Type3548 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoVisibility? Type3549 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoMergeCommitTitle? Type3549 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoOwnerType? Type3550 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoOwner? Type3550 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseUserType? Type3551 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoPermissions? Type3551 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepo? Type3552 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoSquashMergeCommitMessage? Type3552 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadUser? Type3553 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoSquashMergeCommitTitle? Type3553 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoLicense? Type3554 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoVisibility? Type3554 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoMergeCommitMessage? Type3555 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepoOwnerType? Type3555 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoMergeCommitTitle? Type3556 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseUserType? Type3556 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoOwner? Type3557 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepo? Type3557 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoPermissions? Type3558 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadUser? Type3558 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoSquashMergeCommitMessage? Type3559 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoLicense? Type3559 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoSquashMergeCommitTitle? Type3560 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoMergeCommitMessage? Type3560 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoVisibility? Type3561 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoMergeCommitTitle? Type3561 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoOwnerType? Type3562 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoOwner? Type3562 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadUserType? Type3563 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoPermissions? Type3563 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestMergedByType? Type3564 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoSquashMergeCommitMessage? Type3564 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestMilestoneCreator? Type3565 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoSquashMergeCommitTitle? Type3565 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestMilestoneState? Type3566 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoVisibility? Type3566 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestMilestoneCreatorType? Type3567 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepoOwnerType? Type3567 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestUserType? Type3568 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadUserType? Type3568 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestAssigneesType? Type3569 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestMergedByType? Type3569 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestRequestedTeamsParent? Type3570 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestMilestoneCreator? Type3570 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestRequestedTeamsPrivacy? Type3571 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestMilestoneState? Type3571 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestRequestedTeamsParentPrivacy? Type3572 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestMilestoneCreatorType? Type3572 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1RequestedReviewerType? Type3573 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestUserType? Type3573 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2Action? Type3574 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestAssigneesType? Type3574 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequest? Type3575 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestRequestedTeamsParent? Type3575 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2RequestedTeam? Type3576 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestRequestedTeamsPrivacy? Type3576 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinks? Type3577 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1PullRequestRequestedTeamsParentPrivacy? Type3577 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestActiveLockReason? Type3578 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant1RequestedReviewerType? Type3578 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestAssignee? Type3579 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2Action? Type3579 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3580 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequest? Type3580 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestAuthorAssociation? Type3581 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2RequestedTeam? Type3581 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestAutoMerge? Type3582 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinks? Type3582 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBase? Type3583 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestActiveLockReason? Type3583 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHead? Type3584 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestAssignee? Type3584 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3585 { get; set; } + public global::System.Collections.Generic.IList? Type3585 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestMergedBy? Type3586 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestAuthorAssociation? Type3586 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestMilestone? Type3587 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestAutoMerge? Type3587 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type3588 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBase? Type3588 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3589 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHead? Type3589 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestState? Type3590 { get; set; } + public global::System.Collections.Generic.IList? Type3590 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestUser? Type3591 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestMergedBy? Type3591 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinksComments? Type3592 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestMilestone? Type3592 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinksCommits? Type3593 { get; set; } + public global::System.Collections.Generic.IList>? Type3593 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinksHtml? Type3594 { get; set; } + public global::System.Collections.Generic.IList? Type3594 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinksIssue? Type3595 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestState? Type3595 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinksReviewComment? Type3596 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestUser? Type3596 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinksReviewComments? Type3597 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinksComments? Type3597 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinksSelf? Type3598 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinksCommits? Type3598 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinksStatuses? Type3599 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinksHtml? Type3599 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestAssigneeType? Type3600 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinksIssue? Type3600 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestAutoMergeEnabledBy? Type3601 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinksReviewComment? Type3601 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestAutoMergeMergeMethod? Type3602 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinksReviewComments? Type3602 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestAutoMergeEnabledByType? Type3603 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinksSelf? Type3603 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepo? Type3604 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestLinksStatuses? Type3604 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseUser? Type3605 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestAssigneeType? Type3605 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoLicense? Type3606 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestAutoMergeEnabledBy? Type3606 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoMergeCommitMessage? Type3607 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestAutoMergeMergeMethod? Type3607 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoMergeCommitTitle? Type3608 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestAutoMergeEnabledByType? Type3608 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoOwner? Type3609 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepo? Type3609 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoPermissions? Type3610 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseUser? Type3610 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoSquashMergeCommitMessage? Type3611 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoLicense? Type3611 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoSquashMergeCommitTitle? Type3612 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoMergeCommitMessage? Type3612 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoVisibility? Type3613 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoMergeCommitTitle? Type3613 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoOwnerType? Type3614 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoOwner? Type3614 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseUserType? Type3615 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoPermissions? Type3615 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepo? Type3616 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoSquashMergeCommitMessage? Type3616 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadUser? Type3617 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoSquashMergeCommitTitle? Type3617 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoLicense? Type3618 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoVisibility? Type3618 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoMergeCommitMessage? Type3619 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepoOwnerType? Type3619 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoMergeCommitTitle? Type3620 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseUserType? Type3620 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoOwner? Type3621 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepo? Type3621 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoPermissions? Type3622 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadUser? Type3622 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoSquashMergeCommitMessage? Type3623 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoLicense? Type3623 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoSquashMergeCommitTitle? Type3624 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoMergeCommitMessage? Type3624 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoVisibility? Type3625 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoMergeCommitTitle? Type3625 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoOwnerType? Type3626 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoOwner? Type3626 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadUserType? Type3627 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoPermissions? Type3627 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestMergedByType? Type3628 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoSquashMergeCommitMessage? Type3628 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestMilestoneCreator? Type3629 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoSquashMergeCommitTitle? Type3629 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestMilestoneState? Type3630 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoVisibility? Type3630 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestMilestoneCreatorType? Type3631 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepoOwnerType? Type3631 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestUserType? Type3632 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadUserType? Type3632 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestAssigneesType? Type3633 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestMergedByType? Type3633 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestRequestedTeamsParent? Type3634 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestMilestoneCreator? Type3634 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestRequestedTeamsPrivacy? Type3635 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestMilestoneState? Type3635 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestRequestedTeamsParentPrivacy? Type3636 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestMilestoneCreatorType? Type3636 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2RequestedTeamParent? Type3637 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestUserType? Type3637 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2RequestedTeamPrivacy? Type3638 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestAssigneesType? Type3638 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2RequestedTeamParentPrivacy? Type3639 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestRequestedTeamsParent? Type3639 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1Action? Type3640 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestRequestedTeamsPrivacy? Type3640 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequest? Type3641 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2PullRequestRequestedTeamsParentPrivacy? Type3641 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1RequestedReviewer? Type3642 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2RequestedTeamParent? Type3642 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinks? Type3643 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2RequestedTeamPrivacy? Type3643 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestActiveLockReason? Type3644 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestRemovedVariant2RequestedTeamParentPrivacy? Type3644 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestAssignee? Type3645 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1Action? Type3645 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3646 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequest? Type3646 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestAuthorAssociation? Type3647 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1RequestedReviewer? Type3647 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestAutoMerge? Type3648 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinks? Type3648 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBase? Type3649 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestActiveLockReason? Type3649 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHead? Type3650 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestAssignee? Type3650 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3651 { get; set; } + public global::System.Collections.Generic.IList? Type3651 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestMergedBy? Type3652 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestAuthorAssociation? Type3652 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestMilestone? Type3653 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestAutoMerge? Type3653 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type3654 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBase? Type3654 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3655 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHead? Type3655 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestState? Type3656 { get; set; } + public global::System.Collections.Generic.IList? Type3656 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestUser? Type3657 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestMergedBy? Type3657 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinksComments? Type3658 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestMilestone? Type3658 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinksCommits? Type3659 { get; set; } + public global::System.Collections.Generic.IList>? Type3659 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinksHtml? Type3660 { get; set; } + public global::System.Collections.Generic.IList? Type3660 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinksIssue? Type3661 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestState? Type3661 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinksReviewComment? Type3662 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestUser? Type3662 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinksReviewComments? Type3663 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinksComments? Type3663 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinksSelf? Type3664 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinksCommits? Type3664 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinksStatuses? Type3665 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinksHtml? Type3665 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestAssigneeType? Type3666 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinksIssue? Type3666 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestAutoMergeEnabledBy? Type3667 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinksReviewComment? Type3667 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestAutoMergeMergeMethod? Type3668 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinksReviewComments? Type3668 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestAutoMergeEnabledByType? Type3669 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinksSelf? Type3669 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepo? Type3670 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestLinksStatuses? Type3670 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseUser? Type3671 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestAssigneeType? Type3671 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoLicense? Type3672 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestAutoMergeEnabledBy? Type3672 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoMergeCommitMessage? Type3673 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestAutoMergeMergeMethod? Type3673 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoMergeCommitTitle? Type3674 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestAutoMergeEnabledByType? Type3674 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoOwner? Type3675 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepo? Type3675 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoPermissions? Type3676 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseUser? Type3676 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoSquashMergeCommitMessage? Type3677 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoLicense? Type3677 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoSquashMergeCommitTitle? Type3678 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoMergeCommitMessage? Type3678 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoVisibility? Type3679 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoMergeCommitTitle? Type3679 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoOwnerType? Type3680 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoOwner? Type3680 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseUserType? Type3681 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoPermissions? Type3681 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepo? Type3682 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoSquashMergeCommitMessage? Type3682 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadUser? Type3683 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoSquashMergeCommitTitle? Type3683 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoLicense? Type3684 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoVisibility? Type3684 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoMergeCommitMessage? Type3685 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepoOwnerType? Type3685 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoMergeCommitTitle? Type3686 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestBaseUserType? Type3686 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoOwner? Type3687 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepo? Type3687 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoPermissions? Type3688 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadUser? Type3688 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoSquashMergeCommitMessage? Type3689 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoLicense? Type3689 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoSquashMergeCommitTitle? Type3690 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoMergeCommitMessage? Type3690 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoVisibility? Type3691 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoMergeCommitTitle? Type3691 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoOwnerType? Type3692 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoOwner? Type3692 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadUserType? Type3693 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoPermissions? Type3693 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestMergedByType? Type3694 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoSquashMergeCommitMessage? Type3694 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestMilestoneCreator? Type3695 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoSquashMergeCommitTitle? Type3695 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestMilestoneState? Type3696 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoVisibility? Type3696 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestMilestoneCreatorType? Type3697 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepoOwnerType? Type3697 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestUserType? Type3698 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestHeadUserType? Type3698 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestAssigneesType? Type3699 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestMergedByType? Type3699 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestRequestedTeamsParent? Type3700 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestMilestoneCreator? Type3700 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestRequestedTeamsPrivacy? Type3701 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestMilestoneState? Type3701 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestRequestedTeamsParentPrivacy? Type3702 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestMilestoneCreatorType? Type3702 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant1RequestedReviewerType? Type3703 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestUserType? Type3703 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2Action? Type3704 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestAssigneesType? Type3704 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequest? Type3705 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestRequestedTeamsParent? Type3705 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2RequestedTeam? Type3706 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestRequestedTeamsPrivacy? Type3706 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinks? Type3707 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1PullRequestRequestedTeamsParentPrivacy? Type3707 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestActiveLockReason? Type3708 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant1RequestedReviewerType? Type3708 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestAssignee? Type3709 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2Action? Type3709 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3710 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequest? Type3710 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestAuthorAssociation? Type3711 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2RequestedTeam? Type3711 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestAutoMerge? Type3712 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinks? Type3712 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBase? Type3713 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestActiveLockReason? Type3713 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHead? Type3714 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestAssignee? Type3714 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3715 { get; set; } + public global::System.Collections.Generic.IList? Type3715 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestMergedBy? Type3716 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestAuthorAssociation? Type3716 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestMilestone? Type3717 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestAutoMerge? Type3717 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type3718 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBase? Type3718 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3719 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHead? Type3719 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestState? Type3720 { get; set; } + public global::System.Collections.Generic.IList? Type3720 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestUser? Type3721 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestMergedBy? Type3721 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinksComments? Type3722 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestMilestone? Type3722 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinksCommits? Type3723 { get; set; } + public global::System.Collections.Generic.IList>? Type3723 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinksHtml? Type3724 { get; set; } + public global::System.Collections.Generic.IList? Type3724 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinksIssue? Type3725 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestState? Type3725 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinksReviewComment? Type3726 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestUser? Type3726 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinksReviewComments? Type3727 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinksComments? Type3727 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinksSelf? Type3728 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinksCommits? Type3728 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinksStatuses? Type3729 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinksHtml? Type3729 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestAssigneeType? Type3730 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinksIssue? Type3730 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestAutoMergeEnabledBy? Type3731 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinksReviewComment? Type3731 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestAutoMergeMergeMethod? Type3732 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinksReviewComments? Type3732 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestAutoMergeEnabledByType? Type3733 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinksSelf? Type3733 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepo? Type3734 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestLinksStatuses? Type3734 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseUser? Type3735 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestAssigneeType? Type3735 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoLicense? Type3736 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestAutoMergeEnabledBy? Type3736 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoMergeCommitMessage? Type3737 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestAutoMergeMergeMethod? Type3737 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoMergeCommitTitle? Type3738 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestAutoMergeEnabledByType? Type3738 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoOwner? Type3739 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepo? Type3739 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoPermissions? Type3740 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseUser? Type3740 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoSquashMergeCommitMessage? Type3741 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoLicense? Type3741 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoSquashMergeCommitTitle? Type3742 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoMergeCommitMessage? Type3742 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoVisibility? Type3743 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoMergeCommitTitle? Type3743 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoOwnerType? Type3744 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoOwner? Type3744 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseUserType? Type3745 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoPermissions? Type3745 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepo? Type3746 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoSquashMergeCommitMessage? Type3746 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadUser? Type3747 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoSquashMergeCommitTitle? Type3747 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoLicense? Type3748 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoVisibility? Type3748 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoMergeCommitMessage? Type3749 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepoOwnerType? Type3749 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoMergeCommitTitle? Type3750 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestBaseUserType? Type3750 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoOwner? Type3751 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepo? Type3751 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoPermissions? Type3752 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadUser? Type3752 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoSquashMergeCommitMessage? Type3753 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoLicense? Type3753 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoSquashMergeCommitTitle? Type3754 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoMergeCommitMessage? Type3754 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoVisibility? Type3755 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoMergeCommitTitle? Type3755 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoOwnerType? Type3756 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoOwner? Type3756 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadUserType? Type3757 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoPermissions? Type3757 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestMergedByType? Type3758 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoSquashMergeCommitMessage? Type3758 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestMilestoneCreator? Type3759 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoSquashMergeCommitTitle? Type3759 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestMilestoneState? Type3760 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoVisibility? Type3760 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestMilestoneCreatorType? Type3761 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepoOwnerType? Type3761 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestUserType? Type3762 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestHeadUserType? Type3762 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestAssigneesType? Type3763 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestMergedByType? Type3763 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestRequestedTeamsParent? Type3764 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestMilestoneCreator? Type3764 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestRequestedTeamsPrivacy? Type3765 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestMilestoneState? Type3765 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestRequestedTeamsParentPrivacy? Type3766 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestMilestoneCreatorType? Type3766 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2RequestedTeamParent? Type3767 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestUserType? Type3767 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2RequestedTeamPrivacy? Type3768 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestAssigneesType? Type3768 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewRequestedVariant2RequestedTeamParentPrivacy? Type3769 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestRequestedTeamsParent? Type3769 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedAction? Type3770 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestRequestedTeamsPrivacy? Type3770 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequest? Type3771 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2PullRequestRequestedTeamsParentPrivacy? Type3771 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinks? Type3772 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2RequestedTeamParent? Type3772 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestActiveLockReason? Type3773 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2RequestedTeamPrivacy? Type3773 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestAssignee? Type3774 { get; set; } + public global::GitHub.WebhookPullRequestReviewRequestedVariant2RequestedTeamParentPrivacy? Type3774 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3775 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedAction? Type3775 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestAuthorAssociation? Type3776 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequest? Type3776 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestAutoMerge? Type3777 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinks? Type3777 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBase? Type3778 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestActiveLockReason? Type3778 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHead? Type3779 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestAssignee? Type3779 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3780 { get; set; } + public global::System.Collections.Generic.IList? Type3780 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestMilestone? Type3781 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestAuthorAssociation? Type3781 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type3782 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestAutoMerge? Type3782 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3783 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBase? Type3783 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestState? Type3784 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHead? Type3784 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestUser? Type3785 { get; set; } + public global::System.Collections.Generic.IList? Type3785 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinksComments? Type3786 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestMilestone? Type3786 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinksCommits? Type3787 { get; set; } + public global::System.Collections.Generic.IList>? Type3787 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinksHtml? Type3788 { get; set; } + public global::System.Collections.Generic.IList? Type3788 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinksIssue? Type3789 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestState? Type3789 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinksReviewComment? Type3790 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestUser? Type3790 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinksReviewComments? Type3791 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinksComments? Type3791 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinksSelf? Type3792 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinksCommits? Type3792 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinksStatuses? Type3793 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinksHtml? Type3793 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestAssigneeType? Type3794 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinksIssue? Type3794 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestAutoMergeEnabledBy? Type3795 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinksReviewComment? Type3795 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestAutoMergeMergeMethod? Type3796 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinksReviewComments? Type3796 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestAutoMergeEnabledByType? Type3797 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinksSelf? Type3797 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepo? Type3798 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestLinksStatuses? Type3798 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseUser? Type3799 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestAssigneeType? Type3799 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoLicense? Type3800 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestAutoMergeEnabledBy? Type3800 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoMergeCommitMessage? Type3801 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestAutoMergeMergeMethod? Type3801 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoMergeCommitTitle? Type3802 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestAutoMergeEnabledByType? Type3802 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoOwner? Type3803 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepo? Type3803 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoPermissions? Type3804 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseUser? Type3804 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoSquashMergeCommitMessage? Type3805 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoLicense? Type3805 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoSquashMergeCommitTitle? Type3806 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoMergeCommitMessage? Type3806 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoVisibility? Type3807 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoMergeCommitTitle? Type3807 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoOwnerType? Type3808 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoOwner? Type3808 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseUserType? Type3809 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoPermissions? Type3809 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepo? Type3810 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoSquashMergeCommitMessage? Type3810 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadUser? Type3811 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoSquashMergeCommitTitle? Type3811 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoLicense? Type3812 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoVisibility? Type3812 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoMergeCommitMessage? Type3813 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseRepoOwnerType? Type3813 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoMergeCommitTitle? Type3814 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestBaseUserType? Type3814 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoOwner? Type3815 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepo? Type3815 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoPermissions? Type3816 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadUser? Type3816 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoSquashMergeCommitMessage? Type3817 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoLicense? Type3817 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoSquashMergeCommitTitle? Type3818 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoMergeCommitMessage? Type3818 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoVisibility? Type3819 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoMergeCommitTitle? Type3819 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoOwnerType? Type3820 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoOwner? Type3820 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadUserType? Type3821 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoPermissions? Type3821 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestMilestoneCreator? Type3822 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoSquashMergeCommitMessage? Type3822 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestMilestoneState? Type3823 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoSquashMergeCommitTitle? Type3823 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestMilestoneCreatorType? Type3824 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoVisibility? Type3824 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestUserType? Type3825 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadRepoOwnerType? Type3825 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestAssigneesType? Type3826 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestHeadUserType? Type3826 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestRequestedTeamsParent? Type3827 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestMilestoneCreator? Type3827 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestRequestedTeamsPrivacy? Type3828 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestMilestoneState? Type3828 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestRequestedTeamsParentPrivacy? Type3829 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestMilestoneCreatorType? Type3829 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedAction? Type3830 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestUserType? Type3830 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequest? Type3831 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestAssigneesType? Type3831 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedThread? Type3832 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestRequestedTeamsParent? Type3832 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinks? Type3833 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestRequestedTeamsPrivacy? Type3833 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestActiveLockReason? Type3834 { get; set; } + public global::GitHub.WebhookPullRequestReviewSubmittedPullRequestRequestedTeamsParentPrivacy? Type3834 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestAssignee? Type3835 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedAction? Type3835 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3836 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequest? Type3836 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestAuthorAssociation? Type3837 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedThread? Type3837 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestAutoMerge? Type3838 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinks? Type3838 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBase? Type3839 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestActiveLockReason? Type3839 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHead? Type3840 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestAssignee? Type3840 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3841 { get; set; } + public global::System.Collections.Generic.IList? Type3841 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestMilestone? Type3842 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestAuthorAssociation? Type3842 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type3843 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestAutoMerge? Type3843 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3844 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBase? Type3844 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestState? Type3845 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHead? Type3845 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestUser? Type3846 { get; set; } + public global::System.Collections.Generic.IList? Type3846 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinksComments? Type3847 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestMilestone? Type3847 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinksCommits? Type3848 { get; set; } + public global::System.Collections.Generic.IList>? Type3848 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinksHtml? Type3849 { get; set; } + public global::System.Collections.Generic.IList? Type3849 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinksIssue? Type3850 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestState? Type3850 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinksReviewComment? Type3851 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestUser? Type3851 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinksReviewComments? Type3852 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinksComments? Type3852 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinksSelf? Type3853 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinksCommits? Type3853 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinksStatuses? Type3854 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinksHtml? Type3854 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestAssigneeType? Type3855 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinksIssue? Type3855 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestAutoMergeEnabledBy? Type3856 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinksReviewComment? Type3856 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestAutoMergeMergeMethod? Type3857 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinksReviewComments? Type3857 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestAutoMergeEnabledByType? Type3858 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinksSelf? Type3858 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBaseRepo? Type3859 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestLinksStatuses? Type3859 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBaseUser? Type3860 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestAssigneeType? Type3860 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBaseRepoLicense? Type3861 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestAutoMergeEnabledBy? Type3861 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBaseRepoOwner? Type3862 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestAutoMergeMergeMethod? Type3862 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBaseRepoPermissions? Type3863 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestAutoMergeEnabledByType? Type3863 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBaseRepoVisibility? Type3864 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBaseRepo? Type3864 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBaseRepoOwnerType? Type3865 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBaseUser? Type3865 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBaseUserType? Type3866 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBaseRepoLicense? Type3866 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHeadRepo? Type3867 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBaseRepoOwner? Type3867 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHeadUser? Type3868 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBaseRepoPermissions? Type3868 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHeadRepoLicense? Type3869 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBaseRepoVisibility? Type3869 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHeadRepoOwner? Type3870 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBaseRepoOwnerType? Type3870 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHeadRepoPermissions? Type3871 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestBaseUserType? Type3871 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHeadRepoVisibility? Type3872 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHeadRepo? Type3872 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHeadRepoOwnerType? Type3873 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHeadUser? Type3873 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHeadUserType? Type3874 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHeadRepoLicense? Type3874 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestMilestoneCreator? Type3875 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHeadRepoOwner? Type3875 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestMilestoneState? Type3876 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHeadRepoPermissions? Type3876 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestMilestoneCreatorType? Type3877 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHeadRepoVisibility? Type3877 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestUserType? Type3878 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHeadRepoOwnerType? Type3878 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestAssigneesType? Type3879 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestHeadUserType? Type3879 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestRequestedTeamsParent? Type3880 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestMilestoneCreator? Type3880 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestRequestedTeamsPrivacy? Type3881 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestMilestoneState? Type3881 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestRequestedTeamsParentPrivacy? Type3882 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestMilestoneCreatorType? Type3882 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3883 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestUserType? Type3883 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsLinks? Type3884 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestAssigneesType? Type3884 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsAuthorAssociation? Type3885 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestRequestedTeamsParent? Type3885 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsReactions? Type3886 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestRequestedTeamsPrivacy? Type3886 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsSide? Type3887 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedPullRequestRequestedTeamsParentPrivacy? Type3887 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsStartSide? Type3888 { get; set; } + public global::System.Collections.Generic.IList? Type3888 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsSubjectType? Type3889 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsLinks? Type3889 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsUser? Type3890 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsAuthorAssociation? Type3890 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsLinksHtml? Type3891 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsReactions? Type3891 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsLinksPullRequest? Type3892 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsSide? Type3892 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsLinksSelf? Type3893 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsStartSide? Type3893 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsUserType? Type3894 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsSubjectType? Type3894 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedAction? Type3895 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsUser? Type3895 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequest? Type3896 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsLinksHtml? Type3896 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThread? Type3897 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsLinksPullRequest? Type3897 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinks? Type3898 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsLinksSelf? Type3898 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestActiveLockReason? Type3899 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadResolvedThreadCommentsUserType? Type3899 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestAssignee? Type3900 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedAction? Type3900 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3901 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequest? Type3901 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestAuthorAssociation? Type3902 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThread? Type3902 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestAutoMerge? Type3903 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinks? Type3903 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBase? Type3904 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestActiveLockReason? Type3904 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHead? Type3905 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestAssignee? Type3905 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3906 { get; set; } + public global::System.Collections.Generic.IList? Type3906 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestMilestone? Type3907 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestAuthorAssociation? Type3907 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type3908 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestAutoMerge? Type3908 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3909 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBase? Type3909 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestState? Type3910 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHead? Type3910 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestUser? Type3911 { get; set; } + public global::System.Collections.Generic.IList? Type3911 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinksComments? Type3912 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestMilestone? Type3912 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinksCommits? Type3913 { get; set; } + public global::System.Collections.Generic.IList>? Type3913 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinksHtml? Type3914 { get; set; } + public global::System.Collections.Generic.IList? Type3914 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinksIssue? Type3915 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestState? Type3915 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinksReviewComment? Type3916 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestUser? Type3916 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinksReviewComments? Type3917 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinksComments? Type3917 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinksSelf? Type3918 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinksCommits? Type3918 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinksStatuses? Type3919 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinksHtml? Type3919 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestAssigneeType? Type3920 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinksIssue? Type3920 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestAutoMergeEnabledBy? Type3921 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinksReviewComment? Type3921 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestAutoMergeMergeMethod? Type3922 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinksReviewComments? Type3922 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestAutoMergeEnabledByType? Type3923 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinksSelf? Type3923 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseRepo? Type3924 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestLinksStatuses? Type3924 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseUser? Type3925 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestAssigneeType? Type3925 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseRepoLicense? Type3926 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestAutoMergeEnabledBy? Type3926 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseRepoOwner? Type3927 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestAutoMergeMergeMethod? Type3927 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseRepoPermissions? Type3928 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestAutoMergeEnabledByType? Type3928 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseRepoVisibility? Type3929 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseRepo? Type3929 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseRepoOwnerType? Type3930 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseUser? Type3930 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseUserType? Type3931 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseRepoLicense? Type3931 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadRepo? Type3932 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseRepoOwner? Type3932 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadUser? Type3933 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseRepoPermissions? Type3933 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadRepoLicense? Type3934 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseRepoVisibility? Type3934 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadRepoOwner? Type3935 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseRepoOwnerType? Type3935 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadRepoPermissions? Type3936 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseUserType? Type3936 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadRepoVisibility? Type3937 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadRepo? Type3937 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadRepoOwnerType? Type3938 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadUser? Type3938 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadUserType? Type3939 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadRepoLicense? Type3939 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestMilestoneCreator? Type3940 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadRepoOwner? Type3940 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestMilestoneState? Type3941 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadRepoPermissions? Type3941 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestMilestoneCreatorType? Type3942 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadRepoVisibility? Type3942 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestUserType? Type3943 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadRepoOwnerType? Type3943 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestAssigneesType? Type3944 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadUserType? Type3944 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestRequestedTeamsParent? Type3945 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestMilestoneCreator? Type3945 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestRequestedTeamsPrivacy? Type3946 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestMilestoneState? Type3946 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestRequestedTeamsParentPrivacy? Type3947 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestMilestoneCreatorType? Type3947 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3948 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestUserType? Type3948 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsLinks? Type3949 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestAssigneesType? Type3949 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsAuthorAssociation? Type3950 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestRequestedTeamsParent? Type3950 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsReactions? Type3951 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestRequestedTeamsPrivacy? Type3951 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsSide? Type3952 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedPullRequestRequestedTeamsParentPrivacy? Type3952 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsStartSide? Type3953 { get; set; } + public global::System.Collections.Generic.IList? Type3953 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsSubjectType? Type3954 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsLinks? Type3954 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsUser? Type3955 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsAuthorAssociation? Type3955 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsLinksHtml? Type3956 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsReactions? Type3956 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsLinksPullRequest? Type3957 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsSide? Type3957 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsLinksSelf? Type3958 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsStartSide? Type3958 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsUserType? Type3959 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsSubjectType? Type3959 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizeAction? Type3960 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsUser? Type3960 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequest? Type3961 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsLinksHtml? Type3961 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestLinks? Type3962 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsLinksPullRequest? Type3962 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestActiveLockReason? Type3963 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsLinksSelf? Type3963 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestAssignee? Type3964 { get; set; } + public global::GitHub.WebhookPullRequestReviewThreadUnresolvedThreadCommentsUserType? Type3964 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3965 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizeAction? Type3965 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestAuthorAssociation? Type3966 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequest? Type3966 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestAutoMerge? Type3967 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestLinks? Type3967 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestBase? Type3968 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestActiveLockReason? Type3968 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestHead? Type3969 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestAssignee? Type3969 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3970 { get; set; } + public global::System.Collections.Generic.IList? Type3970 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestMergedBy? Type3971 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestAuthorAssociation? Type3971 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestMilestone? Type3972 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestAutoMerge? Type3972 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type3973 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestBase? Type3973 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type3974 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestHead? Type3974 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestState? Type3975 { get; set; } + public global::System.Collections.Generic.IList? Type3975 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestUser? Type3976 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestMergedBy? Type3976 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestLinksComments? Type3977 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestMilestone? Type3977 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestLinksCommits? Type3978 { get; set; } + public global::System.Collections.Generic.IList>? Type3978 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestLinksHtml? Type3979 { get; set; } + public global::System.Collections.Generic.IList? Type3979 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestLinksIssue? Type3980 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestState? Type3980 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestLinksReviewComment? Type3981 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestUser? Type3981 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestLinksReviewComments? Type3982 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestLinksComments? Type3982 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestLinksSelf? Type3983 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestLinksCommits? Type3983 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestLinksStatuses? Type3984 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestLinksHtml? Type3984 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestAssigneeType? Type3985 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestLinksIssue? Type3985 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestAutoMergeEnabledBy? Type3986 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestLinksReviewComment? Type3986 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestAutoMergeMergeMethod? Type3987 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestLinksReviewComments? Type3987 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestAutoMergeEnabledByType? Type3988 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestLinksSelf? Type3988 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepo? Type3989 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestLinksStatuses? Type3989 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseUser? Type3990 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestAssigneeType? Type3990 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoLicense? Type3991 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestAutoMergeEnabledBy? Type3991 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoMergeCommitMessage? Type3992 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestAutoMergeMergeMethod? Type3992 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoMergeCommitTitle? Type3993 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestAutoMergeEnabledByType? Type3993 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoOwner? Type3994 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepo? Type3994 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoPermissions? Type3995 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseUser? Type3995 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoSquashMergeCommitMessage? Type3996 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoLicense? Type3996 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoSquashMergeCommitTitle? Type3997 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoMergeCommitMessage? Type3997 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoVisibility? Type3998 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoMergeCommitTitle? Type3998 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoOwnerType? Type3999 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoOwner? Type3999 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseUserType? Type4000 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoPermissions? Type4000 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepo? Type4001 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoSquashMergeCommitMessage? Type4001 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadUser? Type4002 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoSquashMergeCommitTitle? Type4002 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoLicense? Type4003 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoVisibility? Type4003 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoMergeCommitMessage? Type4004 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseRepoOwnerType? Type4004 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoMergeCommitTitle? Type4005 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestBaseUserType? Type4005 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoOwner? Type4006 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepo? Type4006 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoPermissions? Type4007 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadUser? Type4007 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoSquashMergeCommitMessage? Type4008 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoLicense? Type4008 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoSquashMergeCommitTitle? Type4009 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoMergeCommitMessage? Type4009 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoVisibility? Type4010 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoMergeCommitTitle? Type4010 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoOwnerType? Type4011 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoOwner? Type4011 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadUserType? Type4012 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoPermissions? Type4012 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestMergedByType? Type4013 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoSquashMergeCommitMessage? Type4013 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestMilestoneCreator? Type4014 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoSquashMergeCommitTitle? Type4014 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestMilestoneState? Type4015 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoVisibility? Type4015 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestMilestoneCreatorType? Type4016 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadRepoOwnerType? Type4016 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestUserType? Type4017 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestHeadUserType? Type4017 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestAssigneesType? Type4018 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestMergedByType? Type4018 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestRequestedTeamsParent? Type4019 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestMilestoneCreator? Type4019 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestRequestedTeamsPrivacy? Type4020 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestMilestoneState? Type4020 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestSynchronizePullRequestRequestedTeamsParentPrivacy? Type4021 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestMilestoneCreatorType? Type4021 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedAction? Type4022 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestUserType? Type4022 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequest? Type4023 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestAssigneesType? Type4023 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestLinks? Type4024 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestRequestedTeamsParent? Type4024 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestActiveLockReason? Type4025 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestRequestedTeamsPrivacy? Type4025 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestAssignee? Type4026 { get; set; } + public global::GitHub.WebhookPullRequestSynchronizePullRequestRequestedTeamsParentPrivacy? Type4026 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4027 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedAction? Type4027 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestAuthorAssociation? Type4028 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequest? Type4028 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestAutoMerge? Type4029 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestLinks? Type4029 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestBase? Type4030 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestActiveLockReason? Type4030 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestHead? Type4031 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestAssignee? Type4031 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4032 { get; set; } + public global::System.Collections.Generic.IList? Type4032 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestMergedBy? Type4033 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestAuthorAssociation? Type4033 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestMilestone? Type4034 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestAutoMerge? Type4034 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type4035 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestBase? Type4035 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4036 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestHead? Type4036 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestState? Type4037 { get; set; } + public global::System.Collections.Generic.IList? Type4037 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestUser? Type4038 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestMergedBy? Type4038 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestLinksComments? Type4039 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestMilestone? Type4039 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestLinksCommits? Type4040 { get; set; } + public global::System.Collections.Generic.IList>? Type4040 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestLinksHtml? Type4041 { get; set; } + public global::System.Collections.Generic.IList? Type4041 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestLinksIssue? Type4042 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestState? Type4042 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestLinksReviewComment? Type4043 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestUser? Type4043 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestLinksReviewComments? Type4044 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestLinksComments? Type4044 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestLinksSelf? Type4045 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestLinksCommits? Type4045 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestLinksStatuses? Type4046 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestLinksHtml? Type4046 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestAssigneeType? Type4047 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestLinksIssue? Type4047 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestAutoMergeEnabledBy? Type4048 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestLinksReviewComment? Type4048 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestAutoMergeMergeMethod? Type4049 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestLinksReviewComments? Type4049 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestAutoMergeEnabledByType? Type4050 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestLinksSelf? Type4050 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepo? Type4051 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestLinksStatuses? Type4051 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseUser? Type4052 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestAssigneeType? Type4052 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoLicense? Type4053 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestAutoMergeEnabledBy? Type4053 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoMergeCommitMessage? Type4054 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestAutoMergeMergeMethod? Type4054 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoMergeCommitTitle? Type4055 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestAutoMergeEnabledByType? Type4055 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoOwner? Type4056 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepo? Type4056 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoPermissions? Type4057 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseUser? Type4057 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoSquashMergeCommitMessage? Type4058 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoLicense? Type4058 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoSquashMergeCommitTitle? Type4059 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoMergeCommitMessage? Type4059 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoVisibility? Type4060 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoMergeCommitTitle? Type4060 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoOwnerType? Type4061 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoOwner? Type4061 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseUserType? Type4062 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoPermissions? Type4062 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepo? Type4063 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoSquashMergeCommitMessage? Type4063 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadUser? Type4064 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoSquashMergeCommitTitle? Type4064 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoLicense? Type4065 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoVisibility? Type4065 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoMergeCommitMessage? Type4066 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseRepoOwnerType? Type4066 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoMergeCommitTitle? Type4067 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestBaseUserType? Type4067 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoOwner? Type4068 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepo? Type4068 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoPermissions? Type4069 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadUser? Type4069 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoSquashMergeCommitMessage? Type4070 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoLicense? Type4070 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoSquashMergeCommitTitle? Type4071 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoMergeCommitMessage? Type4071 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoVisibility? Type4072 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoMergeCommitTitle? Type4072 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoOwnerType? Type4073 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoOwner? Type4073 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadUserType? Type4074 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoPermissions? Type4074 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestMergedByType? Type4075 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoSquashMergeCommitMessage? Type4075 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestMilestoneCreator? Type4076 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoSquashMergeCommitTitle? Type4076 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestMilestoneState? Type4077 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoVisibility? Type4077 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestMilestoneCreatorType? Type4078 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadRepoOwnerType? Type4078 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestUserType? Type4079 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestHeadUserType? Type4079 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestAssigneesType? Type4080 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestMergedByType? Type4080 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestRequestedTeamsParent? Type4081 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestMilestoneCreator? Type4081 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestRequestedTeamsPrivacy? Type4082 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestMilestoneState? Type4082 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnassignedPullRequestRequestedTeamsParentPrivacy? Type4083 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestMilestoneCreatorType? Type4083 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledAction? Type4084 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestUserType? Type4084 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequest? Type4085 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestAssigneesType? Type4085 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinks? Type4086 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestRequestedTeamsParent? Type4086 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestActiveLockReason? Type4087 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestRequestedTeamsPrivacy? Type4087 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestAssignee? Type4088 { get; set; } + public global::GitHub.WebhookPullRequestUnassignedPullRequestRequestedTeamsParentPrivacy? Type4088 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4089 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledAction? Type4089 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestAuthorAssociation? Type4090 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequest? Type4090 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestAutoMerge? Type4091 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinks? Type4091 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestBase? Type4092 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestActiveLockReason? Type4092 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestHead? Type4093 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestAssignee? Type4093 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4094 { get; set; } + public global::System.Collections.Generic.IList? Type4094 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestMergedBy? Type4095 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestAuthorAssociation? Type4095 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestMilestone? Type4096 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestAutoMerge? Type4096 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type4097 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestBase? Type4097 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4098 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestHead? Type4098 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestState? Type4099 { get; set; } + public global::System.Collections.Generic.IList? Type4099 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestUser? Type4100 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestMergedBy? Type4100 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinksComments? Type4101 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestMilestone? Type4101 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinksCommits? Type4102 { get; set; } + public global::System.Collections.Generic.IList>? Type4102 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinksHtml? Type4103 { get; set; } + public global::System.Collections.Generic.IList? Type4103 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinksIssue? Type4104 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestState? Type4104 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinksReviewComment? Type4105 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestUser? Type4105 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinksReviewComments? Type4106 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinksComments? Type4106 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinksSelf? Type4107 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinksCommits? Type4107 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinksStatuses? Type4108 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinksHtml? Type4108 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestAssigneeType? Type4109 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinksIssue? Type4109 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestAutoMergeEnabledBy? Type4110 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinksReviewComment? Type4110 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestAutoMergeMergeMethod? Type4111 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinksReviewComments? Type4111 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestAutoMergeEnabledByType? Type4112 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinksSelf? Type4112 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepo? Type4113 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestLinksStatuses? Type4113 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseUser? Type4114 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestAssigneeType? Type4114 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoLicense? Type4115 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestAutoMergeEnabledBy? Type4115 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoMergeCommitMessage? Type4116 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestAutoMergeMergeMethod? Type4116 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoMergeCommitTitle? Type4117 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestAutoMergeEnabledByType? Type4117 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoOwner? Type4118 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepo? Type4118 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoPermissions? Type4119 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseUser? Type4119 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoSquashMergeCommitMessage? Type4120 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoLicense? Type4120 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoSquashMergeCommitTitle? Type4121 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoMergeCommitMessage? Type4121 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoVisibility? Type4122 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoMergeCommitTitle? Type4122 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoOwnerType? Type4123 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoOwner? Type4123 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseUserType? Type4124 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoPermissions? Type4124 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepo? Type4125 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoSquashMergeCommitMessage? Type4125 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadUser? Type4126 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoSquashMergeCommitTitle? Type4126 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoLicense? Type4127 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoVisibility? Type4127 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoMergeCommitMessage? Type4128 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseRepoOwnerType? Type4128 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoMergeCommitTitle? Type4129 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestBaseUserType? Type4129 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoOwner? Type4130 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepo? Type4130 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoPermissions? Type4131 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadUser? Type4131 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoSquashMergeCommitMessage? Type4132 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoLicense? Type4132 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoSquashMergeCommitTitle? Type4133 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoMergeCommitMessage? Type4133 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoVisibility? Type4134 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoMergeCommitTitle? Type4134 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoOwnerType? Type4135 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoOwner? Type4135 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadUserType? Type4136 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoPermissions? Type4136 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestMergedByType? Type4137 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoSquashMergeCommitMessage? Type4137 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestMilestoneCreator? Type4138 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoSquashMergeCommitTitle? Type4138 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestMilestoneState? Type4139 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoVisibility? Type4139 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestMilestoneCreatorType? Type4140 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadRepoOwnerType? Type4140 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestUserType? Type4141 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestHeadUserType? Type4141 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestAssigneesType? Type4142 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestMergedByType? Type4142 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestRequestedTeamsParent? Type4143 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestMilestoneCreator? Type4143 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestRequestedTeamsPrivacy? Type4144 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestMilestoneState? Type4144 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlabeledPullRequestRequestedTeamsParentPrivacy? Type4145 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestMilestoneCreatorType? Type4145 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedAction? Type4146 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestUserType? Type4146 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequest? Type4147 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestAssigneesType? Type4147 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestLinks? Type4148 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestRequestedTeamsParent? Type4148 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestActiveLockReason? Type4149 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestRequestedTeamsPrivacy? Type4149 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestAssignee? Type4150 { get; set; } + public global::GitHub.WebhookPullRequestUnlabeledPullRequestRequestedTeamsParentPrivacy? Type4150 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4151 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedAction? Type4151 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestAuthorAssociation? Type4152 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequest? Type4152 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestAutoMerge? Type4153 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestLinks? Type4153 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestBase? Type4154 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestActiveLockReason? Type4154 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestHead? Type4155 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestAssignee? Type4155 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4156 { get; set; } + public global::System.Collections.Generic.IList? Type4156 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestMergedBy? Type4157 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestAuthorAssociation? Type4157 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestMilestone? Type4158 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestAutoMerge? Type4158 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type4159 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestBase? Type4159 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4160 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestHead? Type4160 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestState? Type4161 { get; set; } + public global::System.Collections.Generic.IList? Type4161 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestUser? Type4162 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestMergedBy? Type4162 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestLinksComments? Type4163 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestMilestone? Type4163 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestLinksCommits? Type4164 { get; set; } + public global::System.Collections.Generic.IList>? Type4164 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestLinksHtml? Type4165 { get; set; } + public global::System.Collections.Generic.IList? Type4165 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestLinksIssue? Type4166 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestState? Type4166 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestLinksReviewComment? Type4167 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestUser? Type4167 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestLinksReviewComments? Type4168 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestLinksComments? Type4168 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestLinksSelf? Type4169 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestLinksCommits? Type4169 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestLinksStatuses? Type4170 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestLinksHtml? Type4170 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestAssigneeType? Type4171 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestLinksIssue? Type4171 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestAutoMergeEnabledBy? Type4172 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestLinksReviewComment? Type4172 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestAutoMergeMergeMethod? Type4173 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestLinksReviewComments? Type4173 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestAutoMergeEnabledByType? Type4174 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestLinksSelf? Type4174 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepo? Type4175 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestLinksStatuses? Type4175 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseUser? Type4176 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestAssigneeType? Type4176 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoLicense? Type4177 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestAutoMergeEnabledBy? Type4177 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoMergeCommitMessage? Type4178 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestAutoMergeMergeMethod? Type4178 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoMergeCommitTitle? Type4179 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestAutoMergeEnabledByType? Type4179 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoOwner? Type4180 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepo? Type4180 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoPermissions? Type4181 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseUser? Type4181 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoSquashMergeCommitMessage? Type4182 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoLicense? Type4182 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoSquashMergeCommitTitle? Type4183 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoMergeCommitMessage? Type4183 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoVisibility? Type4184 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoMergeCommitTitle? Type4184 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoOwnerType? Type4185 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoOwner? Type4185 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseUserType? Type4186 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoPermissions? Type4186 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepo? Type4187 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoSquashMergeCommitMessage? Type4187 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadUser? Type4188 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoSquashMergeCommitTitle? Type4188 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoLicense? Type4189 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoVisibility? Type4189 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoMergeCommitMessage? Type4190 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseRepoOwnerType? Type4190 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoMergeCommitTitle? Type4191 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestBaseUserType? Type4191 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoOwner? Type4192 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepo? Type4192 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoPermissions? Type4193 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadUser? Type4193 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoSquashMergeCommitMessage? Type4194 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoLicense? Type4194 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoSquashMergeCommitTitle? Type4195 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoMergeCommitMessage? Type4195 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoVisibility? Type4196 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoMergeCommitTitle? Type4196 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoOwnerType? Type4197 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoOwner? Type4197 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadUserType? Type4198 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoPermissions? Type4198 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestMergedByType? Type4199 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoSquashMergeCommitMessage? Type4199 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestMilestoneCreator? Type4200 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoSquashMergeCommitTitle? Type4200 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestMilestoneState? Type4201 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoVisibility? Type4201 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestMilestoneCreatorType? Type4202 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadRepoOwnerType? Type4202 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestUserType? Type4203 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestHeadUserType? Type4203 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestAssigneesType? Type4204 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestMergedByType? Type4204 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestRequestedTeamsParent? Type4205 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestMilestoneCreator? Type4205 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestRequestedTeamsPrivacy? Type4206 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestMilestoneState? Type4206 { get; set; } /// /// /// - public global::GitHub.WebhookPullRequestUnlockedPullRequestRequestedTeamsParentPrivacy? Type4207 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestMilestoneCreatorType? Type4207 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4208 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestUserType? Type4208 { get; set; } /// /// /// - public global::GitHub.WebhookPushHeadCommit? Type4209 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestAssigneesType? Type4209 { get; set; } /// /// /// - public global::GitHub.WebhookPushPusher? Type4210 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestRequestedTeamsParent? Type4210 { get; set; } /// /// /// - public global::GitHub.WebhookPushRepository? Type4211 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestRequestedTeamsPrivacy? Type4211 { get; set; } /// /// /// - public global::GitHub.WebhookPushHeadCommitAuthor? Type4212 { get; set; } + public global::GitHub.WebhookPullRequestUnlockedPullRequestRequestedTeamsParentPrivacy? Type4212 { get; set; } /// /// /// - public global::GitHub.WebhookPushHeadCommitCommitter? Type4213 { get; set; } + public global::System.Collections.Generic.IList? Type4213 { get; set; } /// /// /// - public global::GitHub.WebhookPushRepositoryLicense? Type4214 { get; set; } + public global::GitHub.WebhookPushHeadCommit? Type4214 { get; set; } /// /// /// - public global::GitHub.WebhookPushRepositoryOwner? Type4215 { get; set; } + public global::GitHub.WebhookPushPusher? Type4215 { get; set; } /// /// /// - public global::GitHub.WebhookPushRepositoryPermissions? Type4216 { get; set; } + public global::GitHub.WebhookPushRepository? Type4216 { get; set; } /// /// /// - public global::GitHub.WebhookPushRepositoryVisibility? Type4217 { get; set; } + public global::GitHub.WebhookPushHeadCommitAuthor? Type4217 { get; set; } /// /// /// - public global::GitHub.WebhookPushRepositoryOwnerType? Type4218 { get; set; } + public global::GitHub.WebhookPushHeadCommitCommitter? Type4218 { get; set; } /// /// /// - public global::GitHub.WebhookPushCommitsAuthor? Type4219 { get; set; } + public global::GitHub.WebhookPushRepositoryLicense? Type4219 { get; set; } /// /// /// - public global::GitHub.WebhookPushCommitsCommitter? Type4220 { get; set; } + public global::GitHub.WebhookPushRepositoryOwner? Type4220 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackagePublishedAction? Type4221 { get; set; } + public global::GitHub.WebhookPushRepositoryPermissions? Type4221 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackagePublishedRegistryPackage? Type4222 { get; set; } + public global::GitHub.WebhookPushRepositoryVisibility? Type4222 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackagePublishedRegistryPackageOwner? Type4223 { get; set; } + public global::GitHub.WebhookPushRepositoryOwnerType? Type4223 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackagePublishedRegistryPackagePackageVersion? Type4224 { get; set; } + public global::GitHub.WebhookPushCommitsAuthor? Type4224 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackagePublishedRegistryPackageRegistry? Type4225 { get; set; } + public global::GitHub.WebhookPushCommitsCommitter? Type4225 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackagePublishedRegistryPackagePackageVersionAuthor? Type4226 { get; set; } + public global::GitHub.WebhookRegistryPackagePublishedAction? Type4226 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackagePublishedRegistryPackagePackageVersionContainerMetadata? Type4227 { get; set; } + public global::GitHub.WebhookRegistryPackagePublishedRegistryPackage? Type4227 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4228 { get; set; } + public global::GitHub.WebhookRegistryPackagePublishedRegistryPackageOwner? Type4228 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackagePublishedRegistryPackagePackageVersionNpmMetadata? Type4229 { get; set; } + public global::GitHub.WebhookRegistryPackagePublishedRegistryPackagePackageVersion? Type4229 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4230 { get; set; } + public global::GitHub.WebhookRegistryPackagePublishedRegistryPackageRegistry? Type4230 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4231 { get; set; } + public global::GitHub.WebhookRegistryPackagePublishedRegistryPackagePackageVersionAuthor? Type4231 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackagePublishedRegistryPackagePackageVersionRelease? Type4232 { get; set; } + public global::GitHub.WebhookRegistryPackagePublishedRegistryPackagePackageVersionContainerMetadata? Type4232 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackagePublishedRegistryPackagePackageVersionContainerMetadataTag? Type4233 { get; set; } + public global::System.Collections.Generic.IList? Type4233 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackagePublishedRegistryPackagePackageVersionReleaseAuthor? Type4234 { get; set; } + public global::GitHub.WebhookRegistryPackagePublishedRegistryPackagePackageVersionNpmMetadata? Type4234 { get; set; } /// /// /// - public global::System.OneOf? Type4235 { get; set; } + public global::System.Collections.Generic.IList? Type4235 { get; set; } /// /// /// - public global::System.OneOf? Type4236 { get; set; } + public global::System.Collections.Generic.IList? Type4236 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackageUpdatedAction? Type4237 { get; set; } + public global::GitHub.WebhookRegistryPackagePublishedRegistryPackagePackageVersionRelease? Type4237 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackageUpdatedRegistryPackage? Type4238 { get; set; } + public global::GitHub.WebhookRegistryPackagePublishedRegistryPackagePackageVersionContainerMetadataTag? Type4238 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackageUpdatedRegistryPackageOwner? Type4239 { get; set; } + public global::GitHub.WebhookRegistryPackagePublishedRegistryPackagePackageVersionReleaseAuthor? Type4239 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackageUpdatedRegistryPackagePackageVersion? Type4240 { get; set; } + public global::System.OneOf? Type4240 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackageUpdatedRegistryPackagePackageVersionAuthor? Type4241 { get; set; } + public global::System.OneOf? Type4241 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4242 { get; set; } + public global::GitHub.WebhookRegistryPackageUpdatedAction? Type4242 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4243 { get; set; } + public global::GitHub.WebhookRegistryPackageUpdatedRegistryPackage? Type4243 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackageUpdatedRegistryPackagePackageVersionRelease? Type4244 { get; set; } + public global::GitHub.WebhookRegistryPackageUpdatedRegistryPackageOwner? Type4244 { get; set; } /// /// /// - public global::GitHub.WebhookRegistryPackageUpdatedRegistryPackagePackageVersionReleaseAuthor? Type4245 { get; set; } + public global::GitHub.WebhookRegistryPackageUpdatedRegistryPackagePackageVersion? Type4245 { get; set; } /// /// /// - public global::GitHub.WebhookReleaseCreatedAction? Type4246 { get; set; } + public global::GitHub.WebhookRegistryPackageUpdatedRegistryPackagePackageVersionAuthor? Type4246 { get; set; } /// /// /// - public global::GitHub.WebhooksRelease? Type4247 { get; set; } + public global::System.Collections.Generic.IList? Type4247 { get; set; } /// /// /// - public global::GitHub.WebhookReleaseDeletedAction? Type4248 { get; set; } + public global::System.Collections.Generic.IList? Type4248 { get; set; } /// /// /// - public global::GitHub.WebhookReleaseEditedAction? Type4249 { get; set; } + public global::GitHub.WebhookRegistryPackageUpdatedRegistryPackagePackageVersionRelease? Type4249 { get; set; } /// /// /// - public global::GitHub.WebhookReleaseEditedChanges? Type4250 { get; set; } + public global::GitHub.WebhookRegistryPackageUpdatedRegistryPackagePackageVersionReleaseAuthor? Type4250 { get; set; } /// /// /// - public global::GitHub.WebhookReleaseEditedChangesBody? Type4251 { get; set; } + public global::GitHub.WebhookReleaseCreatedAction? Type4251 { get; set; } /// /// /// - public global::GitHub.WebhookReleaseEditedChangesName? Type4252 { get; set; } + public global::GitHub.WebhooksRelease? Type4252 { get; set; } /// /// /// - public global::GitHub.WebhookReleaseEditedChangesMakeLatest? Type4253 { get; set; } + public global::GitHub.WebhookReleaseDeletedAction? Type4253 { get; set; } /// /// /// - public global::GitHub.WebhookReleasePrereleasedAction? Type4254 { get; set; } + public global::GitHub.WebhookReleaseEditedAction? Type4254 { get; set; } /// /// /// - public global::GitHub.WebhookReleasePrereleasedRelease? Type4255 { get; set; } + public global::GitHub.WebhookReleaseEditedChanges? Type4255 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4256 { get; set; } + public global::GitHub.WebhookReleaseEditedChangesBody? Type4256 { get; set; } /// /// /// - public global::GitHub.WebhookReleasePrereleasedReleaseAuthor? Type4257 { get; set; } + public global::GitHub.WebhookReleaseEditedChangesName? Type4257 { get; set; } /// /// /// - public global::GitHub.WebhookReleasePrereleasedReleaseReactions? Type4258 { get; set; } + public global::GitHub.WebhookReleaseEditedChangesMakeLatest? Type4258 { get; set; } /// /// /// - public global::GitHub.WebhookReleasePrereleasedReleaseAuthorType? Type4259 { get; set; } + public global::GitHub.WebhookReleasePrereleasedAction? Type4259 { get; set; } /// /// /// - public global::GitHub.WebhookReleasePrereleasedReleaseAssetsState? Type4260 { get; set; } + public global::GitHub.WebhookReleasePrereleasedRelease? Type4260 { get; set; } /// /// /// - public global::GitHub.WebhookReleasePrereleasedReleaseAssetsUploader? Type4261 { get; set; } + public global::System.Collections.Generic.IList? Type4261 { get; set; } /// /// /// - public global::GitHub.WebhookReleasePrereleasedReleaseAssetsUploaderType? Type4262 { get; set; } + public global::GitHub.WebhookReleasePrereleasedReleaseAuthor? Type4262 { get; set; } /// /// /// - public global::GitHub.WebhookReleasePublishedAction? Type4263 { get; set; } + public global::GitHub.WebhookReleasePrereleasedReleaseReactions? Type4263 { get; set; } /// /// /// - public global::GitHub.WebhooksRelease1? Type4264 { get; set; } + public global::GitHub.WebhookReleasePrereleasedReleaseAuthorType? Type4264 { get; set; } /// /// /// - public global::GitHub.WebhookReleaseReleasedAction? Type4265 { get; set; } + public global::GitHub.WebhookReleasePrereleasedReleaseAssetsState? Type4265 { get; set; } /// /// /// - public global::GitHub.WebhookReleaseUnpublishedAction? Type4266 { get; set; } + public global::GitHub.WebhookReleasePrereleasedReleaseAssetsUploader? Type4266 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryAdvisoryPublishedAction? Type4267 { get; set; } + public global::GitHub.WebhookReleasePrereleasedReleaseAssetsUploaderType? Type4267 { get; set; } /// /// /// - public global::GitHub.RepositoryAdvisory? Type4268 { get; set; } + public global::GitHub.WebhookReleasePublishedAction? Type4268 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryAdvisoryReportedAction? Type4269 { get; set; } + public global::GitHub.WebhooksRelease1? Type4269 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryArchivedAction? Type4270 { get; set; } + public global::GitHub.WebhookReleaseReleasedAction? Type4270 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryCreatedAction? Type4271 { get; set; } + public global::GitHub.WebhookReleaseUnpublishedAction? Type4271 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryDeletedAction? Type4272 { get; set; } + public global::GitHub.WebhookRepositoryAdvisoryPublishedAction? Type4272 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryEditedAction? Type4273 { get; set; } + public global::GitHub.RepositoryAdvisory? Type4273 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryEditedChanges? Type4274 { get; set; } + public global::GitHub.WebhookRepositoryAdvisoryReportedAction? Type4274 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryEditedChangesDefaultBranch? Type4275 { get; set; } + public global::GitHub.WebhookRepositoryArchivedAction? Type4275 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryEditedChangesDescription? Type4276 { get; set; } + public global::GitHub.WebhookRepositoryCreatedAction? Type4276 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryEditedChangesHomepage? Type4277 { get; set; } + public global::GitHub.WebhookRepositoryDeletedAction? Type4277 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryEditedChangesTopics? Type4278 { get; set; } + public global::GitHub.WebhookRepositoryEditedAction? Type4278 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryImportStatus? Type4279 { get; set; } + public global::GitHub.WebhookRepositoryEditedChanges? Type4279 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryPrivatizedAction? Type4280 { get; set; } + public global::GitHub.WebhookRepositoryEditedChangesDefaultBranch? Type4280 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryPublicizedAction? Type4281 { get; set; } + public global::GitHub.WebhookRepositoryEditedChangesDescription? Type4281 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRenamedAction? Type4282 { get; set; } + public global::GitHub.WebhookRepositoryEditedChangesHomepage? Type4282 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRenamedChanges? Type4283 { get; set; } + public global::GitHub.WebhookRepositoryEditedChangesTopics? Type4283 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRenamedChangesRepository? Type4284 { get; set; } + public global::GitHub.WebhookRepositoryImportStatus? Type4284 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRenamedChangesRepositoryName? Type4285 { get; set; } + public global::GitHub.WebhookRepositoryPrivatizedAction? Type4285 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetCreatedAction? Type4286 { get; set; } + public global::GitHub.WebhookRepositoryPublicizedAction? Type4286 { get; set; } /// /// /// - public global::GitHub.RepositoryRuleset? Type4287 { get; set; } + public global::GitHub.WebhookRepositoryRenamedAction? Type4287 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetDeletedAction? Type4288 { get; set; } + public global::GitHub.WebhookRepositoryRenamedChanges? Type4288 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedAction? Type4289 { get; set; } + public global::GitHub.WebhookRepositoryRenamedChangesRepository? Type4289 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedChanges? Type4290 { get; set; } + public global::GitHub.WebhookRepositoryRenamedChangesRepositoryName? Type4290 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedChangesName? Type4291 { get; set; } + public global::GitHub.WebhookRepositoryRulesetCreatedAction? Type4291 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedChangesEnforcement? Type4292 { get; set; } + public global::GitHub.RepositoryRuleset? Type4292 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedChangesConditions? Type4293 { get; set; } + public global::GitHub.WebhookRepositoryRulesetDeletedAction? Type4293 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedChangesRules? Type4294 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedAction? Type4294 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4295 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedChanges? Type4295 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4296 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedChangesName? Type4296 { get; set; } /// /// /// - public global::GitHub.RepositoryRulesetConditions? Type4297 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedChangesEnforcement? Type4297 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedChangesConditionsUpdatedChanges? Type4298 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedChangesConditions? Type4298 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedChangesConditionsUpdatedChangesConditionType? Type4299 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedChangesRules? Type4299 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedChangesConditionsUpdatedChangesTarget? Type4300 { get; set; } + public global::System.Collections.Generic.IList? Type4300 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedChangesConditionsUpdatedChangesInclude? Type4301 { get; set; } + public global::System.Collections.Generic.IList? Type4301 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedChangesConditionsUpdatedChangesExclude? Type4302 { get; set; } + public global::GitHub.RepositoryRulesetConditions? Type4302 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4303 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedChangesConditionsUpdatedChanges? Type4303 { get; set; } /// /// /// - public global::GitHub.RepositoryRule? Type4304 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedChangesConditionsUpdatedChangesConditionType? Type4304 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedChangesRulesUpdatedChanges? Type4305 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedChangesConditionsUpdatedChangesTarget? Type4305 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedChangesRulesUpdatedChangesConfiguration? Type4306 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedChangesConditionsUpdatedChangesInclude? Type4306 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedChangesRulesUpdatedChangesRuleType? Type4307 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedChangesConditionsUpdatedChangesExclude? Type4307 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedChangesRulesUpdatedChangesPattern? Type4308 { get; set; } + public global::System.Collections.Generic.IList? Type4308 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedChangesRulesUpdatedRuleType? Type4309 { get; set; } + public global::GitHub.RepositoryRule? Type4309 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryRulesetEditedChangesRulesUpdatedRuleParameters? Type4310 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedChangesRulesUpdatedChanges? Type4310 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryTransferredAction? Type4311 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedChangesRulesUpdatedChangesConfiguration? Type4311 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryTransferredChanges? Type4312 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedChangesRulesUpdatedChangesRuleType? Type4312 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryTransferredChangesOwner? Type4313 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedChangesRulesUpdatedChangesPattern? Type4313 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryTransferredChangesOwnerFrom? Type4314 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedChangesRulesUpdatedRuleType? Type4314 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryTransferredChangesOwnerFromOrganization? Type4315 { get; set; } + public global::GitHub.WebhookRepositoryRulesetEditedChangesRulesUpdatedRuleParameters? Type4315 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryTransferredChangesOwnerFromUser? Type4316 { get; set; } + public global::GitHub.WebhookRepositoryTransferredAction? Type4316 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryTransferredChangesOwnerFromUserType? Type4317 { get; set; } + public global::GitHub.WebhookRepositoryTransferredChanges? Type4317 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryUnarchivedAction? Type4318 { get; set; } + public global::GitHub.WebhookRepositoryTransferredChangesOwner? Type4318 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryVulnerabilityAlertCreateAction? Type4319 { get; set; } + public global::GitHub.WebhookRepositoryTransferredChangesOwnerFrom? Type4319 { get; set; } /// /// /// - public global::GitHub.WebhooksAlert? Type4320 { get; set; } + public global::GitHub.WebhookRepositoryTransferredChangesOwnerFromOrganization? Type4320 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryVulnerabilityAlertDismissAction? Type4321 { get; set; } + public global::GitHub.WebhookRepositoryTransferredChangesOwnerFromUser? Type4321 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryVulnerabilityAlertDismissAlert? Type4322 { get; set; } + public global::GitHub.WebhookRepositoryTransferredChangesOwnerFromUserType? Type4322 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryVulnerabilityAlertDismissAlertDismisser? Type4323 { get; set; } + public global::GitHub.WebhookRepositoryUnarchivedAction? Type4323 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryVulnerabilityAlertDismissAlertState? Type4324 { get; set; } + public global::GitHub.WebhookRepositoryVulnerabilityAlertCreateAction? Type4324 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryVulnerabilityAlertDismissAlertDismisserType? Type4325 { get; set; } + public global::GitHub.WebhooksAlert? Type4325 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryVulnerabilityAlertReopenAction? Type4326 { get; set; } + public global::GitHub.WebhookRepositoryVulnerabilityAlertDismissAction? Type4326 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryVulnerabilityAlertResolveAction? Type4327 { get; set; } + public global::GitHub.WebhookRepositoryVulnerabilityAlertDismissAlert? Type4327 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryVulnerabilityAlertResolveAlert? Type4328 { get; set; } + public global::GitHub.WebhookRepositoryVulnerabilityAlertDismissAlertDismisser? Type4328 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryVulnerabilityAlertResolveAlertDismisser? Type4329 { get; set; } + public global::GitHub.WebhookRepositoryVulnerabilityAlertDismissAlertState? Type4329 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryVulnerabilityAlertResolveAlertState? Type4330 { get; set; } + public global::GitHub.WebhookRepositoryVulnerabilityAlertDismissAlertDismisserType? Type4330 { get; set; } /// /// /// - public global::GitHub.WebhookRepositoryVulnerabilityAlertResolveAlertDismisserType? Type4331 { get; set; } + public global::GitHub.WebhookRepositoryVulnerabilityAlertReopenAction? Type4331 { get; set; } /// /// /// - public global::GitHub.WebhookSecretScanningAlertCreatedAction? Type4332 { get; set; } + public global::GitHub.WebhookRepositoryVulnerabilityAlertResolveAction? Type4332 { get; set; } /// /// /// - public global::GitHub.SecretScanningAlertWebhook? Type4333 { get; set; } + public global::GitHub.WebhookRepositoryVulnerabilityAlertResolveAlert? Type4333 { get; set; } /// /// /// - public global::GitHub.WebhookSecretScanningAlertLocationCreatedAction? Type4334 { get; set; } + public global::GitHub.WebhookRepositoryVulnerabilityAlertResolveAlertDismisser? Type4334 { get; set; } /// /// /// - public global::GitHub.SecretScanningLocation? Type4335 { get; set; } + public global::GitHub.WebhookRepositoryVulnerabilityAlertResolveAlertState? Type4335 { get; set; } /// /// /// - public global::GitHub.WebhookSecretScanningAlertReopenedAction? Type4336 { get; set; } + public global::GitHub.WebhookRepositoryVulnerabilityAlertResolveAlertDismisserType? Type4336 { get; set; } /// /// /// - public global::GitHub.WebhookSecretScanningAlertResolvedAction? Type4337 { get; set; } + public global::GitHub.WebhookSecretScanningAlertCreatedAction? Type4337 { get; set; } /// /// /// - public global::GitHub.WebhookSecretScanningAlertValidatedAction? Type4338 { get; set; } + public global::GitHub.SecretScanningAlertWebhook? Type4338 { get; set; } /// /// /// - public global::GitHub.WebhookSecurityAdvisoryPublishedAction? Type4339 { get; set; } + public global::GitHub.WebhookSecretScanningAlertLocationCreatedAction? Type4339 { get; set; } /// /// /// - public global::GitHub.WebhooksSecurityAdvisory? Type4340 { get; set; } + public global::GitHub.SecretScanningLocation? Type4340 { get; set; } /// /// /// - public global::GitHub.WebhookSecurityAdvisoryUpdatedAction? Type4341 { get; set; } + public global::GitHub.WebhookSecretScanningAlertReopenedAction? Type4341 { get; set; } /// /// /// - public global::GitHub.WebhookSecurityAdvisoryWithdrawnAction? Type4342 { get; set; } + public global::GitHub.WebhookSecretScanningAlertResolvedAction? Type4342 { get; set; } /// /// /// - public global::GitHub.WebhookSecurityAdvisoryWithdrawnSecurityAdvisory? Type4343 { get; set; } + public global::GitHub.WebhookSecretScanningAlertValidatedAction? Type4343 { get; set; } /// /// /// - public global::GitHub.WebhookSecurityAdvisoryWithdrawnSecurityAdvisoryCvss? Type4344 { get; set; } + public global::GitHub.WebhookSecurityAdvisoryPublishedAction? Type4344 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4345 { get; set; } + public global::GitHub.WebhooksSecurityAdvisory? Type4345 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4346 { get; set; } + public global::GitHub.WebhookSecurityAdvisoryUpdatedAction? Type4346 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4347 { get; set; } + public global::GitHub.WebhookSecurityAdvisoryWithdrawnAction? Type4347 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4348 { get; set; } + public global::GitHub.WebhookSecurityAdvisoryWithdrawnSecurityAdvisory? Type4348 { get; set; } /// /// /// - public global::GitHub.WebhookSecurityAdvisoryWithdrawnSecurityAdvisoryVulnerabilitiesFirstPatchedVersion? Type4349 { get; set; } + public global::GitHub.WebhookSecurityAdvisoryWithdrawnSecurityAdvisoryCvss? Type4349 { get; set; } /// /// /// - public global::GitHub.WebhookSecurityAdvisoryWithdrawnSecurityAdvisoryVulnerabilitiesPackage? Type4350 { get; set; } + public global::System.Collections.Generic.IList? Type4350 { get; set; } /// /// /// - public global::GitHub.WebhookSecurityAndAnalysisChanges? Type4351 { get; set; } + public global::System.Collections.Generic.IList? Type4351 { get; set; } /// /// /// - public global::GitHub.WebhookSecurityAndAnalysisChangesFrom? Type4352 { get; set; } + public global::System.Collections.Generic.IList? Type4352 { get; set; } /// /// /// - public global::GitHub.WebhookSponsorshipCancelledAction? Type4353 { get; set; } + public global::System.Collections.Generic.IList? Type4353 { get; set; } /// /// /// - public global::GitHub.WebhooksSponsorship? Type4354 { get; set; } + public global::GitHub.WebhookSecurityAdvisoryWithdrawnSecurityAdvisoryVulnerabilitiesFirstPatchedVersion? Type4354 { get; set; } /// /// /// - public global::GitHub.WebhookSponsorshipCreatedAction? Type4355 { get; set; } + public global::GitHub.WebhookSecurityAdvisoryWithdrawnSecurityAdvisoryVulnerabilitiesPackage? Type4355 { get; set; } /// /// /// - public global::GitHub.WebhookSponsorshipEditedAction? Type4356 { get; set; } + public global::GitHub.WebhookSecurityAndAnalysisChanges? Type4356 { get; set; } /// /// /// - public global::GitHub.WebhookSponsorshipEditedChanges? Type4357 { get; set; } + public global::GitHub.WebhookSecurityAndAnalysisChangesFrom? Type4357 { get; set; } /// /// /// - public global::GitHub.WebhookSponsorshipEditedChangesPrivacyLevel? Type4358 { get; set; } + public global::GitHub.WebhookSponsorshipCancelledAction? Type4358 { get; set; } /// /// /// - public global::GitHub.WebhookSponsorshipPendingCancellationAction? Type4359 { get; set; } + public global::GitHub.WebhooksSponsorship? Type4359 { get; set; } /// /// /// - public global::GitHub.WebhookSponsorshipPendingTierChangeAction? Type4360 { get; set; } + public global::GitHub.WebhookSponsorshipCreatedAction? Type4360 { get; set; } /// /// /// - public global::GitHub.WebhooksChanges8? Type4361 { get; set; } + public global::GitHub.WebhookSponsorshipEditedAction? Type4361 { get; set; } /// /// /// - public global::GitHub.WebhookSponsorshipTierChangedAction? Type4362 { get; set; } + public global::GitHub.WebhookSponsorshipEditedChanges? Type4362 { get; set; } /// /// /// - public global::GitHub.WebhookStarCreatedAction? Type4363 { get; set; } + public global::GitHub.WebhookSponsorshipEditedChangesPrivacyLevel? Type4363 { get; set; } /// /// /// - public global::GitHub.WebhookStarDeletedAction? Type4364 { get; set; } + public global::GitHub.WebhookSponsorshipPendingCancellationAction? Type4364 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4365 { get; set; } + public global::GitHub.WebhookSponsorshipPendingTierChangeAction? Type4365 { get; set; } /// /// /// - public global::GitHub.WebhookStatusCommit? Type4366 { get; set; } + public global::GitHub.WebhooksChanges8? Type4366 { get; set; } /// /// /// - public global::GitHub.WebhookStatusState? Type4367 { get; set; } + public global::GitHub.WebhookSponsorshipTierChangedAction? Type4367 { get; set; } /// /// /// - public global::GitHub.WebhookStatusCommitAuthor? Type4368 { get; set; } + public global::GitHub.WebhookStarCreatedAction? Type4368 { get; set; } /// /// /// - public global::GitHub.WebhookStatusCommitCommit? Type4369 { get; set; } + public global::GitHub.WebhookStarDeletedAction? Type4369 { get; set; } /// /// /// - public global::GitHub.WebhookStatusCommitCommitter? Type4370 { get; set; } + public global::System.Collections.Generic.IList? Type4370 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4371 { get; set; } + public global::GitHub.WebhookStatusCommit? Type4371 { get; set; } /// /// /// - public global::GitHub.WebhookStatusCommitAuthorType? Type4372 { get; set; } + public global::GitHub.WebhookStatusState? Type4372 { get; set; } /// /// /// - public global::System.AllOf? Type4373 { get; set; } + public global::GitHub.WebhookStatusCommitAuthor? Type4373 { get; set; } /// /// /// - public global::System.AllOf? Type4374 { get; set; } + public global::GitHub.WebhookStatusCommitCommit? Type4374 { get; set; } /// /// /// - public global::GitHub.WebhookStatusCommitCommitTree? Type4375 { get; set; } + public global::GitHub.WebhookStatusCommitCommitter? Type4375 { get; set; } /// /// /// - public global::GitHub.WebhookStatusCommitCommitVerification? Type4376 { get; set; } + public global::System.Collections.Generic.IList? Type4376 { get; set; } /// /// /// - public global::GitHub.WebhookStatusCommitCommitVerificationReason? Type4377 { get; set; } + public global::GitHub.WebhookStatusCommitAuthorType? Type4377 { get; set; } /// /// /// - public global::GitHub.WebhookStatusCommitCommitterType? Type4378 { get; set; } + public global::System.AllOf? Type4378 { get; set; } /// /// /// - public global::GitHub.WebhookStatusBranchesCommit? Type4379 { get; set; } + public global::System.AllOf? Type4379 { get; set; } /// /// /// - public global::GitHub.WebhooksTeam1? Type4380 { get; set; } + public global::GitHub.WebhookStatusCommitCommitTree? Type4380 { get; set; } /// /// /// - public global::GitHub.WebhookTeamAddedToRepositoryAction? Type4381 { get; set; } + public global::GitHub.WebhookStatusCommitCommitVerification? Type4381 { get; set; } /// /// /// - public global::GitHub.WebhookTeamAddedToRepositoryRepository? Type4382 { get; set; } + public global::GitHub.WebhookStatusCommitCommitVerificationReason? Type4382 { get; set; } /// /// /// - public global::GitHub.WebhookTeamAddedToRepositoryRepositoryLicense? Type4383 { get; set; } + public global::GitHub.WebhookStatusCommitCommitterType? Type4383 { get; set; } /// /// /// - public global::GitHub.WebhookTeamAddedToRepositoryRepositoryOwner? Type4384 { get; set; } + public global::GitHub.WebhookStatusBranchesCommit? Type4384 { get; set; } /// /// /// - public global::GitHub.WebhookTeamAddedToRepositoryRepositoryPermissions? Type4385 { get; set; } + public global::GitHub.WebhooksTeam1? Type4385 { get; set; } /// /// /// - public global::GitHub.WebhookTeamAddedToRepositoryRepositoryVisibility? Type4386 { get; set; } + public global::GitHub.WebhookTeamAddedToRepositoryAction? Type4386 { get; set; } /// /// /// - public global::GitHub.WebhookTeamAddedToRepositoryRepositoryOwnerType? Type4387 { get; set; } + public global::GitHub.WebhookTeamAddedToRepositoryRepository? Type4387 { get; set; } /// /// /// - public global::GitHub.WebhookTeamCreatedAction? Type4388 { get; set; } + public global::GitHub.WebhookTeamAddedToRepositoryRepositoryLicense? Type4388 { get; set; } /// /// /// - public global::GitHub.WebhookTeamCreatedRepository? Type4389 { get; set; } + public global::GitHub.WebhookTeamAddedToRepositoryRepositoryOwner? Type4389 { get; set; } /// /// /// - public global::GitHub.WebhookTeamCreatedRepositoryLicense? Type4390 { get; set; } + public global::GitHub.WebhookTeamAddedToRepositoryRepositoryPermissions? Type4390 { get; set; } /// /// /// - public global::GitHub.WebhookTeamCreatedRepositoryOwner? Type4391 { get; set; } + public global::GitHub.WebhookTeamAddedToRepositoryRepositoryVisibility? Type4391 { get; set; } /// /// /// - public global::GitHub.WebhookTeamCreatedRepositoryPermissions? Type4392 { get; set; } + public global::GitHub.WebhookTeamAddedToRepositoryRepositoryOwnerType? Type4392 { get; set; } /// /// /// - public global::GitHub.WebhookTeamCreatedRepositoryVisibility? Type4393 { get; set; } + public global::GitHub.WebhookTeamCreatedAction? Type4393 { get; set; } /// /// /// - public global::GitHub.WebhookTeamCreatedRepositoryOwnerType? Type4394 { get; set; } + public global::GitHub.WebhookTeamCreatedRepository? Type4394 { get; set; } /// /// /// - public global::GitHub.WebhookTeamDeletedAction? Type4395 { get; set; } + public global::GitHub.WebhookTeamCreatedRepositoryLicense? Type4395 { get; set; } /// /// /// - public global::GitHub.WebhookTeamDeletedRepository? Type4396 { get; set; } + public global::GitHub.WebhookTeamCreatedRepositoryOwner? Type4396 { get; set; } /// /// /// - public global::GitHub.WebhookTeamDeletedRepositoryLicense? Type4397 { get; set; } + public global::GitHub.WebhookTeamCreatedRepositoryPermissions? Type4397 { get; set; } /// /// /// - public global::GitHub.WebhookTeamDeletedRepositoryOwner? Type4398 { get; set; } + public global::GitHub.WebhookTeamCreatedRepositoryVisibility? Type4398 { get; set; } /// /// /// - public global::GitHub.WebhookTeamDeletedRepositoryPermissions? Type4399 { get; set; } + public global::GitHub.WebhookTeamCreatedRepositoryOwnerType? Type4399 { get; set; } /// /// /// - public global::GitHub.WebhookTeamDeletedRepositoryVisibility? Type4400 { get; set; } + public global::GitHub.WebhookTeamDeletedAction? Type4400 { get; set; } /// /// /// - public global::GitHub.WebhookTeamDeletedRepositoryOwnerType? Type4401 { get; set; } + public global::GitHub.WebhookTeamDeletedRepository? Type4401 { get; set; } /// /// /// - public global::GitHub.WebhookTeamEditedAction? Type4402 { get; set; } + public global::GitHub.WebhookTeamDeletedRepositoryLicense? Type4402 { get; set; } /// /// /// - public global::GitHub.WebhookTeamEditedChanges? Type4403 { get; set; } + public global::GitHub.WebhookTeamDeletedRepositoryOwner? Type4403 { get; set; } /// /// /// - public global::GitHub.WebhookTeamEditedRepository? Type4404 { get; set; } + public global::GitHub.WebhookTeamDeletedRepositoryPermissions? Type4404 { get; set; } /// /// /// - public global::GitHub.WebhookTeamEditedChangesDescription? Type4405 { get; set; } + public global::GitHub.WebhookTeamDeletedRepositoryVisibility? Type4405 { get; set; } /// /// /// - public global::GitHub.WebhookTeamEditedChangesName? Type4406 { get; set; } + public global::GitHub.WebhookTeamDeletedRepositoryOwnerType? Type4406 { get; set; } /// /// /// - public global::GitHub.WebhookTeamEditedChangesPrivacy? Type4407 { get; set; } + public global::GitHub.WebhookTeamEditedAction? Type4407 { get; set; } /// /// /// - public global::GitHub.WebhookTeamEditedChangesNotificationSetting? Type4408 { get; set; } + public global::GitHub.WebhookTeamEditedChanges? Type4408 { get; set; } /// /// /// - public global::GitHub.WebhookTeamEditedChangesRepository? Type4409 { get; set; } + public global::GitHub.WebhookTeamEditedRepository? Type4409 { get; set; } /// /// /// - public global::GitHub.WebhookTeamEditedChangesRepositoryPermissions? Type4410 { get; set; } + public global::GitHub.WebhookTeamEditedChangesDescription? Type4410 { get; set; } /// /// /// - public global::GitHub.WebhookTeamEditedChangesRepositoryPermissionsFrom? Type4411 { get; set; } + public global::GitHub.WebhookTeamEditedChangesName? Type4411 { get; set; } /// /// /// - public global::GitHub.WebhookTeamEditedRepositoryLicense? Type4412 { get; set; } + public global::GitHub.WebhookTeamEditedChangesPrivacy? Type4412 { get; set; } /// /// /// - public global::GitHub.WebhookTeamEditedRepositoryOwner? Type4413 { get; set; } + public global::GitHub.WebhookTeamEditedChangesNotificationSetting? Type4413 { get; set; } /// /// /// - public global::GitHub.WebhookTeamEditedRepositoryPermissions? Type4414 { get; set; } + public global::GitHub.WebhookTeamEditedChangesRepository? Type4414 { get; set; } /// /// /// - public global::GitHub.WebhookTeamEditedRepositoryVisibility? Type4415 { get; set; } + public global::GitHub.WebhookTeamEditedChangesRepositoryPermissions? Type4415 { get; set; } /// /// /// - public global::GitHub.WebhookTeamEditedRepositoryOwnerType? Type4416 { get; set; } + public global::GitHub.WebhookTeamEditedChangesRepositoryPermissionsFrom? Type4416 { get; set; } /// /// /// - public global::GitHub.WebhookTeamRemovedFromRepositoryAction? Type4417 { get; set; } + public global::GitHub.WebhookTeamEditedRepositoryLicense? Type4417 { get; set; } /// /// /// - public global::GitHub.WebhookTeamRemovedFromRepositoryRepository? Type4418 { get; set; } + public global::GitHub.WebhookTeamEditedRepositoryOwner? Type4418 { get; set; } /// /// /// - public global::GitHub.WebhookTeamRemovedFromRepositoryRepositoryLicense? Type4419 { get; set; } + public global::GitHub.WebhookTeamEditedRepositoryPermissions? Type4419 { get; set; } /// /// /// - public global::GitHub.WebhookTeamRemovedFromRepositoryRepositoryOwner? Type4420 { get; set; } + public global::GitHub.WebhookTeamEditedRepositoryVisibility? Type4420 { get; set; } /// /// /// - public global::GitHub.WebhookTeamRemovedFromRepositoryRepositoryPermissions? Type4421 { get; set; } + public global::GitHub.WebhookTeamEditedRepositoryOwnerType? Type4421 { get; set; } /// /// /// - public global::GitHub.WebhookTeamRemovedFromRepositoryRepositoryVisibility? Type4422 { get; set; } + public global::GitHub.WebhookTeamRemovedFromRepositoryAction? Type4422 { get; set; } /// /// /// - public global::GitHub.WebhookTeamRemovedFromRepositoryRepositoryOwnerType? Type4423 { get; set; } + public global::GitHub.WebhookTeamRemovedFromRepositoryRepository? Type4423 { get; set; } /// /// /// - public global::GitHub.WebhookWatchStartedAction? Type4424 { get; set; } + public global::GitHub.WebhookTeamRemovedFromRepositoryRepositoryLicense? Type4424 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobCompletedAction? Type4425 { get; set; } + public global::GitHub.WebhookTeamRemovedFromRepositoryRepositoryOwner? Type4425 { get; set; } /// /// /// - public global::System.AllOf? Type4426 { get; set; } + public global::GitHub.WebhookTeamRemovedFromRepositoryRepositoryPermissions? Type4426 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobCompletedWorkflowJobConclusion? Type4427 { get; set; } + public global::GitHub.WebhookTeamRemovedFromRepositoryRepositoryVisibility? Type4427 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobCompletedWorkflowJobStatus? Type4428 { get; set; } + public global::GitHub.WebhookTeamRemovedFromRepositoryRepositoryOwnerType? Type4428 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4429 { get; set; } + public global::GitHub.WebhookWatchStartedAction? Type4429 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobCompletedWorkflowJobStepsConclusion? Type4430 { get; set; } + public global::GitHub.WebhookWorkflowJobCompletedAction? Type4430 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobCompletedWorkflowJobStepsStatus? Type4431 { get; set; } + public global::System.AllOf? Type4431 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobInProgressAction? Type4432 { get; set; } + public global::GitHub.WebhookWorkflowJobCompletedWorkflowJobConclusion? Type4432 { get; set; } /// /// /// - public global::System.AllOf? Type4433 { get; set; } + public global::GitHub.WebhookWorkflowJobCompletedWorkflowJobStatus? Type4433 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobInProgressWorkflowJobConclusion? Type4434 { get; set; } + public global::System.Collections.Generic.IList? Type4434 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobInProgressWorkflowJobStatus? Type4435 { get; set; } + public global::GitHub.WebhookWorkflowJobCompletedWorkflowJobStepsConclusion? Type4435 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4436 { get; set; } + public global::GitHub.WebhookWorkflowJobCompletedWorkflowJobStepsStatus? Type4436 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobInProgressWorkflowJobStepsConclusion? Type4437 { get; set; } + public global::GitHub.WebhookWorkflowJobInProgressAction? Type4437 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobInProgressWorkflowJobStepsStatus? Type4438 { get; set; } + public global::System.AllOf? Type4438 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobQueuedAction? Type4439 { get; set; } + public global::GitHub.WebhookWorkflowJobInProgressWorkflowJobConclusion? Type4439 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobQueuedWorkflowJob? Type4440 { get; set; } + public global::GitHub.WebhookWorkflowJobInProgressWorkflowJobStatus? Type4440 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobQueuedWorkflowJobStatus? Type4441 { get; set; } + public global::System.Collections.Generic.IList? Type4441 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4442 { get; set; } + public global::GitHub.WebhookWorkflowJobInProgressWorkflowJobStepsConclusion? Type4442 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobQueuedWorkflowJobStepsConclusion? Type4443 { get; set; } + public global::GitHub.WebhookWorkflowJobInProgressWorkflowJobStepsStatus? Type4443 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobQueuedWorkflowJobStepsStatus? Type4444 { get; set; } + public global::GitHub.WebhookWorkflowJobQueuedAction? Type4444 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobWaitingAction? Type4445 { get; set; } + public global::GitHub.WebhookWorkflowJobQueuedWorkflowJob? Type4445 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobWaitingWorkflowJob? Type4446 { get; set; } + public global::GitHub.WebhookWorkflowJobQueuedWorkflowJobStatus? Type4446 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobWaitingWorkflowJobStatus? Type4447 { get; set; } + public global::System.Collections.Generic.IList? Type4447 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4448 { get; set; } + public global::GitHub.WebhookWorkflowJobQueuedWorkflowJobStepsConclusion? Type4448 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobWaitingWorkflowJobStepsConclusion? Type4449 { get; set; } + public global::GitHub.WebhookWorkflowJobQueuedWorkflowJobStepsStatus? Type4449 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowJobWaitingWorkflowJobStepsStatus? Type4450 { get; set; } + public global::GitHub.WebhookWorkflowJobWaitingAction? Type4450 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedAction? Type4451 { get; set; } + public global::GitHub.WebhookWorkflowJobWaitingWorkflowJob? Type4451 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRun? Type4452 { get; set; } + public global::GitHub.WebhookWorkflowJobWaitingWorkflowJobStatus? Type4452 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunActor? Type4453 { get; set; } + public global::System.Collections.Generic.IList? Type4453 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunConclusion? Type4454 { get; set; } + public global::GitHub.WebhookWorkflowJobWaitingWorkflowJobStepsConclusion? Type4454 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunHeadCommit? Type4455 { get; set; } + public global::GitHub.WebhookWorkflowJobWaitingWorkflowJobStepsStatus? Type4455 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunHeadRepository? Type4456 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedAction? Type4456 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4457 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRun? Type4457 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4458 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunActor? Type4458 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunRepository? Type4459 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunConclusion? Type4459 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunStatus? Type4460 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunHeadCommit? Type4460 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunTriggeringActor? Type4461 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunHeadRepository? Type4461 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunActorType? Type4462 { get; set; } + public global::System.Collections.Generic.IList? Type4462 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunHeadCommitAuthor? Type4463 { get; set; } + public global::System.Collections.Generic.IList? Type4463 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunHeadCommitCommitter? Type4464 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunRepository? Type4464 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunHeadRepositoryOwner? Type4465 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunStatus? Type4465 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunHeadRepositoryOwnerType? Type4466 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunTriggeringActor? Type4466 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunRepositoryOwner? Type4467 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunActorType? Type4467 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunRepositoryOwnerType? Type4468 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunHeadCommitAuthor? Type4468 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunTriggeringActorType? Type4469 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunHeadCommitCommitter? Type4469 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunPullRequestsBase? Type4470 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunHeadRepositoryOwner? Type4470 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunPullRequestsHead? Type4471 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunHeadRepositoryOwnerType? Type4471 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunPullRequestsBaseRepo? Type4472 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunRepositoryOwner? Type4472 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunPullRequestsHeadRepo? Type4473 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunRepositoryOwnerType? Type4473 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressAction? Type4474 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunTriggeringActorType? Type4474 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRun? Type4475 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunPullRequestsBase? Type4475 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunActor? Type4476 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunPullRequestsHead? Type4476 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunConclusion? Type4477 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunPullRequestsBaseRepo? Type4477 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunHeadCommit? Type4478 { get; set; } + public global::GitHub.WebhookWorkflowRunCompletedWorkflowRunPullRequestsHeadRepo? Type4478 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunHeadRepository? Type4479 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressAction? Type4479 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4480 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRun? Type4480 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4481 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunActor? Type4481 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunRepository? Type4482 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunConclusion? Type4482 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunStatus? Type4483 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunHeadCommit? Type4483 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunTriggeringActor? Type4484 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunHeadRepository? Type4484 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunActorType? Type4485 { get; set; } + public global::System.Collections.Generic.IList? Type4485 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunHeadCommitAuthor? Type4486 { get; set; } + public global::System.Collections.Generic.IList? Type4486 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunHeadCommitCommitter? Type4487 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunRepository? Type4487 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunHeadRepositoryOwner? Type4488 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunStatus? Type4488 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunHeadRepositoryOwnerType? Type4489 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunTriggeringActor? Type4489 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunRepositoryOwner? Type4490 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunActorType? Type4490 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunRepositoryOwnerType? Type4491 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunHeadCommitAuthor? Type4491 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunTriggeringActorType? Type4492 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunHeadCommitCommitter? Type4492 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunPullRequestsBase? Type4493 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunHeadRepositoryOwner? Type4493 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunPullRequestsHead? Type4494 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunHeadRepositoryOwnerType? Type4494 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunPullRequestsBaseRepo? Type4495 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunRepositoryOwner? Type4495 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunPullRequestsHeadRepo? Type4496 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunRepositoryOwnerType? Type4496 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedAction? Type4497 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunTriggeringActorType? Type4497 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRun? Type4498 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunPullRequestsBase? Type4498 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunActor? Type4499 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunPullRequestsHead? Type4499 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunConclusion? Type4500 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunPullRequestsBaseRepo? Type4500 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunHeadCommit? Type4501 { get; set; } + public global::GitHub.WebhookWorkflowRunInProgressWorkflowRunPullRequestsHeadRepo? Type4501 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunHeadRepository? Type4502 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedAction? Type4502 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4503 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRun? Type4503 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4504 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunActor? Type4504 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunRepository? Type4505 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunConclusion? Type4505 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunStatus? Type4506 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunHeadCommit? Type4506 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunTriggeringActor? Type4507 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunHeadRepository? Type4507 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunActorType? Type4508 { get; set; } + public global::System.Collections.Generic.IList? Type4508 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunHeadCommitAuthor? Type4509 { get; set; } + public global::System.Collections.Generic.IList? Type4509 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunHeadCommitCommitter? Type4510 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunRepository? Type4510 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunHeadRepositoryOwner? Type4511 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunStatus? Type4511 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunHeadRepositoryOwnerType? Type4512 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunTriggeringActor? Type4512 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunRepositoryOwner? Type4513 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunActorType? Type4513 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunRepositoryOwnerType? Type4514 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunHeadCommitAuthor? Type4514 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunTriggeringActorType? Type4515 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunHeadCommitCommitter? Type4515 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunPullRequestsBase? Type4516 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunHeadRepositoryOwner? Type4516 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunPullRequestsHead? Type4517 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunHeadRepositoryOwnerType? Type4517 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunPullRequestsBaseRepo? Type4518 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunRepositoryOwner? Type4518 { get; set; } /// /// /// - public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunPullRequestsHeadRepo? Type4519 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunRepositoryOwnerType? Type4519 { get; set; } /// /// /// - public global::GitHub.Root? Type4520 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunTriggeringActorType? Type4520 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4521 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunPullRequestsBase? Type4521 { get; set; } /// /// /// - public global::GitHub.BasicError? Type4522 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunPullRequestsHead? Type4522 { get; set; } /// /// /// - public global::GitHub.ValidationErrorSimple? Type4523 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunPullRequestsBaseRepo? Type4523 { get; set; } /// /// /// - public global::GitHub.GlobalAdvisory? Type4524 { get; set; } + public global::GitHub.WebhookWorkflowRunRequestedWorkflowRunPullRequestsHeadRepo? Type4524 { get; set; } /// /// /// - public global::System.AllOf? Type4525 { get; set; } + public global::GitHub.Root? Type4525 { get; set; } /// /// /// - public global::GitHub.AppsUpdateWebhookConfigForAppRequest? Type4526 { get; set; } + public global::System.Collections.Generic.IList? Type4526 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4527 { get; set; } + public global::GitHub.BasicError? Type4527 { get; set; } /// /// /// - public global::GitHub.ScimError? Type4528 { get; set; } + public global::GitHub.ValidationErrorSimple? Type4528 { get; set; } /// /// /// - public global::GitHub.ValidationError? Type4529 { get; set; } + public global::GitHub.GlobalAdvisory? Type4529 { get; set; } /// /// /// - public global::GitHub.HookDelivery? Type4530 { get; set; } + public global::System.AllOf? Type4530 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4531 { get; set; } + public global::GitHub.AppsUpdateWebhookConfigForAppRequest? Type4531 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4532 { get; set; } + public global::System.Collections.Generic.IList? Type4532 { get; set; } /// /// /// - public global::GitHub.AppsCreateInstallationAccessTokenRequest? Type4533 { get; set; } + public global::GitHub.ScimError? Type4533 { get; set; } /// /// /// - public global::GitHub.InstallationToken? Type4534 { get; set; } + public global::GitHub.ValidationError? Type4534 { get; set; } /// /// /// - public global::GitHub.AppsDeleteAuthorizationRequest? Type4535 { get; set; } + public global::GitHub.HookDelivery? Type4535 { get; set; } /// /// /// - public global::GitHub.AppsCheckTokenRequest? Type4536 { get; set; } + public global::System.Collections.Generic.IList? Type4536 { get; set; } /// /// /// - public global::GitHub.Authorization? Type4537 { get; set; } + public global::System.Collections.Generic.IList? Type4537 { get; set; } /// /// /// - public global::GitHub.AppsResetTokenRequest? Type4538 { get; set; } + public global::GitHub.AppsCreateInstallationAccessTokenRequest? Type4538 { get; set; } /// /// /// - public global::GitHub.AppsDeleteTokenRequest? Type4539 { get; set; } + public global::GitHub.InstallationToken? Type4539 { get; set; } /// /// /// - public global::GitHub.AppsScopeTokenRequest? Type4540 { get; set; } + public global::GitHub.AppsDeleteAuthorizationRequest? Type4540 { get; set; } /// /// /// - public global::GitHub.ClassroomAssignment? Type4541 { get; set; } + public global::GitHub.AppsCheckTokenRequest? Type4541 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4542 { get; set; } + public global::GitHub.Authorization? Type4542 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4543 { get; set; } + public global::GitHub.AppsResetTokenRequest? Type4543 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4544 { get; set; } + public global::GitHub.AppsDeleteTokenRequest? Type4544 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4545 { get; set; } + public global::GitHub.AppsScopeTokenRequest? Type4545 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4546 { get; set; } + public global::GitHub.ClassroomAssignment? Type4546 { get; set; } /// /// /// - public global::GitHub.CopilotListCopilotSeatsForEnterpriseResponse? Type4547 { get; set; } + public global::System.Collections.Generic.IList? Type4547 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4548 { get; set; } + public global::System.Collections.Generic.IList? Type4548 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4549 { get; set; } + public global::System.Collections.Generic.IList? Type4549 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4550 { get; set; } + public global::System.Collections.Generic.IList? Type4550 { get; set; } /// /// /// - public global::GitHub.SecretScanningListAlertsForEnterpriseResponse? Type4551 { get; set; } + public global::System.Collections.Generic.IList? Type4551 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4552 { get; set; } + public global::GitHub.CopilotListCopilotSeatsForEnterpriseResponse? Type4552 { get; set; } /// /// /// - public global::GitHub.ActivityListPublicEventsResponse? Type4553 { get; set; } + public global::System.Collections.Generic.IList? Type4553 { get; set; } /// /// /// - public global::GitHub.Feed? Type4554 { get; set; } + public global::System.Collections.Generic.IList? Type4554 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4555 { get; set; } + public global::System.Collections.Generic.IList? Type4555 { get; set; } /// /// /// - public global::GitHub.GistsCreateRequest? Type4556 { get; set; } + public global::GitHub.SecretScanningListAlertsForEnterpriseResponse? Type4556 { get; set; } /// /// /// - public global::GitHub.GistSimple? Type4557 { get; set; } + public global::System.Collections.Generic.IList? Type4557 { get; set; } /// /// /// - public global::GitHub.GistsGetResponse? Type4558 { get; set; } + public global::GitHub.ActivityListPublicEventsResponse? Type4558 { get; set; } /// /// /// - public global::GitHub.GistsUpdateRequest? Type4559 { get; set; } + public global::GitHub.Feed? Type4559 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4560 { get; set; } + public global::System.Collections.Generic.IList? Type4560 { get; set; } /// /// /// - public global::GitHub.GistsCreateCommentRequest? Type4561 { get; set; } + public global::GitHub.GistsCreateRequest? Type4561 { get; set; } /// /// /// - public global::GitHub.GistComment? Type4562 { get; set; } + public global::GitHub.GistSimple? Type4562 { get; set; } /// /// /// - public global::GitHub.GistsGetCommentResponse? Type4563 { get; set; } + public global::GitHub.GistsGetResponse? Type4563 { get; set; } /// /// /// - public global::GitHub.GistsUpdateCommentRequest? Type4564 { get; set; } + public global::GitHub.GistsUpdateRequest? Type4564 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4565 { get; set; } + public global::System.Collections.Generic.IList? Type4565 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4566 { get; set; } + public global::GitHub.GistsCreateCommentRequest? Type4566 { get; set; } /// /// /// - public global::GitHub.BaseGist? Type4567 { get; set; } + public global::GitHub.GistComment? Type4567 { get; set; } /// /// /// - public global::GitHub.GitignoreTemplate? Type4568 { get; set; } + public global::GitHub.GistsGetCommentResponse? Type4568 { get; set; } /// /// /// - public global::GitHub.AppsListReposAccessibleToInstallationResponse? Type4569 { get; set; } + public global::GitHub.GistsUpdateCommentRequest? Type4569 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4570 { get; set; } + public global::System.Collections.Generic.IList? Type4570 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4571 { get; set; } + public global::System.Collections.Generic.IList? Type4571 { get; set; } /// /// /// - public global::GitHub.License? Type4572 { get; set; } + public global::GitHub.BaseGist? Type4572 { get; set; } /// /// /// - public global::GitHub.MarkdownRenderRequest? Type4573 { get; set; } + public global::GitHub.GitignoreTemplate? Type4573 { get; set; } /// /// /// - public global::GitHub.MarketplacePurchase? Type4574 { get; set; } + public global::GitHub.AppsListReposAccessibleToInstallationResponse? Type4574 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4575 { get; set; } + public global::System.Collections.Generic.IList? Type4575 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4576 { get; set; } + public global::System.Collections.Generic.IList? Type4576 { get; set; } /// /// /// - public global::GitHub.ApiOverview? Type4577 { get; set; } + public global::GitHub.License? Type4577 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4578 { get; set; } + public global::GitHub.MarkdownRenderRequest? Type4578 { get; set; } /// /// /// - public global::GitHub.ActivityMarkNotificationsAsReadRequest? Type4579 { get; set; } + public global::GitHub.MarketplacePurchase? Type4579 { get; set; } /// /// /// - public global::GitHub.ActivityMarkNotificationsAsReadResponse? Type4580 { get; set; } + public global::System.Collections.Generic.IList? Type4580 { get; set; } /// /// /// - public global::GitHub.Thread? Type4581 { get; set; } + public global::System.Collections.Generic.IList? Type4581 { get; set; } /// /// /// - public global::GitHub.ThreadSubscription? Type4582 { get; set; } + public global::GitHub.ApiOverview? Type4582 { get; set; } /// /// /// - public global::GitHub.ActivitySetThreadSubscriptionRequest? Type4583 { get; set; } + public global::System.Collections.Generic.IList? Type4583 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4584 { get; set; } + public global::GitHub.ActivityMarkNotificationsAsReadRequest? Type4584 { get; set; } /// /// /// - public global::GitHub.OrganizationFull? Type4585 { get; set; } + public global::GitHub.ActivityMarkNotificationsAsReadResponse? Type4585 { get; set; } /// /// /// - public global::GitHub.OrgsUpdateRequest? Type4586 { get; set; } + public global::GitHub.Thread? Type4586 { get; set; } /// /// /// - public global::System.OneOf? Type4587 { get; set; } + public global::GitHub.ThreadSubscription? Type4587 { get; set; } /// /// /// - public global::GitHub.ActionsCacheUsageOrgEnterprise? Type4588 { get; set; } + public global::GitHub.ActivitySetThreadSubscriptionRequest? Type4588 { get; set; } /// /// /// - public global::GitHub.ActionsGetActionsCacheUsageByRepoForOrgResponse? Type4589 { get; set; } + public global::System.Collections.Generic.IList? Type4589 { get; set; } /// /// /// - public global::GitHub.OidcCustomSub? Type4590 { get; set; } + public global::GitHub.OrganizationFull? Type4590 { get; set; } /// /// /// - public global::GitHub.EmptyObject? Type4591 { get; set; } + public global::GitHub.OrgsUpdateRequest? Type4591 { get; set; } /// /// /// - public global::GitHub.ActionsOrganizationPermissions? Type4592 { get; set; } + public global::System.OneOf? Type4592 { get; set; } /// /// /// - public global::GitHub.ActionsSetGithubActionsPermissionsOrganizationRequest? Type4593 { get; set; } + public global::GitHub.ActionsCacheUsageOrgEnterprise? Type4593 { get; set; } /// /// /// - public global::GitHub.ActionsListSelectedRepositoriesEnabledGithubActionsOrganizationResponse? Type4594 { get; set; } + public global::GitHub.ActionsGetActionsCacheUsageByRepoForOrgResponse? Type4594 { get; set; } /// /// /// - public global::GitHub.ActionsSetSelectedRepositoriesEnabledGithubActionsOrganizationRequest? Type4595 { get; set; } + public global::GitHub.OidcCustomSub? Type4595 { get; set; } /// /// /// - public global::GitHub.SelectedActions? Type4596 { get; set; } + public global::GitHub.EmptyObject? Type4596 { get; set; } /// /// /// - public global::GitHub.ActionsGetDefaultWorkflowPermissions? Type4597 { get; set; } + public global::GitHub.ActionsOrganizationPermissions? Type4597 { get; set; } /// /// /// - public global::GitHub.ActionsSetDefaultWorkflowPermissions? Type4598 { get; set; } + public global::GitHub.ActionsSetGithubActionsPermissionsOrganizationRequest? Type4598 { get; set; } /// /// /// - public global::GitHub.ActionsListSelfHostedRunnersForOrgResponse? Type4599 { get; set; } + public global::GitHub.ActionsListSelectedRepositoriesEnabledGithubActionsOrganizationResponse? Type4599 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4600 { get; set; } + public global::GitHub.ActionsSetSelectedRepositoriesEnabledGithubActionsOrganizationRequest? Type4600 { get; set; } /// /// /// - public global::GitHub.ActionsGenerateRunnerJitconfigForOrgRequest? Type4601 { get; set; } + public global::GitHub.SelectedActions? Type4601 { get; set; } /// /// /// - public global::GitHub.ActionsGenerateRunnerJitconfigForOrgResponse? Type4602 { get; set; } + public global::GitHub.ActionsGetDefaultWorkflowPermissions? Type4602 { get; set; } /// /// /// - public global::GitHub.AuthenticationToken? Type4603 { get; set; } + public global::GitHub.ActionsSetDefaultWorkflowPermissions? Type4603 { get; set; } /// /// /// - public global::GitHub.Runner? Type4604 { get; set; } + public global::GitHub.ActionsListSelfHostedRunnersForOrgResponse? Type4604 { get; set; } /// /// /// - public global::GitHub.ActionsListLabelsForSelfHostedRunnerForOrgResponse? Type4605 { get; set; } + public global::System.Collections.Generic.IList? Type4605 { get; set; } /// /// /// - public global::GitHub.ActionsAddCustomLabelsToSelfHostedRunnerForOrgRequest? Type4606 { get; set; } + public global::GitHub.ActionsGenerateRunnerJitconfigForOrgRequest? Type4606 { get; set; } /// /// /// - public global::GitHub.ActionsAddCustomLabelsToSelfHostedRunnerForOrgResponse? Type4607 { get; set; } + public global::GitHub.ActionsGenerateRunnerJitconfigForOrgResponse? Type4607 { get; set; } /// /// /// - public global::GitHub.ActionsSetCustomLabelsForSelfHostedRunnerForOrgRequest? Type4608 { get; set; } + public global::GitHub.AuthenticationToken? Type4608 { get; set; } /// /// /// - public global::GitHub.ActionsSetCustomLabelsForSelfHostedRunnerForOrgResponse? Type4609 { get; set; } + public global::GitHub.Runner? Type4609 { get; set; } /// /// /// - public global::GitHub.ActionsRemoveAllCustomLabelsFromSelfHostedRunnerForOrgResponse? Type4610 { get; set; } + public global::GitHub.ActionsListLabelsForSelfHostedRunnerForOrgResponse? Type4610 { get; set; } /// /// /// - public global::GitHub.ActionsRemoveCustomLabelFromSelfHostedRunnerForOrgResponse? Type4611 { get; set; } + public global::GitHub.ActionsAddCustomLabelsToSelfHostedRunnerForOrgRequest? Type4611 { get; set; } /// /// /// - public global::GitHub.ActionsListOrgSecretsResponse? Type4612 { get; set; } + public global::GitHub.ActionsAddCustomLabelsToSelfHostedRunnerForOrgResponse? Type4612 { get; set; } /// /// /// - public global::GitHub.ActionsPublicKey? Type4613 { get; set; } + public global::GitHub.ActionsSetCustomLabelsForSelfHostedRunnerForOrgRequest? Type4613 { get; set; } /// /// /// - public global::GitHub.OrganizationActionsSecret? Type4614 { get; set; } + public global::GitHub.ActionsSetCustomLabelsForSelfHostedRunnerForOrgResponse? Type4614 { get; set; } /// /// /// - public global::GitHub.ActionsCreateOrUpdateOrgSecretRequest? Type4615 { get; set; } + public global::GitHub.ActionsRemoveAllCustomLabelsFromSelfHostedRunnerForOrgResponse? Type4615 { get; set; } /// /// /// - public global::GitHub.ActionsListSelectedReposForOrgSecretResponse? Type4616 { get; set; } + public global::GitHub.ActionsRemoveCustomLabelFromSelfHostedRunnerForOrgResponse? Type4616 { get; set; } /// /// /// - public global::GitHub.ActionsSetSelectedReposForOrgSecretRequest? Type4617 { get; set; } + public global::GitHub.ActionsListOrgSecretsResponse? Type4617 { get; set; } /// /// /// - public global::GitHub.ActionsListOrgVariablesResponse? Type4618 { get; set; } + public global::GitHub.ActionsPublicKey? Type4618 { get; set; } /// /// /// - public global::GitHub.ActionsCreateOrgVariableRequest? Type4619 { get; set; } + public global::GitHub.OrganizationActionsSecret? Type4619 { get; set; } /// /// /// - public global::GitHub.OrganizationActionsVariable? Type4620 { get; set; } + public global::GitHub.ActionsCreateOrUpdateOrgSecretRequest? Type4620 { get; set; } /// /// /// - public global::GitHub.ActionsUpdateOrgVariableRequest? Type4621 { get; set; } + public global::GitHub.ActionsListSelectedReposForOrgSecretResponse? Type4621 { get; set; } /// /// /// - public global::GitHub.ActionsListSelectedReposForOrgVariableResponse? Type4622 { get; set; } + public global::GitHub.ActionsSetSelectedReposForOrgSecretRequest? Type4622 { get; set; } /// /// /// - public global::GitHub.ActionsSetSelectedReposForOrgVariableRequest? Type4623 { get; set; } + public global::GitHub.ActionsListOrgVariablesResponse? Type4623 { get; set; } /// /// /// - public global::GitHub.OrgsListAttestationsResponse? Type4624 { get; set; } + public global::GitHub.ActionsCreateOrgVariableRequest? Type4624 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4625 { get; set; } + public global::GitHub.OrganizationActionsVariable? Type4625 { get; set; } /// /// /// - public global::GitHub.CodeScanningListAlertsForOrgResponse? Type4626 { get; set; } + public global::GitHub.ActionsUpdateOrgVariableRequest? Type4626 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4627 { get; set; } + public global::GitHub.ActionsListSelectedReposForOrgVariableResponse? Type4627 { get; set; } /// /// /// - public global::GitHub.CodeSecurityCreateConfigurationRequest? Type4628 { get; set; } + public global::GitHub.ActionsSetSelectedReposForOrgVariableRequest? Type4628 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4629 { get; set; } + public global::GitHub.OrgsListAttestationsResponse? Type4629 { get; set; } /// /// /// - public global::GitHub.CodeSecurityDetachConfigurationRequest? Type4630 { get; set; } + public global::System.Collections.Generic.IList? Type4630 { get; set; } /// /// /// - public global::GitHub.CodeSecurityUpdateConfigurationRequest? Type4631 { get; set; } + public global::GitHub.CodeScanningListAlertsForOrgResponse? Type4631 { get; set; } /// /// /// - public global::GitHub.CodeSecurityAttachConfigurationRequest? Type4632 { get; set; } + public global::System.Collections.Generic.IList? Type4632 { get; set; } /// /// /// - public global::GitHub.CodeSecuritySetConfigurationAsDefaultRequest? Type4633 { get; set; } + public global::GitHub.CodeSecurityCreateConfigurationRequest? Type4633 { get; set; } /// /// /// - public global::GitHub.CodeSecuritySetConfigurationAsDefaultResponse? Type4634 { get; set; } + public global::System.Collections.Generic.IList? Type4634 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4635 { get; set; } + public global::GitHub.CodeSecurityDetachConfigurationRequest? Type4635 { get; set; } /// /// /// - public global::GitHub.CodespacesListInOrganizationResponse? Type4636 { get; set; } + public global::GitHub.CodeSecurityUpdateConfigurationRequest? Type4636 { get; set; } /// /// /// - public global::GitHub.CodespacesSetCodespacesAccessRequest? Type4637 { get; set; } + public global::GitHub.CodeSecurityAttachConfigurationRequest? Type4637 { get; set; } /// /// /// - public global::GitHub.CodespacesSetCodespacesAccessUsersRequest? Type4638 { get; set; } + public global::GitHub.CodeSecuritySetConfigurationAsDefaultRequest? Type4638 { get; set; } /// /// /// - public global::GitHub.CodespacesDeleteCodespacesAccessUsersRequest? Type4639 { get; set; } + public global::GitHub.CodeSecuritySetConfigurationAsDefaultResponse? Type4639 { get; set; } /// /// /// - public global::GitHub.CodespacesListOrgSecretsResponse? Type4640 { get; set; } + public global::System.Collections.Generic.IList? Type4640 { get; set; } /// /// /// - public global::GitHub.CodespacesPublicKey? Type4641 { get; set; } + public global::GitHub.CodespacesListInOrganizationResponse? Type4641 { get; set; } /// /// /// - public global::GitHub.CodespacesOrgSecret? Type4642 { get; set; } + public global::GitHub.CodespacesSetCodespacesAccessRequest? Type4642 { get; set; } /// /// /// - public global::GitHub.CodespacesCreateOrUpdateOrgSecretRequest? Type4643 { get; set; } + public global::GitHub.CodespacesSetCodespacesAccessUsersRequest? Type4643 { get; set; } /// /// /// - public global::GitHub.CodespacesListSelectedReposForOrgSecretResponse? Type4644 { get; set; } + public global::GitHub.CodespacesDeleteCodespacesAccessUsersRequest? Type4644 { get; set; } /// /// /// - public global::GitHub.CodespacesSetSelectedReposForOrgSecretRequest? Type4645 { get; set; } + public global::GitHub.CodespacesListOrgSecretsResponse? Type4645 { get; set; } /// /// /// - public global::GitHub.CopilotOrganizationDetails? Type4646 { get; set; } + public global::GitHub.CodespacesPublicKey? Type4646 { get; set; } /// /// /// - public global::GitHub.CopilotListCopilotSeatsResponse? Type4647 { get; set; } + public global::GitHub.CodespacesOrgSecret? Type4647 { get; set; } /// /// /// - public global::GitHub.CopilotAddCopilotSeatsForTeamsRequest? Type4648 { get; set; } + public global::GitHub.CodespacesCreateOrUpdateOrgSecretRequest? Type4648 { get; set; } /// /// /// - public global::GitHub.CopilotAddCopilotSeatsForTeamsResponse? Type4649 { get; set; } + public global::GitHub.CodespacesListSelectedReposForOrgSecretResponse? Type4649 { get; set; } /// /// /// - public global::GitHub.CopilotCancelCopilotSeatAssignmentForTeamsRequest? Type4650 { get; set; } + public global::GitHub.CodespacesSetSelectedReposForOrgSecretRequest? Type4650 { get; set; } /// /// /// - public global::GitHub.CopilotCancelCopilotSeatAssignmentForTeamsResponse? Type4651 { get; set; } + public global::GitHub.CopilotOrganizationDetails? Type4651 { get; set; } /// /// /// - public global::GitHub.CopilotAddCopilotSeatsForUsersRequest? Type4652 { get; set; } + public global::GitHub.CopilotListCopilotSeatsResponse? Type4652 { get; set; } /// /// /// - public global::GitHub.CopilotAddCopilotSeatsForUsersResponse? Type4653 { get; set; } + public global::GitHub.CopilotAddCopilotSeatsForTeamsRequest? Type4653 { get; set; } /// /// /// - public global::GitHub.CopilotCancelCopilotSeatAssignmentForUsersRequest? Type4654 { get; set; } + public global::GitHub.CopilotAddCopilotSeatsForTeamsResponse? Type4654 { get; set; } /// /// /// - public global::GitHub.CopilotCancelCopilotSeatAssignmentForUsersResponse? Type4655 { get; set; } + public global::GitHub.CopilotCancelCopilotSeatAssignmentForTeamsRequest? Type4655 { get; set; } /// /// /// - public global::GitHub.DependabotListOrgSecretsResponse? Type4656 { get; set; } + public global::GitHub.CopilotCancelCopilotSeatAssignmentForTeamsResponse? Type4656 { get; set; } /// /// /// - public global::GitHub.DependabotPublicKey? Type4657 { get; set; } + public global::GitHub.CopilotAddCopilotSeatsForUsersRequest? Type4657 { get; set; } /// /// /// - public global::GitHub.OrganizationDependabotSecret? Type4658 { get; set; } + public global::GitHub.CopilotAddCopilotSeatsForUsersResponse? Type4658 { get; set; } /// /// /// - public global::GitHub.DependabotCreateOrUpdateOrgSecretRequest? Type4659 { get; set; } + public global::GitHub.CopilotCancelCopilotSeatAssignmentForUsersRequest? Type4659 { get; set; } /// /// /// - public global::GitHub.DependabotListSelectedReposForOrgSecretResponse? Type4660 { get; set; } + public global::GitHub.CopilotCancelCopilotSeatAssignmentForUsersResponse? Type4660 { get; set; } /// /// /// - public global::GitHub.DependabotSetSelectedReposForOrgSecretRequest? Type4661 { get; set; } + public global::GitHub.DependabotListOrgSecretsResponse? Type4661 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4662 { get; set; } + public global::GitHub.DependabotPublicKey? Type4662 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4663 { get; set; } + public global::GitHub.OrganizationDependabotSecret? Type4663 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4664 { get; set; } + public global::GitHub.DependabotCreateOrUpdateOrgSecretRequest? Type4664 { get; set; } /// /// /// - public global::GitHub.OrgsCreateWebhookRequest? Type4665 { get; set; } + public global::GitHub.DependabotListSelectedReposForOrgSecretResponse? Type4665 { get; set; } /// /// /// - public global::GitHub.OrgHook? Type4666 { get; set; } + public global::GitHub.DependabotSetSelectedReposForOrgSecretRequest? Type4666 { get; set; } /// /// /// - public global::GitHub.OrgsUpdateWebhookRequest? Type4667 { get; set; } + public global::System.Collections.Generic.IList? Type4667 { get; set; } /// /// /// - public global::GitHub.OrgsUpdateWebhookConfigForOrgRequest? Type4668 { get; set; } + public global::System.Collections.Generic.IList? Type4668 { get; set; } /// /// /// - public global::GitHub.OrgsListAppInstallationsResponse? Type4669 { get; set; } + public global::System.Collections.Generic.IList? Type4669 { get; set; } /// /// /// - public global::System.AnyOf? Type4670 { get; set; } + public global::GitHub.OrgsCreateWebhookRequest? Type4670 { get; set; } /// /// /// - public global::GitHub.InteractionLimit? Type4671 { get; set; } + public global::GitHub.OrgHook? Type4671 { get; set; } /// /// /// - public global::GitHub.InteractionLimitResponse? Type4672 { get; set; } + public global::GitHub.OrgsUpdateWebhookRequest? Type4672 { get; set; } /// /// /// - public global::GitHub.OrgsCreateInvitationRequest? Type4673 { get; set; } + public global::GitHub.OrgsUpdateWebhookConfigForOrgRequest? Type4673 { get; set; } /// /// /// - public global::GitHub.OrganizationInvitation? Type4674 { get; set; } + public global::GitHub.OrgsListAppInstallationsResponse? Type4674 { get; set; } /// /// /// - public global::GitHub.CodespacesGetCodespacesForUserInOrgResponse? Type4675 { get; set; } + public global::System.AnyOf? Type4675 { get; set; } /// /// /// - public global::GitHub.Codespace? Type4676 { get; set; } + public global::GitHub.InteractionLimit? Type4676 { get; set; } /// /// /// - public global::GitHub.CopilotSeatDetails? Type4677 { get; set; } + public global::GitHub.InteractionLimitResponse? Type4677 { get; set; } /// /// /// - public global::GitHub.OrgMembership? Type4678 { get; set; } + public global::GitHub.OrgsCreateInvitationRequest? Type4678 { get; set; } /// /// /// - public global::GitHub.OrgsSetMembershipForUserRequest? Type4679 { get; set; } + public global::GitHub.OrganizationInvitation? Type4679 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4680 { get; set; } + public global::GitHub.CodespacesGetCodespacesForUserInOrgResponse? Type4680 { get; set; } /// /// /// - public global::GitHub.MigrationsStartForOrgRequest? Type4681 { get; set; } + public global::GitHub.Codespace? Type4681 { get; set; } /// /// /// - public global::GitHub.Migration? Type4682 { get; set; } + public global::GitHub.CopilotSeatDetails? Type4682 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4683 { get; set; } + public global::GitHub.OrgMembership? Type4683 { get; set; } /// /// /// - public global::GitHub.OrgsListOrgRolesResponse? Type4684 { get; set; } + public global::GitHub.OrgsSetMembershipForUserRequest? Type4684 { get; set; } /// /// /// - public global::GitHub.OrganizationRole? Type4685 { get; set; } + public global::System.Collections.Generic.IList? Type4685 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4686 { get; set; } + public global::GitHub.MigrationsStartForOrgRequest? Type4686 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4687 { get; set; } + public global::GitHub.Migration? Type4687 { get; set; } /// /// /// - public global::GitHub.OrgsConvertMemberToOutsideCollaboratorRequest? Type4688 { get; set; } + public global::System.Collections.Generic.IList? Type4688 { get; set; } /// /// /// - public global::GitHub.OrgsRemoveOutsideCollaboratorResponse? Type4689 { get; set; } + public global::GitHub.OrgsListOrgRolesResponse? Type4689 { get; set; } /// /// /// - public global::GitHub.Package? Type4690 { get; set; } + public global::GitHub.OrganizationRole? Type4690 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4691 { get; set; } + public global::System.Collections.Generic.IList? Type4691 { get; set; } /// /// /// - public global::GitHub.PackageVersion? Type4692 { get; set; } + public global::System.Collections.Generic.IList? Type4692 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4693 { get; set; } + public global::GitHub.OrgsConvertMemberToOutsideCollaboratorRequest? Type4693 { get; set; } /// /// /// - public global::GitHub.OrgsReviewPatGrantRequestsInBulkRequest? Type4694 { get; set; } + public global::GitHub.OrgsRemoveOutsideCollaboratorResponse? Type4694 { get; set; } /// /// /// - public global::GitHub.OrgsReviewPatGrantRequestRequest? Type4695 { get; set; } + public global::GitHub.Package? Type4695 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4696 { get; set; } + public global::System.Collections.Generic.IList? Type4696 { get; set; } /// /// /// - public global::GitHub.OrgsUpdatePatAccessesRequest? Type4697 { get; set; } + public global::GitHub.PackageVersion? Type4697 { get; set; } /// /// /// - public global::GitHub.OrgsUpdatePatAccessRequest? Type4698 { get; set; } + public global::System.Collections.Generic.IList? Type4698 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4699 { get; set; } + public global::GitHub.OrgsReviewPatGrantRequestsInBulkRequest? Type4699 { get; set; } /// /// /// - public global::GitHub.ProjectsCreateForOrgRequest? Type4700 { get; set; } + public global::GitHub.OrgsReviewPatGrantRequestRequest? Type4700 { get; set; } /// /// /// - public global::GitHub.Project? Type4701 { get; set; } + public global::System.Collections.Generic.IList? Type4701 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4702 { get; set; } + public global::GitHub.OrgsUpdatePatAccessesRequest? Type4702 { get; set; } /// /// /// - public global::GitHub.OrgsCreateOrUpdateCustomPropertiesRequest? Type4703 { get; set; } + public global::GitHub.OrgsUpdatePatAccessRequest? Type4703 { get; set; } /// /// /// - public global::GitHub.OrgsCreateOrUpdateCustomPropertyRequest? Type4704 { get; set; } + public global::System.Collections.Generic.IList? Type4704 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4705 { get; set; } + public global::GitHub.ProjectsCreateForOrgRequest? Type4705 { get; set; } /// /// /// - public global::GitHub.OrgsCreateOrUpdateCustomPropertiesValuesForReposRequest? Type4706 { get; set; } + public global::GitHub.Project? Type4706 { get; set; } /// /// /// - public global::GitHub.ReposCreateInOrgRequest? Type4707 { get; set; } + public global::System.Collections.Generic.IList? Type4707 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4708 { get; set; } + public global::GitHub.OrgsCreateOrUpdateCustomPropertiesRequest? Type4708 { get; set; } /// /// /// - public global::GitHub.ReposCreateOrgRulesetRequest? Type4709 { get; set; } + public global::GitHub.OrgsCreateOrUpdateCustomPropertyRequest? Type4709 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4710 { get; set; } + public global::System.Collections.Generic.IList? Type4710 { get; set; } /// /// /// - public global::GitHub.RuleSuite? Type4711 { get; set; } + public global::GitHub.OrgsCreateOrUpdateCustomPropertiesValuesForReposRequest? Type4711 { get; set; } /// /// /// - public global::GitHub.ReposUpdateOrgRulesetRequest? Type4712 { get; set; } + public global::GitHub.ReposCreateInOrgRequest? Type4712 { get; set; } /// /// /// - public global::GitHub.SecretScanningListAlertsForOrgResponse? Type4713 { get; set; } + public global::System.Collections.Generic.IList? Type4713 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4714 { get; set; } + public global::GitHub.ReposCreateOrgRulesetRequest? Type4714 { get; set; } /// /// /// - public global::GitHub.ActionsBillingUsage? Type4715 { get; set; } + public global::System.Collections.Generic.IList? Type4715 { get; set; } /// /// /// - public global::GitHub.PackagesBillingUsage? Type4716 { get; set; } + public global::GitHub.RuleSuite? Type4716 { get; set; } /// /// /// - public global::GitHub.CombinedBillingUsage? Type4717 { get; set; } + public global::GitHub.ReposUpdateOrgRulesetRequest? Type4717 { get; set; } /// /// /// - public global::GitHub.TeamsCreateRequest? Type4718 { get; set; } + public global::GitHub.SecretScanningListAlertsForOrgResponse? Type4718 { get; set; } /// /// /// - public global::GitHub.TeamFull? Type4719 { get; set; } + public global::System.Collections.Generic.IList? Type4719 { get; set; } /// /// /// - public global::GitHub.TeamsUpdateInOrgRequest? Type4720 { get; set; } + public global::GitHub.ActionsBillingUsage? Type4720 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4721 { get; set; } + public global::GitHub.PackagesBillingUsage? Type4721 { get; set; } /// /// /// - public global::GitHub.TeamsCreateDiscussionInOrgRequest? Type4722 { get; set; } + public global::GitHub.CombinedBillingUsage? Type4722 { get; set; } /// /// /// - public global::GitHub.TeamDiscussion? Type4723 { get; set; } + public global::GitHub.TeamsCreateRequest? Type4723 { get; set; } /// /// /// - public global::GitHub.TeamsUpdateDiscussionInOrgRequest? Type4724 { get; set; } + public global::GitHub.TeamFull? Type4724 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4725 { get; set; } + public global::GitHub.TeamsUpdateInOrgRequest? Type4725 { get; set; } /// /// /// - public global::GitHub.TeamsCreateDiscussionCommentInOrgRequest? Type4726 { get; set; } + public global::System.Collections.Generic.IList? Type4726 { get; set; } /// /// /// - public global::GitHub.TeamDiscussionComment? Type4727 { get; set; } + public global::GitHub.TeamsCreateDiscussionInOrgRequest? Type4727 { get; set; } /// /// /// - public global::GitHub.TeamsUpdateDiscussionCommentInOrgRequest? Type4728 { get; set; } + public global::GitHub.TeamDiscussion? Type4728 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4729 { get; set; } + public global::GitHub.TeamsUpdateDiscussionInOrgRequest? Type4729 { get; set; } /// /// /// - public global::GitHub.ReactionsCreateForTeamDiscussionCommentInOrgRequest? Type4730 { get; set; } + public global::System.Collections.Generic.IList? Type4730 { get; set; } /// /// /// - public global::GitHub.Reaction? Type4731 { get; set; } + public global::GitHub.TeamsCreateDiscussionCommentInOrgRequest? Type4731 { get; set; } /// /// /// - public global::GitHub.ReactionsCreateForTeamDiscussionInOrgRequest? Type4732 { get; set; } + public global::GitHub.TeamDiscussionComment? Type4732 { get; set; } /// /// /// - public global::GitHub.TeamMembership? Type4733 { get; set; } + public global::GitHub.TeamsUpdateDiscussionCommentInOrgRequest? Type4733 { get; set; } /// /// /// - public global::GitHub.TeamsAddOrUpdateMembershipForUserInOrgRequest? Type4734 { get; set; } + public global::System.Collections.Generic.IList? Type4734 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4735 { get; set; } + public global::GitHub.ReactionsCreateForTeamDiscussionCommentInOrgRequest? Type4735 { get; set; } /// /// /// - public global::GitHub.TeamProject? Type4736 { get; set; } + public global::GitHub.Reaction? Type4736 { get; set; } /// /// /// - public global::GitHub.TeamsAddOrUpdateProjectPermissionsInOrgRequest? Type4737 { get; set; } + public global::GitHub.ReactionsCreateForTeamDiscussionInOrgRequest? Type4737 { get; set; } /// /// /// - public global::GitHub.TeamsAddOrUpdateProjectPermissionsInOrgResponse? Type4738 { get; set; } + public global::GitHub.TeamMembership? Type4738 { get; set; } /// /// /// - public global::GitHub.TeamRepository? Type4739 { get; set; } + public global::GitHub.TeamsAddOrUpdateMembershipForUserInOrgRequest? Type4739 { get; set; } /// /// /// - public global::GitHub.TeamsAddOrUpdateRepoPermissionsInOrgRequest? Type4740 { get; set; } + public global::System.Collections.Generic.IList? Type4740 { get; set; } /// /// /// - public global::GitHub.ProjectCard? Type4741 { get; set; } + public global::GitHub.TeamProject? Type4741 { get; set; } /// /// /// - public global::GitHub.ProjectsUpdateCardRequest? Type4742 { get; set; } + public global::GitHub.TeamsAddOrUpdateProjectPermissionsInOrgRequest? Type4742 { get; set; } /// /// /// - public global::GitHub.ProjectsDeleteCardResponse? Type4743 { get; set; } + public global::GitHub.TeamsAddOrUpdateProjectPermissionsInOrgResponse? Type4743 { get; set; } /// /// /// - public global::GitHub.ProjectsMoveCardRequest? Type4744 { get; set; } + public global::GitHub.TeamRepository? Type4744 { get; set; } /// /// /// - public global::GitHub.ProjectsMoveCardResponse? Type4745 { get; set; } + public global::GitHub.TeamsAddOrUpdateRepoPermissionsInOrgRequest? Type4745 { get; set; } /// /// /// - public global::GitHub.ProjectColumn? Type4746 { get; set; } + public global::GitHub.ProjectCard? Type4746 { get; set; } /// /// /// - public global::GitHub.ProjectsUpdateColumnRequest? Type4747 { get; set; } + public global::GitHub.ProjectsUpdateCardRequest? Type4747 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4748 { get; set; } + public global::GitHub.ProjectsDeleteCardResponse? Type4748 { get; set; } /// /// /// - public global::System.OneOf? Type4749 { get; set; } + public global::GitHub.ProjectsMoveCardRequest? Type4749 { get; set; } /// /// /// - public global::GitHub.ProjectsCreateCardResponse? Type4750 { get; set; } + public global::GitHub.ProjectsMoveCardResponse? Type4750 { get; set; } /// /// /// - public global::GitHub.ProjectsMoveColumnRequest? Type4751 { get; set; } + public global::GitHub.ProjectColumn? Type4751 { get; set; } /// /// /// - public global::GitHub.ProjectsUpdateRequest? Type4752 { get; set; } + public global::GitHub.ProjectsUpdateColumnRequest? Type4752 { get; set; } /// /// /// - public global::GitHub.ProjectsUpdateResponse? Type4753 { get; set; } + public global::System.Collections.Generic.IList? Type4753 { get; set; } /// /// /// - public global::GitHub.ProjectsDeleteResponse? Type4754 { get; set; } + public global::System.OneOf? Type4754 { get; set; } /// /// /// - public global::GitHub.ProjectsAddCollaboratorRequest? Type4755 { get; set; } + public global::GitHub.ProjectsCreateCardResponse? Type4755 { get; set; } /// /// /// - public global::GitHub.ProjectCollaboratorPermission? Type4756 { get; set; } + public global::GitHub.ProjectsMoveColumnRequest? Type4756 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4757 { get; set; } + public global::GitHub.ProjectsUpdateRequest? Type4757 { get; set; } /// /// /// - public global::GitHub.ProjectsCreateColumnRequest? Type4758 { get; set; } + public global::GitHub.ProjectsUpdateResponse? Type4758 { get; set; } /// /// /// - public global::GitHub.RateLimitOverview? Type4759 { get; set; } + public global::GitHub.ProjectsDeleteResponse? Type4759 { get; set; } /// /// /// - public global::GitHub.ReposUpdateRequest? Type4760 { get; set; } + public global::GitHub.ProjectsAddCollaboratorRequest? Type4760 { get; set; } /// /// /// - public global::GitHub.ReposDeleteResponse? Type4761 { get; set; } + public global::GitHub.ProjectCollaboratorPermission? Type4761 { get; set; } /// /// /// - public global::GitHub.ActionsListArtifactsForRepoResponse? Type4762 { get; set; } + public global::System.Collections.Generic.IList? Type4762 { get; set; } /// /// /// - public global::GitHub.Artifact? Type4763 { get; set; } + public global::GitHub.ProjectsCreateColumnRequest? Type4763 { get; set; } /// /// /// - public global::GitHub.ActionsCacheUsageByRepository? Type4764 { get; set; } + public global::GitHub.RateLimitOverview? Type4764 { get; set; } /// /// /// - public global::GitHub.ActionsCacheList? Type4765 { get; set; } + public global::GitHub.ReposUpdateRequest? Type4765 { get; set; } /// /// /// - public global::GitHub.Job? Type4766 { get; set; } + public global::GitHub.ReposDeleteResponse? Type4766 { get; set; } /// /// /// - public global::GitHub.ActionsReRunJobForWorkflowRunRequest? Type4767 { get; set; } + public global::GitHub.ActionsListArtifactsForRepoResponse? Type4767 { get; set; } /// /// /// - public global::GitHub.OidcCustomSubRepo? Type4768 { get; set; } + public global::GitHub.Artifact? Type4768 { get; set; } /// /// /// - public global::GitHub.ActionsSetCustomOidcSubClaimForRepoRequest? Type4769 { get; set; } + public global::GitHub.ActionsCacheUsageByRepository? Type4769 { get; set; } /// /// /// - public global::GitHub.ActionsListRepoOrganizationSecretsResponse? Type4770 { get; set; } + public global::GitHub.ActionsCacheList? Type4770 { get; set; } /// /// /// - public global::GitHub.ActionsListRepoOrganizationVariablesResponse? Type4771 { get; set; } + public global::GitHub.Job? Type4771 { get; set; } /// /// /// - public global::GitHub.ActionsRepositoryPermissions? Type4772 { get; set; } + public global::GitHub.ActionsReRunJobForWorkflowRunRequest? Type4772 { get; set; } /// /// /// - public global::GitHub.ActionsSetGithubActionsPermissionsRepositoryRequest? Type4773 { get; set; } + public global::GitHub.OidcCustomSubRepo? Type4773 { get; set; } /// /// /// - public global::GitHub.ActionsWorkflowAccessToRepository? Type4774 { get; set; } + public global::GitHub.ActionsSetCustomOidcSubClaimForRepoRequest? Type4774 { get; set; } /// /// /// - public global::GitHub.ActionsListSelfHostedRunnersForRepoResponse? Type4775 { get; set; } + public global::GitHub.ActionsListRepoOrganizationSecretsResponse? Type4775 { get; set; } /// /// /// - public global::GitHub.ActionsGenerateRunnerJitconfigForRepoRequest? Type4776 { get; set; } + public global::GitHub.ActionsListRepoOrganizationVariablesResponse? Type4776 { get; set; } /// /// /// - public global::GitHub.ActionsGenerateRunnerJitconfigForRepoResponse? Type4777 { get; set; } + public global::GitHub.ActionsRepositoryPermissions? Type4777 { get; set; } /// /// /// - public global::GitHub.ActionsListLabelsForSelfHostedRunnerForRepoResponse? Type4778 { get; set; } + public global::GitHub.ActionsSetGithubActionsPermissionsRepositoryRequest? Type4778 { get; set; } /// /// /// - public global::GitHub.ActionsAddCustomLabelsToSelfHostedRunnerForRepoRequest? Type4779 { get; set; } + public global::GitHub.ActionsWorkflowAccessToRepository? Type4779 { get; set; } /// /// /// - public global::GitHub.ActionsAddCustomLabelsToSelfHostedRunnerForRepoResponse? Type4780 { get; set; } + public global::GitHub.ActionsListSelfHostedRunnersForRepoResponse? Type4780 { get; set; } /// /// /// - public global::GitHub.ActionsSetCustomLabelsForSelfHostedRunnerForRepoRequest? Type4781 { get; set; } + public global::GitHub.ActionsGenerateRunnerJitconfigForRepoRequest? Type4781 { get; set; } /// /// /// - public global::GitHub.ActionsSetCustomLabelsForSelfHostedRunnerForRepoResponse? Type4782 { get; set; } + public global::GitHub.ActionsGenerateRunnerJitconfigForRepoResponse? Type4782 { get; set; } /// /// /// - public global::GitHub.ActionsRemoveAllCustomLabelsFromSelfHostedRunnerForRepoResponse? Type4783 { get; set; } + public global::GitHub.ActionsListLabelsForSelfHostedRunnerForRepoResponse? Type4783 { get; set; } /// /// /// - public global::GitHub.ActionsRemoveCustomLabelFromSelfHostedRunnerForRepoResponse? Type4784 { get; set; } + public global::GitHub.ActionsAddCustomLabelsToSelfHostedRunnerForRepoRequest? Type4784 { get; set; } /// /// /// - public global::GitHub.ActionsListWorkflowRunsForRepoResponse? Type4785 { get; set; } + public global::GitHub.ActionsAddCustomLabelsToSelfHostedRunnerForRepoResponse? Type4785 { get; set; } /// /// /// - public global::GitHub.WorkflowRun? Type4786 { get; set; } + public global::GitHub.ActionsSetCustomLabelsForSelfHostedRunnerForRepoRequest? Type4786 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4787 { get; set; } + public global::GitHub.ActionsSetCustomLabelsForSelfHostedRunnerForRepoResponse? Type4787 { get; set; } /// /// /// - public global::GitHub.ActionsListWorkflowRunArtifactsResponse? Type4788 { get; set; } + public global::GitHub.ActionsRemoveAllCustomLabelsFromSelfHostedRunnerForRepoResponse? Type4788 { get; set; } /// /// /// - public global::GitHub.ActionsListJobsForWorkflowRunAttemptResponse? Type4789 { get; set; } + public global::GitHub.ActionsRemoveCustomLabelFromSelfHostedRunnerForRepoResponse? Type4789 { get; set; } /// /// /// - public global::System.AnyOf? Type4790 { get; set; } + public global::GitHub.ActionsListWorkflowRunsForRepoResponse? Type4790 { get; set; } /// /// /// - public global::GitHub.ActionsListJobsForWorkflowRunResponse? Type4791 { get; set; } + public global::GitHub.WorkflowRun? Type4791 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4792 { get; set; } + public global::System.Collections.Generic.IList? Type4792 { get; set; } /// /// /// - public global::GitHub.ActionsReviewPendingDeploymentsForRunRequest? Type4793 { get; set; } + public global::GitHub.ActionsListWorkflowRunArtifactsResponse? Type4793 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4794 { get; set; } + public global::GitHub.ActionsListJobsForWorkflowRunAttemptResponse? Type4794 { get; set; } /// /// /// - public global::GitHub.ActionsReRunWorkflowRequest? Type4795 { get; set; } + public global::System.AnyOf? Type4795 { get; set; } /// /// /// - public global::GitHub.ActionsReRunWorkflowFailedJobsRequest? Type4796 { get; set; } + public global::GitHub.ActionsListJobsForWorkflowRunResponse? Type4796 { get; set; } /// /// /// - public global::GitHub.WorkflowRunUsage? Type4797 { get; set; } + public global::System.Collections.Generic.IList? Type4797 { get; set; } /// /// /// - public global::GitHub.ActionsListRepoSecretsResponse? Type4798 { get; set; } + public global::GitHub.ActionsReviewPendingDeploymentsForRunRequest? Type4798 { get; set; } /// /// /// - public global::GitHub.ActionsSecret? Type4799 { get; set; } + public global::System.Collections.Generic.IList? Type4799 { get; set; } /// /// /// - public global::GitHub.ActionsCreateOrUpdateRepoSecretRequest? Type4800 { get; set; } + public global::GitHub.ActionsReRunWorkflowRequest? Type4800 { get; set; } /// /// /// - public global::GitHub.ActionsListRepoVariablesResponse? Type4801 { get; set; } + public global::GitHub.ActionsReRunWorkflowFailedJobsRequest? Type4801 { get; set; } /// /// /// - public global::GitHub.ActionsCreateRepoVariableRequest? Type4802 { get; set; } + public global::GitHub.WorkflowRunUsage? Type4802 { get; set; } /// /// /// - public global::GitHub.ActionsVariable? Type4803 { get; set; } + public global::GitHub.ActionsListRepoSecretsResponse? Type4803 { get; set; } /// /// /// - public global::GitHub.ActionsUpdateRepoVariableRequest? Type4804 { get; set; } + public global::GitHub.ActionsSecret? Type4804 { get; set; } /// /// /// - public global::GitHub.ActionsListRepoWorkflowsResponse? Type4805 { get; set; } + public global::GitHub.ActionsCreateOrUpdateRepoSecretRequest? Type4805 { get; set; } /// /// /// - public global::GitHub.Workflow? Type4806 { get; set; } + public global::GitHub.ActionsListRepoVariablesResponse? Type4806 { get; set; } /// /// /// - public global::GitHub.ActionsCreateWorkflowDispatchRequest? Type4807 { get; set; } + public global::GitHub.ActionsCreateRepoVariableRequest? Type4807 { get; set; } /// /// /// - public global::GitHub.ActionsListWorkflowRunsResponse? Type4808 { get; set; } + public global::GitHub.ActionsVariable? Type4808 { get; set; } /// /// /// - public global::GitHub.WorkflowUsage? Type4809 { get; set; } + public global::GitHub.ActionsUpdateRepoVariableRequest? Type4809 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4810 { get; set; } + public global::GitHub.ActionsListRepoWorkflowsResponse? Type4810 { get; set; } /// /// /// - public global::GitHub.ReposCreateAttestationRequest? Type4811 { get; set; } + public global::GitHub.Workflow? Type4811 { get; set; } /// /// /// - public global::GitHub.ReposCreateAttestationResponse? Type4812 { get; set; } + public global::GitHub.ActionsCreateWorkflowDispatchRequest? Type4812 { get; set; } /// /// /// - public global::GitHub.ReposListAttestationsResponse? Type4813 { get; set; } + public global::GitHub.ActionsListWorkflowRunsResponse? Type4813 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4814 { get; set; } + public global::GitHub.WorkflowUsage? Type4814 { get; set; } /// /// /// - public global::GitHub.ReposCreateAutolinkRequest? Type4815 { get; set; } + public global::System.Collections.Generic.IList? Type4815 { get; set; } /// /// /// - public global::GitHub.Autolink? Type4816 { get; set; } + public global::GitHub.ReposCreateAttestationRequest? Type4816 { get; set; } /// /// /// - public global::GitHub.CheckAutomatedSecurityFixes? Type4817 { get; set; } + public global::GitHub.ReposCreateAttestationResponse? Type4817 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4818 { get; set; } + public global::GitHub.ReposListAttestationsResponse? Type4818 { get; set; } /// /// /// - public global::GitHub.BranchWithProtection? Type4819 { get; set; } + public global::System.Collections.Generic.IList? Type4819 { get; set; } /// /// /// - public global::GitHub.ReposUpdateBranchProtectionRequest? Type4820 { get; set; } + public global::GitHub.ReposCreateAutolinkRequest? Type4820 { get; set; } /// /// /// - public global::GitHub.ProtectedBranch? Type4821 { get; set; } + public global::GitHub.Autolink? Type4821 { get; set; } /// /// /// - public global::GitHub.ReposUpdatePullRequestReviewProtectionRequest? Type4822 { get; set; } + public global::GitHub.CheckAutomatedSecurityFixes? Type4822 { get; set; } /// /// /// - public global::GitHub.ReposUpdateStatusCheckProtectionRequest? Type4823 { get; set; } + public global::System.Collections.Generic.IList? Type4823 { get; set; } /// /// /// - public global::System.OneOf>? Type4824 { get; set; } + public global::GitHub.BranchWithProtection? Type4824 { get; set; } /// /// /// - public global::System.OneOf>? Type4825 { get; set; } + public global::GitHub.ReposUpdateBranchProtectionRequest? Type4825 { get; set; } /// /// /// - public global::System.OneOf>? Type4826 { get; set; } + public global::GitHub.ProtectedBranch? Type4826 { get; set; } /// /// /// - public global::System.OneOf>? Type4827 { get; set; } + public global::GitHub.ReposUpdatePullRequestReviewProtectionRequest? Type4827 { get; set; } /// /// /// - public global::System.OneOf>? Type4828 { get; set; } + public global::GitHub.ReposUpdateStatusCheckProtectionRequest? Type4828 { get; set; } /// /// /// - public global::System.OneOf>? Type4829 { get; set; } + public global::System.OneOf>? Type4829 { get; set; } /// /// /// - public global::System.OneOf>? Type4830 { get; set; } + public global::System.OneOf>? Type4830 { get; set; } /// /// /// - public global::System.OneOf>? Type4831 { get; set; } + public global::System.OneOf>? Type4831 { get; set; } /// /// /// - public global::System.OneOf>? Type4832 { get; set; } + public global::System.OneOf>? Type4832 { get; set; } /// /// /// - public global::System.OneOf>? Type4833 { get; set; } + public global::System.OneOf>? Type4833 { get; set; } /// /// /// - public global::System.OneOf>? Type4834 { get; set; } + public global::System.OneOf>? Type4834 { get; set; } /// /// /// - public global::System.OneOf>? Type4835 { get; set; } + public global::System.OneOf>? Type4835 { get; set; } /// /// /// - public global::GitHub.ReposRenameBranchRequest? Type4836 { get; set; } + public global::System.OneOf>? Type4836 { get; set; } /// /// /// - public global::GitHub.ChecksCreateRequest? Type4837 { get; set; } + public global::System.OneOf>? Type4837 { get; set; } /// /// /// - public global::GitHub.CheckRun? Type4838 { get; set; } + public global::System.OneOf>? Type4838 { get; set; } /// /// /// - public global::GitHub.ChecksUpdateRequest? Type4839 { get; set; } + public global::System.OneOf>? Type4839 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4840 { get; set; } + public global::System.OneOf>? Type4840 { get; set; } /// /// /// - public global::GitHub.ChecksCreateSuiteRequest? Type4841 { get; set; } + public global::GitHub.ReposRenameBranchRequest? Type4841 { get; set; } /// /// /// - public global::GitHub.CheckSuite? Type4842 { get; set; } + public global::GitHub.ChecksCreateRequest? Type4842 { get; set; } /// /// /// - public global::GitHub.ChecksSetSuitesPreferencesRequest? Type4843 { get; set; } + public global::GitHub.CheckRun? Type4843 { get; set; } /// /// /// - public global::GitHub.CheckSuitePreference? Type4844 { get; set; } + public global::GitHub.ChecksUpdateRequest? Type4844 { get; set; } /// /// /// - public global::GitHub.ChecksListForSuiteResponse? Type4845 { get; set; } + public global::System.Collections.Generic.IList? Type4845 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4846 { get; set; } + public global::GitHub.ChecksCreateSuiteRequest? Type4846 { get; set; } /// /// /// - public global::GitHub.CodeScanningListAlertsForRepoResponse? Type4847 { get; set; } + public global::GitHub.CheckSuite? Type4847 { get; set; } /// /// /// - public global::GitHub.CodeScanningAlert? Type4848 { get; set; } + public global::GitHub.ChecksSetSuitesPreferencesRequest? Type4848 { get; set; } /// /// /// - public global::GitHub.CodeScanningGetAlertResponse? Type4849 { get; set; } + public global::GitHub.CheckSuitePreference? Type4849 { get; set; } /// /// /// - public global::GitHub.CodeScanningUpdateAlertRequest? Type4850 { get; set; } + public global::GitHub.ChecksListForSuiteResponse? Type4850 { get; set; } /// /// /// - public global::GitHub.CodeScanningUpdateAlertResponse? Type4851 { get; set; } + public global::System.Collections.Generic.IList? Type4851 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4852 { get; set; } + public global::GitHub.CodeScanningListAlertsForRepoResponse? Type4852 { get; set; } /// /// /// - public global::GitHub.CodeScanningListAlertInstancesResponse? Type4853 { get; set; } + public global::GitHub.CodeScanningAlert? Type4853 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4854 { get; set; } + public global::GitHub.CodeScanningGetAlertResponse? Type4854 { get; set; } /// /// /// - public global::GitHub.CodeScanningListRecentAnalysesResponse? Type4855 { get; set; } + public global::GitHub.CodeScanningUpdateAlertRequest? Type4855 { get; set; } /// /// /// - public global::GitHub.CodeScanningAnalysis? Type4856 { get; set; } + public global::GitHub.CodeScanningUpdateAlertResponse? Type4856 { get; set; } /// /// /// - public global::GitHub.CodeScanningGetAnalysisResponse? Type4857 { get; set; } + public global::System.Collections.Generic.IList? Type4857 { get; set; } /// /// /// - public global::GitHub.CodeScanningAnalysisDeletion? Type4858 { get; set; } + public global::GitHub.CodeScanningListAlertInstancesResponse? Type4858 { get; set; } /// /// /// - public global::GitHub.CodeScanningDeleteAnalysisResponse? Type4859 { get; set; } + public global::System.Collections.Generic.IList? Type4859 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4860 { get; set; } + public global::GitHub.CodeScanningListRecentAnalysesResponse? Type4860 { get; set; } /// /// /// - public global::GitHub.CodeScanningListCodeqlDatabasesResponse? Type4861 { get; set; } + public global::GitHub.CodeScanningAnalysis? Type4861 { get; set; } /// /// /// - public global::GitHub.CodeScanningCodeqlDatabase? Type4862 { get; set; } + public global::GitHub.CodeScanningGetAnalysisResponse? Type4862 { get; set; } /// /// /// - public global::GitHub.CodeScanningGetCodeqlDatabaseResponse? Type4863 { get; set; } + public global::GitHub.CodeScanningAnalysisDeletion? Type4863 { get; set; } /// /// /// - public global::GitHub.CodeScanningCreateVariantAnalysisRequest? Type4864 { get; set; } + public global::GitHub.CodeScanningDeleteAnalysisResponse? Type4864 { get; set; } /// /// /// - public global::GitHub.CodeScanningVariantAnalysis? Type4865 { get; set; } + public global::System.Collections.Generic.IList? Type4865 { get; set; } /// /// /// - public global::GitHub.CodeScanningCreateVariantAnalysisResponse? Type4866 { get; set; } + public global::GitHub.CodeScanningListCodeqlDatabasesResponse? Type4866 { get; set; } /// /// /// - public global::GitHub.CodeScanningGetVariantAnalysisResponse? Type4867 { get; set; } + public global::GitHub.CodeScanningCodeqlDatabase? Type4867 { get; set; } /// /// /// - public global::GitHub.CodeScanningVariantAnalysisRepoTask? Type4868 { get; set; } + public global::GitHub.CodeScanningGetCodeqlDatabaseResponse? Type4868 { get; set; } /// /// /// - public global::GitHub.CodeScanningGetVariantAnalysisRepoTaskResponse? Type4869 { get; set; } + public global::GitHub.CodeScanningCreateVariantAnalysisRequest? Type4869 { get; set; } /// /// /// - public global::GitHub.CodeScanningDefaultSetup? Type4870 { get; set; } + public global::GitHub.CodeScanningVariantAnalysis? Type4870 { get; set; } /// /// /// - public global::GitHub.CodeScanningGetDefaultSetupResponse? Type4871 { get; set; } + public global::GitHub.CodeScanningCreateVariantAnalysisResponse? Type4871 { get; set; } /// /// /// - public global::GitHub.CodeScanningDefaultSetupUpdate? Type4872 { get; set; } + public global::GitHub.CodeScanningGetVariantAnalysisResponse? Type4872 { get; set; } /// /// /// - public global::GitHub.CodeScanningDefaultSetupUpdateResponse? Type4873 { get; set; } + public global::GitHub.CodeScanningVariantAnalysisRepoTask? Type4873 { get; set; } /// /// /// - public global::GitHub.CodeScanningUpdateDefaultSetupResponse? Type4874 { get; set; } + public global::GitHub.CodeScanningGetVariantAnalysisRepoTaskResponse? Type4874 { get; set; } /// /// /// - public global::GitHub.CodeScanningUploadSarifRequest? Type4875 { get; set; } + public global::GitHub.CodeScanningDefaultSetup? Type4875 { get; set; } /// /// /// - public global::GitHub.CodeScanningSarifsReceipt? Type4876 { get; set; } + public global::GitHub.CodeScanningGetDefaultSetupResponse? Type4876 { get; set; } /// /// /// - public global::GitHub.CodeScanningUploadSarifResponse? Type4877 { get; set; } + public global::GitHub.CodeScanningDefaultSetupUpdate? Type4877 { get; set; } /// /// /// - public global::GitHub.CodeScanningSarifsStatus? Type4878 { get; set; } + public global::GitHub.CodeScanningDefaultSetupUpdateResponse? Type4878 { get; set; } /// /// /// - public global::GitHub.CodeScanningGetSarifResponse? Type4879 { get; set; } + public global::GitHub.CodeScanningUpdateDefaultSetupResponse? Type4879 { get; set; } /// /// /// - public global::GitHub.CodeownersErrors? Type4880 { get; set; } + public global::GitHub.CodeScanningUploadSarifRequest? Type4880 { get; set; } /// /// /// - public global::GitHub.CodespacesListInRepositoryForAuthenticatedUserResponse? Type4881 { get; set; } + public global::GitHub.CodeScanningSarifsReceipt? Type4881 { get; set; } /// /// /// - public global::GitHub.CodespacesCreateWithRepoForAuthenticatedUserRequest? Type4882 { get; set; } + public global::GitHub.CodeScanningUploadSarifResponse? Type4882 { get; set; } /// /// /// - public global::GitHub.CodespacesCreateWithRepoForAuthenticatedUserResponse? Type4883 { get; set; } + public global::GitHub.CodeScanningSarifsStatus? Type4883 { get; set; } /// /// /// - public global::GitHub.CodespacesListDevcontainersInRepositoryForAuthenticatedUserResponse? Type4884 { get; set; } + public global::GitHub.CodeScanningGetSarifResponse? Type4884 { get; set; } /// /// /// - public global::GitHub.CodespacesRepoMachinesForAuthenticatedUserResponse? Type4885 { get; set; } + public global::GitHub.CodeownersErrors? Type4885 { get; set; } /// /// /// - public global::GitHub.CodespacesPreFlightWithRepoForAuthenticatedUserResponse? Type4886 { get; set; } + public global::GitHub.CodespacesListInRepositoryForAuthenticatedUserResponse? Type4886 { get; set; } /// /// /// - public global::GitHub.CodespacesPermissionsCheckForDevcontainer? Type4887 { get; set; } + public global::GitHub.CodespacesCreateWithRepoForAuthenticatedUserRequest? Type4887 { get; set; } /// /// /// - public global::GitHub.CodespacesCheckPermissionsForDevcontainerResponse? Type4888 { get; set; } + public global::GitHub.CodespacesCreateWithRepoForAuthenticatedUserResponse? Type4888 { get; set; } /// /// /// - public global::GitHub.CodespacesListRepoSecretsResponse? Type4889 { get; set; } + public global::GitHub.CodespacesListDevcontainersInRepositoryForAuthenticatedUserResponse? Type4889 { get; set; } /// /// /// - public global::GitHub.RepoCodespacesSecret? Type4890 { get; set; } + public global::GitHub.CodespacesRepoMachinesForAuthenticatedUserResponse? Type4890 { get; set; } /// /// /// - public global::GitHub.CodespacesCreateOrUpdateRepoSecretRequest? Type4891 { get; set; } + public global::GitHub.CodespacesPreFlightWithRepoForAuthenticatedUserResponse? Type4891 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4892 { get; set; } + public global::GitHub.CodespacesPermissionsCheckForDevcontainer? Type4892 { get; set; } /// /// /// - public global::GitHub.ReposAddCollaboratorRequest? Type4893 { get; set; } + public global::GitHub.CodespacesCheckPermissionsForDevcontainerResponse? Type4893 { get; set; } /// /// /// - public global::GitHub.RepositoryInvitation? Type4894 { get; set; } + public global::GitHub.CodespacesListRepoSecretsResponse? Type4894 { get; set; } /// /// /// - public global::GitHub.RepositoryCollaboratorPermission? Type4895 { get; set; } + public global::GitHub.RepoCodespacesSecret? Type4895 { get; set; } /// /// /// - public global::GitHub.CommitComment? Type4896 { get; set; } + public global::GitHub.CodespacesCreateOrUpdateRepoSecretRequest? Type4896 { get; set; } /// /// /// - public global::GitHub.ReposUpdateCommitCommentRequest? Type4897 { get; set; } + public global::System.Collections.Generic.IList? Type4897 { get; set; } /// /// /// - public global::GitHub.ReactionsCreateForCommitCommentRequest? Type4898 { get; set; } + public global::GitHub.ReposAddCollaboratorRequest? Type4898 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4899 { get; set; } + public global::GitHub.RepositoryInvitation? Type4899 { get; set; } /// /// /// - public global::GitHub.ReposCreateCommitCommentRequest? Type4900 { get; set; } + public global::GitHub.RepositoryCollaboratorPermission? Type4900 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4901 { get; set; } + public global::GitHub.CommitComment? Type4901 { get; set; } /// /// /// - public global::GitHub.ReposGetCommitResponse? Type4902 { get; set; } + public global::GitHub.ReposUpdateCommitCommentRequest? Type4902 { get; set; } /// /// /// - public global::GitHub.ChecksListForRefResponse? Type4903 { get; set; } + public global::GitHub.ReactionsCreateForCommitCommentRequest? Type4903 { get; set; } /// /// /// - public global::GitHub.ChecksListSuitesForRefResponse? Type4904 { get; set; } + public global::System.Collections.Generic.IList? Type4904 { get; set; } /// /// /// - public global::GitHub.CombinedCommitStatus? Type4905 { get; set; } + public global::GitHub.ReposCreateCommitCommentRequest? Type4905 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4906 { get; set; } + public global::System.Collections.Generic.IList? Type4906 { get; set; } /// /// /// - public global::GitHub.CommunityProfile? Type4907 { get; set; } + public global::GitHub.ReposGetCommitResponse? Type4907 { get; set; } /// /// /// - public global::GitHub.CommitComparison? Type4908 { get; set; } + public global::GitHub.ChecksListForRefResponse? Type4908 { get; set; } /// /// /// - public global::GitHub.ReposCompareCommitsResponse? Type4909 { get; set; } + public global::GitHub.ChecksListSuitesForRefResponse? Type4909 { get; set; } /// /// /// - public global::GitHub.ContentTree? Type4910 { get; set; } + public global::GitHub.CombinedCommitStatus? Type4910 { get; set; } /// /// /// - public global::System.OneOf, global::GitHub.ContentFile, global::GitHub.ContentSymlink, global::GitHub.ContentSubmodule>? Type4911 { get; set; } + public global::System.Collections.Generic.IList? Type4911 { get; set; } /// /// /// - public global::GitHub.ReposCreateOrUpdateFileContentsRequest? Type4912 { get; set; } + public global::GitHub.CommunityProfile? Type4912 { get; set; } /// /// /// - public global::GitHub.FileCommit? Type4913 { get; set; } + public global::GitHub.CommitComparison? Type4913 { get; set; } /// /// /// - public global::GitHub.ReposDeleteFileRequest? Type4914 { get; set; } + public global::GitHub.ReposCompareCommitsResponse? Type4914 { get; set; } /// /// /// - public global::GitHub.ReposDeleteFileResponse? Type4915 { get; set; } + public global::GitHub.ContentTree? Type4915 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4916 { get; set; } + public global::System.OneOf, global::GitHub.ContentFile, global::GitHub.ContentSymlink, global::GitHub.ContentSubmodule>? Type4916 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4917 { get; set; } + public global::GitHub.ReposCreateOrUpdateFileContentsRequest? Type4917 { get; set; } /// /// /// - public global::GitHub.DependabotUpdateAlertRequest? Type4918 { get; set; } + public global::GitHub.FileCommit? Type4918 { get; set; } /// /// /// - public global::GitHub.DependabotListRepoSecretsResponse? Type4919 { get; set; } + public global::GitHub.ReposDeleteFileRequest? Type4919 { get; set; } /// /// /// - public global::GitHub.DependabotSecret? Type4920 { get; set; } + public global::GitHub.ReposDeleteFileResponse? Type4920 { get; set; } /// /// /// - public global::GitHub.DependabotCreateOrUpdateRepoSecretRequest? Type4921 { get; set; } + public global::System.Collections.Generic.IList? Type4921 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4922 { get; set; } + public global::System.Collections.Generic.IList? Type4922 { get; set; } /// /// /// - public global::GitHub.DependencyGraphSpdxSbom? Type4923 { get; set; } + public global::GitHub.DependabotUpdateAlertRequest? Type4923 { get; set; } /// /// /// - public global::GitHub.Snapshot? Type4924 { get; set; } + public global::GitHub.DependabotListRepoSecretsResponse? Type4924 { get; set; } /// /// /// - public global::GitHub.DependencyGraphCreateRepositorySnapshotResponse? Type4925 { get; set; } + public global::GitHub.DependabotSecret? Type4925 { get; set; } /// /// /// - public global::GitHub.ReposCreateDeploymentRequest? Type4926 { get; set; } + public global::GitHub.DependabotCreateOrUpdateRepoSecretRequest? Type4926 { get; set; } /// /// /// - public global::GitHub.ReposCreateDeploymentResponse? Type4927 { get; set; } + public global::System.Collections.Generic.IList? Type4927 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4928 { get; set; } + public global::GitHub.DependencyGraphSpdxSbom? Type4928 { get; set; } /// /// /// - public global::GitHub.ReposCreateDeploymentStatusRequest? Type4929 { get; set; } + public global::GitHub.Snapshot? Type4929 { get; set; } /// /// /// - public global::GitHub.DeploymentStatus? Type4930 { get; set; } + public global::GitHub.DependencyGraphCreateRepositorySnapshotResponse? Type4930 { get; set; } /// /// /// - public global::GitHub.ReposCreateDispatchEventRequest? Type4931 { get; set; } + public global::GitHub.ReposCreateDeploymentRequest? Type4931 { get; set; } /// /// /// - public global::GitHub.ReposGetAllEnvironmentsResponse? Type4932 { get; set; } + public global::GitHub.ReposCreateDeploymentResponse? Type4932 { get; set; } /// /// /// - public global::GitHub.Environment? Type4933 { get; set; } + public global::System.Collections.Generic.IList? Type4933 { get; set; } /// /// /// - public global::GitHub.ReposCreateOrUpdateEnvironmentRequest? Type4934 { get; set; } + public global::GitHub.ReposCreateDeploymentStatusRequest? Type4934 { get; set; } /// /// /// - public global::GitHub.ReposListDeploymentBranchPoliciesResponse? Type4935 { get; set; } + public global::GitHub.DeploymentStatus? Type4935 { get; set; } /// /// /// - public global::GitHub.DeploymentBranchPolicyNamePatternWithType? Type4936 { get; set; } + public global::GitHub.ReposCreateDispatchEventRequest? Type4936 { get; set; } /// /// /// - public global::GitHub.DeploymentBranchPolicy? Type4937 { get; set; } + public global::GitHub.ReposGetAllEnvironmentsResponse? Type4937 { get; set; } /// /// /// - public global::GitHub.DeploymentBranchPolicyNamePattern? Type4938 { get; set; } + public global::GitHub.Environment? Type4938 { get; set; } /// /// /// - public global::GitHub.ReposGetAllDeploymentProtectionRulesResponse? Type4939 { get; set; } + public global::GitHub.ReposCreateOrUpdateEnvironmentRequest? Type4939 { get; set; } /// /// /// - public global::GitHub.ReposCreateDeploymentProtectionRuleRequest? Type4940 { get; set; } + public global::GitHub.ReposListDeploymentBranchPoliciesResponse? Type4940 { get; set; } /// /// /// - public global::GitHub.DeploymentProtectionRule? Type4941 { get; set; } + public global::GitHub.DeploymentBranchPolicyNamePatternWithType? Type4941 { get; set; } /// /// /// - public global::GitHub.ReposListCustomDeploymentRuleIntegrationsResponse? Type4942 { get; set; } + public global::GitHub.DeploymentBranchPolicy? Type4942 { get; set; } /// /// /// - public global::GitHub.ActionsListEnvironmentSecretsResponse? Type4943 { get; set; } + public global::GitHub.DeploymentBranchPolicyNamePattern? Type4943 { get; set; } /// /// /// - public global::GitHub.ActionsCreateOrUpdateEnvironmentSecretRequest? Type4944 { get; set; } + public global::GitHub.ReposGetAllDeploymentProtectionRulesResponse? Type4944 { get; set; } /// /// /// - public global::GitHub.ActionsListEnvironmentVariablesResponse? Type4945 { get; set; } + public global::GitHub.ReposCreateDeploymentProtectionRuleRequest? Type4945 { get; set; } /// /// /// - public global::GitHub.ActionsCreateEnvironmentVariableRequest? Type4946 { get; set; } + public global::GitHub.DeploymentProtectionRule? Type4946 { get; set; } /// /// /// - public global::GitHub.ActionsUpdateEnvironmentVariableRequest? Type4947 { get; set; } + public global::GitHub.ReposListCustomDeploymentRuleIntegrationsResponse? Type4947 { get; set; } /// /// /// - public global::GitHub.ReposCreateForkRequest? Type4948 { get; set; } + public global::GitHub.ActionsListEnvironmentSecretsResponse? Type4948 { get; set; } /// /// /// - public global::GitHub.GitCreateBlobRequest? Type4949 { get; set; } + public global::GitHub.ActionsCreateOrUpdateEnvironmentSecretRequest? Type4949 { get; set; } /// /// /// - public global::GitHub.ShortBlob? Type4950 { get; set; } + public global::GitHub.ActionsListEnvironmentVariablesResponse? Type4950 { get; set; } /// /// /// - public global::GitHub.Blob? Type4951 { get; set; } + public global::GitHub.ActionsCreateEnvironmentVariableRequest? Type4951 { get; set; } /// /// /// - public global::GitHub.GitCreateCommitRequest? Type4952 { get; set; } + public global::GitHub.ActionsUpdateEnvironmentVariableRequest? Type4952 { get; set; } /// /// /// - public global::GitHub.GitCommit? Type4953 { get; set; } + public global::GitHub.ReposCreateForkRequest? Type4953 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4954 { get; set; } + public global::GitHub.GitCreateBlobRequest? Type4954 { get; set; } /// /// /// - public global::GitHub.GitRef? Type4955 { get; set; } + public global::GitHub.ShortBlob? Type4955 { get; set; } /// /// /// - public global::GitHub.GitCreateRefRequest? Type4956 { get; set; } + public global::GitHub.Blob? Type4956 { get; set; } /// /// /// - public global::GitHub.GitUpdateRefRequest? Type4957 { get; set; } + public global::GitHub.GitCreateCommitRequest? Type4957 { get; set; } /// /// /// - public global::GitHub.GitCreateTagRequest? Type4958 { get; set; } + public global::GitHub.GitCommit? Type4958 { get; set; } /// /// /// - public global::GitHub.GitTag? Type4959 { get; set; } + public global::System.Collections.Generic.IList? Type4959 { get; set; } /// /// /// - public global::GitHub.GitCreateTreeRequest? Type4960 { get; set; } + public global::GitHub.GitRef? Type4960 { get; set; } /// /// /// - public global::GitHub.GitTree? Type4961 { get; set; } + public global::GitHub.GitCreateRefRequest? Type4961 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4962 { get; set; } + public global::GitHub.GitUpdateRefRequest? Type4962 { get; set; } /// /// /// - public global::GitHub.ReposCreateWebhookRequest? Type4963 { get; set; } + public global::GitHub.GitCreateTagRequest? Type4963 { get; set; } /// /// /// - public global::GitHub.Hook? Type4964 { get; set; } + public global::GitHub.GitTag? Type4964 { get; set; } /// /// /// - public global::GitHub.ReposUpdateWebhookRequest? Type4965 { get; set; } + public global::GitHub.GitCreateTreeRequest? Type4965 { get; set; } /// /// /// - public global::GitHub.ReposUpdateWebhookConfigForRepoRequest? Type4966 { get; set; } + public global::GitHub.GitTree? Type4966 { get; set; } /// /// /// - public global::GitHub.Import? Type4967 { get; set; } + public global::System.Collections.Generic.IList? Type4967 { get; set; } /// /// /// - public global::GitHub.MigrationsStartImportRequest? Type4968 { get; set; } + public global::GitHub.ReposCreateWebhookRequest? Type4968 { get; set; } /// /// /// - public global::GitHub.MigrationsUpdateImportRequest? Type4969 { get; set; } + public global::GitHub.Hook? Type4969 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4970 { get; set; } + public global::GitHub.ReposUpdateWebhookRequest? Type4970 { get; set; } /// /// /// - public global::GitHub.MigrationsMapCommitAuthorRequest? Type4971 { get; set; } + public global::GitHub.ReposUpdateWebhookConfigForRepoRequest? Type4971 { get; set; } /// /// /// - public global::GitHub.PorterAuthor? Type4972 { get; set; } + public global::GitHub.Import? Type4972 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4973 { get; set; } + public global::GitHub.MigrationsStartImportRequest? Type4973 { get; set; } /// /// /// - public global::GitHub.MigrationsSetLfsPreferenceRequest? Type4974 { get; set; } + public global::GitHub.MigrationsUpdateImportRequest? Type4974 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4975 { get; set; } + public global::System.Collections.Generic.IList? Type4975 { get; set; } /// /// /// - public global::GitHub.ReposUpdateInvitationRequest? Type4976 { get; set; } + public global::GitHub.MigrationsMapCommitAuthorRequest? Type4976 { get; set; } /// /// /// - public global::GitHub.IssuesCreateRequest? Type4977 { get; set; } + public global::GitHub.PorterAuthor? Type4977 { get; set; } /// /// /// - public global::GitHub.IssuesCreateResponse? Type4978 { get; set; } + public global::System.Collections.Generic.IList? Type4978 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4979 { get; set; } + public global::GitHub.MigrationsSetLfsPreferenceRequest? Type4979 { get; set; } /// /// /// - public global::GitHub.IssuesUpdateCommentRequest? Type4980 { get; set; } + public global::System.Collections.Generic.IList? Type4980 { get; set; } /// /// /// - public global::GitHub.ReactionsCreateForIssueCommentRequest? Type4981 { get; set; } + public global::GitHub.ReposUpdateInvitationRequest? Type4981 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4982 { get; set; } + public global::GitHub.IssuesCreateRequest? Type4982 { get; set; } /// /// /// - public global::GitHub.IssueEvent? Type4983 { get; set; } + public global::GitHub.IssuesCreateResponse? Type4983 { get; set; } /// /// /// - public global::GitHub.IssuesUpdateRequest? Type4984 { get; set; } + public global::System.Collections.Generic.IList? Type4984 { get; set; } /// /// /// - public global::GitHub.IssuesUpdateResponse? Type4985 { get; set; } + public global::GitHub.IssuesUpdateCommentRequest? Type4985 { get; set; } /// /// /// - public global::GitHub.IssuesAddAssigneesRequest? Type4986 { get; set; } + public global::GitHub.ReactionsCreateForIssueCommentRequest? Type4986 { get; set; } /// /// /// - public global::GitHub.IssuesRemoveAssigneesRequest? Type4987 { get; set; } + public global::System.Collections.Generic.IList? Type4987 { get; set; } /// /// /// - public global::GitHub.IssuesCreateCommentRequest? Type4988 { get; set; } + public global::GitHub.IssueEvent? Type4988 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4989 { get; set; } + public global::GitHub.IssuesUpdateRequest? Type4989 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4990 { get; set; } + public global::GitHub.IssuesUpdateResponse? Type4990 { get; set; } /// /// /// - public global::System.OneOf, global::GitHub.IssuesAddLabelsRequest, global::System.Collections.Generic.IList, string>? Type4991 { get; set; } + public global::GitHub.IssuesAddAssigneesRequest? Type4991 { get; set; } /// /// /// - public global::System.OneOf, global::GitHub.IssuesSetLabelsRequest, global::System.Collections.Generic.IList, string>? Type4992 { get; set; } + public global::GitHub.IssuesRemoveAssigneesRequest? Type4992 { get; set; } /// /// /// - public global::GitHub.IssuesLockRequest? Type4993 { get; set; } + public global::GitHub.IssuesCreateCommentRequest? Type4993 { get; set; } /// /// /// - public global::GitHub.ReactionsCreateForIssueRequest? Type4994 { get; set; } + public global::System.Collections.Generic.IList? Type4994 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4995 { get; set; } + public global::System.OneOf, global::GitHub.IssuesAddLabelsRequest, global::System.Collections.Generic.IList, string>? Type4995 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type4996 { get; set; } + public global::System.OneOf, global::GitHub.IssuesSetLabelsRequest, global::System.Collections.Generic.IList, string>? Type4996 { get; set; } /// /// /// - public global::GitHub.ReposCreateDeployKeyRequest? Type4997 { get; set; } + public global::GitHub.IssuesLockRequest? Type4997 { get; set; } /// /// /// - public global::GitHub.DeployKey? Type4998 { get; set; } + public global::GitHub.ReactionsCreateForIssueRequest? Type4998 { get; set; } /// /// /// - public global::GitHub.IssuesCreateLabelRequest? Type4999 { get; set; } + public global::System.Collections.Generic.IList? Type4999 { get; set; } /// /// /// - public global::GitHub.Label? Type5000 { get; set; } + public global::System.Collections.Generic.IList? Type5000 { get; set; } /// /// /// - public global::GitHub.IssuesUpdateLabelRequest? Type5001 { get; set; } + public global::GitHub.ReposCreateDeployKeyRequest? Type5001 { get; set; } /// /// /// - public global::GitHub.Language? Type5002 { get; set; } + public global::GitHub.DeployKey? Type5002 { get; set; } /// /// /// - public global::GitHub.LicenseContent? Type5003 { get; set; } + public global::GitHub.IssuesCreateLabelRequest? Type5003 { get; set; } /// /// /// - public global::GitHub.ReposMergeUpstreamRequest? Type5004 { get; set; } + public global::GitHub.Label? Type5004 { get; set; } /// /// /// - public global::GitHub.MergedUpstream? Type5005 { get; set; } + public global::GitHub.IssuesUpdateLabelRequest? Type5005 { get; set; } /// /// /// - public global::GitHub.ReposMergeRequest? Type5006 { get; set; } + public global::GitHub.Language? Type5006 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5007 { get; set; } + public global::GitHub.LicenseContent? Type5007 { get; set; } /// /// /// - public global::GitHub.IssuesCreateMilestoneRequest? Type5008 { get; set; } + public global::GitHub.ReposMergeUpstreamRequest? Type5008 { get; set; } /// /// /// - public global::GitHub.IssuesUpdateMilestoneRequest? Type5009 { get; set; } + public global::GitHub.MergedUpstream? Type5009 { get; set; } /// /// /// - public global::GitHub.ActivityMarkRepoNotificationsAsReadRequest? Type5010 { get; set; } + public global::GitHub.ReposMergeRequest? Type5010 { get; set; } /// /// /// - public global::GitHub.ActivityMarkRepoNotificationsAsReadResponse? Type5011 { get; set; } + public global::System.Collections.Generic.IList? Type5011 { get; set; } /// /// /// - public global::GitHub.Page? Type5012 { get; set; } + public global::GitHub.IssuesCreateMilestoneRequest? Type5012 { get; set; } /// /// /// - public global::GitHub.ReposCreatePagesSiteRequest? Type5013 { get; set; } + public global::GitHub.IssuesUpdateMilestoneRequest? Type5013 { get; set; } /// /// /// - public global::GitHub.ReposUpdateInformationAboutPagesSiteRequest? Type5014 { get; set; } + public global::GitHub.ActivityMarkRepoNotificationsAsReadRequest? Type5014 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5015 { get; set; } + public global::GitHub.ActivityMarkRepoNotificationsAsReadResponse? Type5015 { get; set; } /// /// /// - public global::GitHub.PageBuildStatus? Type5016 { get; set; } + public global::GitHub.Page? Type5016 { get; set; } /// /// /// - public global::GitHub.PageBuild? Type5017 { get; set; } + public global::GitHub.ReposCreatePagesSiteRequest? Type5017 { get; set; } /// /// /// - public global::GitHub.ReposCreatePagesDeploymentRequest? Type5018 { get; set; } + public global::GitHub.ReposUpdateInformationAboutPagesSiteRequest? Type5018 { get; set; } /// /// /// - public global::GitHub.PageDeployment? Type5019 { get; set; } + public global::System.Collections.Generic.IList? Type5019 { get; set; } /// /// /// - public global::GitHub.PagesDeploymentStatus? Type5020 { get; set; } + public global::GitHub.PageBuildStatus? Type5020 { get; set; } /// /// /// - public global::GitHub.PagesHealthCheck? Type5021 { get; set; } + public global::GitHub.PageBuild? Type5021 { get; set; } /// /// /// - public global::GitHub.ReposCheckPrivateVulnerabilityReportingResponse? Type5022 { get; set; } + public global::GitHub.ReposCreatePagesDeploymentRequest? Type5022 { get; set; } /// /// /// - public global::GitHub.ProjectsCreateForRepoRequest? Type5023 { get; set; } + public global::GitHub.PageDeployment? Type5023 { get; set; } /// /// /// - public global::GitHub.ReposCreateOrUpdateCustomPropertiesValuesRequest? Type5024 { get; set; } + public global::GitHub.PagesDeploymentStatus? Type5024 { get; set; } /// /// /// - public global::GitHub.PullsCreateRequest? Type5025 { get; set; } + public global::GitHub.PagesHealthCheck? Type5025 { get; set; } /// /// /// - public global::GitHub.PullRequest? Type5026 { get; set; } + public global::GitHub.ReposCheckPrivateVulnerabilityReportingResponse? Type5026 { get; set; } /// /// /// - public global::GitHub.PullRequestReviewComment? Type5027 { get; set; } + public global::GitHub.ProjectsCreateForRepoRequest? Type5027 { get; set; } /// /// /// - public global::GitHub.PullsUpdateReviewCommentRequest? Type5028 { get; set; } + public global::GitHub.ReposCreateOrUpdateCustomPropertiesValuesRequest? Type5028 { get; set; } /// /// /// - public global::GitHub.ReactionsCreateForPullRequestReviewCommentRequest? Type5029 { get; set; } + public global::GitHub.PullsCreateRequest? Type5029 { get; set; } /// /// /// - public global::GitHub.PullsGetResponse? Type5030 { get; set; } + public global::GitHub.PullRequest? Type5030 { get; set; } /// /// /// - public global::GitHub.PullsUpdateRequest? Type5031 { get; set; } + public global::GitHub.PullRequestReviewComment? Type5031 { get; set; } /// /// /// - public global::GitHub.CodespacesCreateWithPrForAuthenticatedUserRequest? Type5032 { get; set; } + public global::GitHub.PullsUpdateReviewCommentRequest? Type5032 { get; set; } /// /// /// - public global::GitHub.CodespacesCreateWithPrForAuthenticatedUserResponse? Type5033 { get; set; } + public global::GitHub.ReactionsCreateForPullRequestReviewCommentRequest? Type5033 { get; set; } /// /// /// - public global::GitHub.PullsCreateReviewCommentRequest? Type5034 { get; set; } + public global::GitHub.PullsGetResponse? Type5034 { get; set; } /// /// /// - public global::GitHub.PullsCreateReplyForReviewCommentRequest? Type5035 { get; set; } + public global::GitHub.PullsUpdateRequest? Type5035 { get; set; } /// /// /// - public global::GitHub.PullsListFilesResponse? Type5036 { get; set; } + public global::GitHub.CodespacesCreateWithPrForAuthenticatedUserRequest? Type5036 { get; set; } /// /// /// - public global::GitHub.PullsMergeRequest? Type5037 { get; set; } + public global::GitHub.CodespacesCreateWithPrForAuthenticatedUserResponse? Type5037 { get; set; } /// /// /// - public global::GitHub.PullRequestMergeResult? Type5038 { get; set; } + public global::GitHub.PullsCreateReviewCommentRequest? Type5038 { get; set; } /// /// /// - public global::GitHub.PullsMergeResponse? Type5039 { get; set; } + public global::GitHub.PullsCreateReplyForReviewCommentRequest? Type5039 { get; set; } /// /// /// - public global::GitHub.PullRequestReviewRequest? Type5040 { get; set; } + public global::GitHub.PullsListFilesResponse? Type5040 { get; set; } /// /// /// - public global::GitHub.PullsRequestReviewersRequest? Type5041 { get; set; } + public global::GitHub.PullsMergeRequest? Type5041 { get; set; } /// /// /// - public global::GitHub.PullRequestSimple? Type5042 { get; set; } + public global::GitHub.PullRequestMergeResult? Type5042 { get; set; } /// /// /// - public global::GitHub.PullsRemoveRequestedReviewersRequest? Type5043 { get; set; } + public global::GitHub.PullsMergeResponse? Type5043 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5044 { get; set; } + public global::GitHub.PullRequestReviewRequest? Type5044 { get; set; } /// /// /// - public global::GitHub.PullsCreateReviewRequest? Type5045 { get; set; } + public global::GitHub.PullsRequestReviewersRequest? Type5045 { get; set; } /// /// /// - public global::GitHub.PullRequestReview? Type5046 { get; set; } + public global::GitHub.PullRequestSimple? Type5046 { get; set; } /// /// /// - public global::GitHub.PullsUpdateReviewRequest? Type5047 { get; set; } + public global::GitHub.PullsRemoveRequestedReviewersRequest? Type5047 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5048 { get; set; } + public global::System.Collections.Generic.IList? Type5048 { get; set; } /// /// /// - public global::GitHub.PullsDismissReviewRequest? Type5049 { get; set; } + public global::GitHub.PullsCreateReviewRequest? Type5049 { get; set; } /// /// /// - public global::GitHub.PullsSubmitReviewRequest? Type5050 { get; set; } + public global::GitHub.PullRequestReview? Type5050 { get; set; } /// /// /// - public global::GitHub.PullsUpdateBranchRequest? Type5051 { get; set; } + public global::GitHub.PullsUpdateReviewRequest? Type5051 { get; set; } /// /// /// - public global::GitHub.PullsUpdateBranchResponse? Type5052 { get; set; } + public global::System.Collections.Generic.IList? Type5052 { get; set; } /// /// /// - public global::GitHub.ContentFile? Type5053 { get; set; } + public global::GitHub.PullsDismissReviewRequest? Type5053 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5054 { get; set; } + public global::GitHub.PullsSubmitReviewRequest? Type5054 { get; set; } /// /// /// - public global::GitHub.ReposCreateReleaseRequest? Type5055 { get; set; } + public global::GitHub.PullsUpdateBranchRequest? Type5055 { get; set; } /// /// /// - public global::GitHub.Release? Type5056 { get; set; } + public global::GitHub.PullsUpdateBranchResponse? Type5056 { get; set; } /// /// /// - public global::GitHub.ReleaseAsset? Type5057 { get; set; } + public global::GitHub.ContentFile? Type5057 { get; set; } /// /// /// - public global::GitHub.ReposUpdateReleaseAssetRequest? Type5058 { get; set; } + public global::System.Collections.Generic.IList? Type5058 { get; set; } /// /// /// - public global::GitHub.ReposGenerateReleaseNotesRequest? Type5059 { get; set; } + public global::GitHub.ReposCreateReleaseRequest? Type5059 { get; set; } /// /// /// - public global::GitHub.ReleaseNotesContent? Type5060 { get; set; } + public global::GitHub.Release? Type5060 { get; set; } /// /// /// - public global::GitHub.ReposUpdateReleaseRequest? Type5061 { get; set; } + public global::GitHub.ReleaseAsset? Type5061 { get; set; } /// /// /// - public byte[]? Type5062 { get; set; } + public global::GitHub.ReposUpdateReleaseAssetRequest? Type5062 { get; set; } /// /// /// - public global::GitHub.ReactionsCreateForReleaseRequest? Type5063 { get; set; } + public global::GitHub.ReposGenerateReleaseNotesRequest? Type5063 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5064 { get; set; } + public global::GitHub.ReleaseNotesContent? Type5064 { get; set; } /// /// /// - public global::GitHub.ReposCreateRepoRulesetRequest? Type5065 { get; set; } + public global::GitHub.ReposUpdateReleaseRequest? Type5065 { get; set; } /// /// /// - public global::GitHub.ReposUpdateRepoRulesetRequest? Type5066 { get; set; } + public byte[]? Type5066 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5067 { get; set; } + public global::GitHub.ReactionsCreateForReleaseRequest? Type5067 { get; set; } /// /// /// - public global::GitHub.SecretScanningListAlertsForRepoResponse? Type5068 { get; set; } + public global::System.Collections.Generic.IList? Type5068 { get; set; } /// /// /// - public global::GitHub.SecretScanningAlert? Type5069 { get; set; } + public global::GitHub.ReposCreateRepoRulesetRequest? Type5069 { get; set; } /// /// /// - public global::GitHub.SecretScanningGetAlertResponse? Type5070 { get; set; } + public global::GitHub.ReposUpdateRepoRulesetRequest? Type5070 { get; set; } /// /// /// - public global::GitHub.SecretScanningUpdateAlertRequest? Type5071 { get; set; } + public global::System.Collections.Generic.IList? Type5071 { get; set; } /// /// /// - public global::GitHub.SecretScanningUpdateAlertResponse? Type5072 { get; set; } + public global::GitHub.SecretScanningListAlertsForRepoResponse? Type5072 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5073 { get; set; } + public global::GitHub.SecretScanningAlert? Type5073 { get; set; } /// /// /// - public global::GitHub.SecretScanningListLocationsForAlertResponse? Type5074 { get; set; } + public global::GitHub.SecretScanningGetAlertResponse? Type5074 { get; set; } /// /// /// - public global::GitHub.RepositoryAdvisoryCreate? Type5075 { get; set; } + public global::GitHub.SecretScanningUpdateAlertRequest? Type5075 { get; set; } /// /// /// - public global::GitHub.PrivateVulnerabilityReportCreate? Type5076 { get; set; } + public global::GitHub.SecretScanningUpdateAlertResponse? Type5076 { get; set; } /// /// /// - public global::GitHub.RepositoryAdvisoryUpdate? Type5077 { get; set; } + public global::System.Collections.Generic.IList? Type5077 { get; set; } /// /// /// - public global::System.AnyOf, global::System.Collections.Generic.IList>? Type5078 { get; set; } + public global::GitHub.SecretScanningListLocationsForAlertResponse? Type5078 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5079 { get; set; } + public global::GitHub.RepositoryAdvisoryCreate? Type5079 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5080 { get; set; } + public global::GitHub.PrivateVulnerabilityReportCreate? Type5080 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5081 { get; set; } + public global::GitHub.RepositoryAdvisoryUpdate? Type5081 { get; set; } /// /// /// - public global::GitHub.ParticipationStats? Type5082 { get; set; } + public global::System.AnyOf, global::System.Collections.Generic.IList>? Type5082 { get; set; } /// /// /// - public global::GitHub.ReposCreateCommitStatusRequest? Type5083 { get; set; } + public global::System.Collections.Generic.IList? Type5083 { get; set; } /// /// /// - public global::GitHub.Status? Type5084 { get; set; } + public global::System.Collections.Generic.IList? Type5084 { get; set; } /// /// /// - public global::GitHub.RepositorySubscription? Type5085 { get; set; } + public global::System.Collections.Generic.IList? Type5085 { get; set; } /// /// /// - public global::GitHub.ActivitySetRepoSubscriptionRequest? Type5086 { get; set; } + public global::GitHub.ParticipationStats? Type5086 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5087 { get; set; } + public global::GitHub.ReposCreateCommitStatusRequest? Type5087 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5088 { get; set; } + public global::GitHub.Status? Type5088 { get; set; } /// /// /// - public global::GitHub.ReposCreateTagProtectionRequest? Type5089 { get; set; } + public global::GitHub.RepositorySubscription? Type5089 { get; set; } /// /// /// - public global::GitHub.TagProtection? Type5090 { get; set; } + public global::GitHub.ActivitySetRepoSubscriptionRequest? Type5090 { get; set; } /// /// /// - public global::GitHub.Topic? Type5091 { get; set; } + public global::System.Collections.Generic.IList? Type5091 { get; set; } /// /// /// - public global::GitHub.ReposReplaceAllTopicsRequest? Type5092 { get; set; } + public global::System.Collections.Generic.IList? Type5092 { get; set; } /// /// /// - public global::GitHub.CloneTraffic? Type5093 { get; set; } + public global::GitHub.ReposCreateTagProtectionRequest? Type5093 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5094 { get; set; } + public global::GitHub.TagProtection? Type5094 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5095 { get; set; } + public global::GitHub.Topic? Type5095 { get; set; } /// /// /// - public global::GitHub.ViewTraffic? Type5096 { get; set; } + public global::GitHub.ReposReplaceAllTopicsRequest? Type5096 { get; set; } /// /// /// - public global::GitHub.ReposTransferRequest? Type5097 { get; set; } + public global::GitHub.CloneTraffic? Type5097 { get; set; } /// /// /// - public global::GitHub.ReposCreateUsingTemplateRequest? Type5098 { get; set; } + public global::System.Collections.Generic.IList? Type5098 { get; set; } /// /// /// - public global::GitHub.SearchCodeResponse? Type5099 { get; set; } + public global::System.Collections.Generic.IList? Type5099 { get; set; } /// /// /// - public global::GitHub.SearchCommitsResponse? Type5100 { get; set; } + public global::GitHub.ViewTraffic? Type5100 { get; set; } /// /// /// - public global::GitHub.SearchIssuesAndPullRequestsResponse? Type5101 { get; set; } + public global::GitHub.ReposTransferRequest? Type5101 { get; set; } /// /// /// - public global::GitHub.SearchLabelsResponse? Type5102 { get; set; } + public global::GitHub.ReposCreateUsingTemplateRequest? Type5102 { get; set; } /// /// /// - public global::GitHub.SearchReposResponse? Type5103 { get; set; } + public global::GitHub.SearchCodeResponse? Type5103 { get; set; } /// /// /// - public global::GitHub.SearchTopicsResponse? Type5104 { get; set; } + public global::GitHub.SearchCommitsResponse? Type5104 { get; set; } /// /// /// - public global::GitHub.SearchUsersResponse? Type5105 { get; set; } + public global::GitHub.SearchIssuesAndPullRequestsResponse? Type5105 { get; set; } /// /// /// - public global::GitHub.TeamsUpdateLegacyRequest? Type5106 { get; set; } + public global::GitHub.SearchLabelsResponse? Type5106 { get; set; } /// /// /// - public global::GitHub.TeamsCreateDiscussionLegacyRequest? Type5107 { get; set; } + public global::GitHub.SearchReposResponse? Type5107 { get; set; } /// /// /// - public global::GitHub.TeamsUpdateDiscussionLegacyRequest? Type5108 { get; set; } + public global::GitHub.SearchTopicsResponse? Type5108 { get; set; } /// /// /// - public global::GitHub.TeamsCreateDiscussionCommentLegacyRequest? Type5109 { get; set; } + public global::GitHub.SearchUsersResponse? Type5109 { get; set; } /// /// /// - public global::GitHub.TeamsUpdateDiscussionCommentLegacyRequest? Type5110 { get; set; } + public global::GitHub.TeamsUpdateLegacyRequest? Type5110 { get; set; } /// /// /// - public global::GitHub.ReactionsCreateForTeamDiscussionCommentLegacyRequest? Type5111 { get; set; } + public global::GitHub.TeamsCreateDiscussionLegacyRequest? Type5111 { get; set; } /// /// /// - public global::GitHub.ReactionsCreateForTeamDiscussionLegacyRequest? Type5112 { get; set; } + public global::GitHub.TeamsUpdateDiscussionLegacyRequest? Type5112 { get; set; } /// /// /// - public global::GitHub.TeamsAddOrUpdateMembershipForUserLegacyRequest? Type5113 { get; set; } + public global::GitHub.TeamsCreateDiscussionCommentLegacyRequest? Type5113 { get; set; } /// /// /// - public global::GitHub.TeamsAddOrUpdateProjectPermissionsLegacyRequest? Type5114 { get; set; } + public global::GitHub.TeamsUpdateDiscussionCommentLegacyRequest? Type5114 { get; set; } /// /// /// - public global::GitHub.TeamsAddOrUpdateProjectPermissionsLegacyResponse? Type5115 { get; set; } + public global::GitHub.ReactionsCreateForTeamDiscussionCommentLegacyRequest? Type5115 { get; set; } /// /// /// - public global::GitHub.TeamsAddOrUpdateRepoPermissionsLegacyRequest? Type5116 { get; set; } + public global::GitHub.ReactionsCreateForTeamDiscussionLegacyRequest? Type5116 { get; set; } /// /// /// - public global::System.OneOf? Type5117 { get; set; } + public global::GitHub.TeamsAddOrUpdateMembershipForUserLegacyRequest? Type5117 { get; set; } /// /// /// - public global::GitHub.UsersUpdateAuthenticatedRequest? Type5118 { get; set; } + public global::GitHub.TeamsAddOrUpdateProjectPermissionsLegacyRequest? Type5118 { get; set; } /// /// /// - public global::GitHub.PrivateUser? Type5119 { get; set; } + public global::GitHub.TeamsAddOrUpdateProjectPermissionsLegacyResponse? Type5119 { get; set; } /// /// /// - public global::GitHub.CodespacesListForAuthenticatedUserResponse? Type5120 { get; set; } + public global::GitHub.TeamsAddOrUpdateRepoPermissionsLegacyRequest? Type5120 { get; set; } /// /// /// - public global::System.OneOf? Type5121 { get; set; } + public global::System.OneOf? Type5121 { get; set; } /// /// /// - public global::GitHub.CodespacesCreateForAuthenticatedUserResponse? Type5122 { get; set; } + public global::GitHub.UsersUpdateAuthenticatedRequest? Type5122 { get; set; } /// /// /// - public global::GitHub.CodespacesListSecretsForAuthenticatedUserResponse? Type5123 { get; set; } + public global::GitHub.PrivateUser? Type5123 { get; set; } /// /// /// - public global::GitHub.CodespacesUserPublicKey? Type5124 { get; set; } + public global::GitHub.CodespacesListForAuthenticatedUserResponse? Type5124 { get; set; } /// /// /// - public global::GitHub.CodespacesSecret? Type5125 { get; set; } + public global::System.OneOf? Type5125 { get; set; } /// /// /// - public global::GitHub.CodespacesCreateOrUpdateSecretForAuthenticatedUserRequest? Type5126 { get; set; } + public global::GitHub.CodespacesCreateForAuthenticatedUserResponse? Type5126 { get; set; } /// /// /// - public global::GitHub.CodespacesListRepositoriesForSecretForAuthenticatedUserResponse? Type5127 { get; set; } + public global::GitHub.CodespacesListSecretsForAuthenticatedUserResponse? Type5127 { get; set; } /// /// /// - public global::GitHub.CodespacesSetRepositoriesForSecretForAuthenticatedUserRequest? Type5128 { get; set; } + public global::GitHub.CodespacesUserPublicKey? Type5128 { get; set; } /// /// /// - public global::GitHub.CodespacesUpdateForAuthenticatedUserRequest? Type5129 { get; set; } + public global::GitHub.CodespacesSecret? Type5129 { get; set; } /// /// /// - public global::GitHub.CodespaceExportDetails? Type5130 { get; set; } + public global::GitHub.CodespacesCreateOrUpdateSecretForAuthenticatedUserRequest? Type5130 { get; set; } /// /// /// - public global::GitHub.CodespacesCodespaceMachinesForAuthenticatedUserResponse? Type5131 { get; set; } + public global::GitHub.CodespacesListRepositoriesForSecretForAuthenticatedUserResponse? Type5131 { get; set; } /// /// /// - public global::GitHub.CodespacesPublishForAuthenticatedUserRequest? Type5132 { get; set; } + public global::GitHub.CodespacesSetRepositoriesForSecretForAuthenticatedUserRequest? Type5132 { get; set; } /// /// /// - public global::GitHub.CodespaceWithFullRepository? Type5133 { get; set; } + public global::GitHub.CodespacesUpdateForAuthenticatedUserRequest? Type5133 { get; set; } /// /// /// - public global::GitHub.UsersSetPrimaryEmailVisibilityForAuthenticatedUserRequest? Type5134 { get; set; } + public global::GitHub.CodespaceExportDetails? Type5134 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5135 { get; set; } + public global::GitHub.CodespacesCodespaceMachinesForAuthenticatedUserResponse? Type5135 { get; set; } /// /// /// - public global::System.OneOf, string>? Type5136 { get; set; } + public global::GitHub.CodespacesPublishForAuthenticatedUserRequest? Type5136 { get; set; } /// /// /// - public global::System.OneOf, string>? Type5137 { get; set; } + public global::GitHub.CodespaceWithFullRepository? Type5137 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5138 { get; set; } + public global::GitHub.UsersSetPrimaryEmailVisibilityForAuthenticatedUserRequest? Type5138 { get; set; } /// /// /// - public global::GitHub.UsersCreateGpgKeyForAuthenticatedUserRequest? Type5139 { get; set; } + public global::System.Collections.Generic.IList? Type5139 { get; set; } /// /// /// - public global::GitHub.GpgKey? Type5140 { get; set; } + public global::System.OneOf, string>? Type5140 { get; set; } /// /// /// - public global::GitHub.AppsListInstallationsForAuthenticatedUserResponse? Type5141 { get; set; } + public global::System.OneOf, string>? Type5141 { get; set; } /// /// /// - public global::GitHub.AppsListInstallationReposForAuthenticatedUserResponse? Type5142 { get; set; } + public global::System.Collections.Generic.IList? Type5142 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5143 { get; set; } + public global::GitHub.UsersCreateGpgKeyForAuthenticatedUserRequest? Type5143 { get; set; } /// /// /// - public global::GitHub.UsersCreatePublicSshKeyForAuthenticatedUserRequest? Type5144 { get; set; } + public global::GitHub.GpgKey? Type5144 { get; set; } /// /// /// - public global::GitHub.Key? Type5145 { get; set; } + public global::GitHub.AppsListInstallationsForAuthenticatedUserResponse? Type5145 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5146 { get; set; } + public global::GitHub.AppsListInstallationReposForAuthenticatedUserResponse? Type5146 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5147 { get; set; } + public global::System.Collections.Generic.IList? Type5147 { get; set; } /// /// /// - public global::GitHub.OrgsUpdateMembershipForAuthenticatedUserRequest? Type5148 { get; set; } + public global::GitHub.UsersCreatePublicSshKeyForAuthenticatedUserRequest? Type5148 { get; set; } /// /// /// - public global::GitHub.MigrationsStartForAuthenticatedUserRequest? Type5149 { get; set; } + public global::GitHub.Key? Type5149 { get; set; } /// /// /// - public global::GitHub.ProjectsCreateForAuthenticatedUserRequest? Type5150 { get; set; } + public global::System.Collections.Generic.IList? Type5150 { get; set; } /// /// /// - public global::GitHub.ReposCreateForAuthenticatedUserRequest? Type5151 { get; set; } + public global::System.Collections.Generic.IList? Type5151 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5152 { get; set; } + public global::GitHub.OrgsUpdateMembershipForAuthenticatedUserRequest? Type5152 { get; set; } /// /// /// - public global::GitHub.UsersAddSocialAccountForAuthenticatedUserRequest? Type5153 { get; set; } + public global::GitHub.MigrationsStartForAuthenticatedUserRequest? Type5153 { get; set; } /// /// /// - public global::GitHub.UsersDeleteSocialAccountForAuthenticatedUserRequest? Type5154 { get; set; } + public global::GitHub.ProjectsCreateForAuthenticatedUserRequest? Type5154 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5155 { get; set; } + public global::GitHub.ReposCreateForAuthenticatedUserRequest? Type5155 { get; set; } /// /// /// - public global::GitHub.UsersCreateSshSigningKeyForAuthenticatedUserRequest? Type5156 { get; set; } + public global::System.Collections.Generic.IList? Type5156 { get; set; } /// /// /// - public global::GitHub.SshSigningKey? Type5157 { get; set; } + public global::GitHub.UsersAddSocialAccountForAuthenticatedUserRequest? Type5157 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5158 { get; set; } + public global::GitHub.UsersDeleteSocialAccountForAuthenticatedUserRequest? Type5158 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5159 { get; set; } + public global::System.Collections.Generic.IList? Type5159 { get; set; } /// /// /// - public global::GitHub.UsersListAttestationsResponse? Type5160 { get; set; } + public global::GitHub.UsersCreateSshSigningKeyForAuthenticatedUserRequest? Type5160 { get; set; } /// /// /// - public global::GitHub.Hovercard? Type5161 { get; set; } + public global::GitHub.SshSigningKey? Type5161 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5162 { get; set; } + public global::System.Collections.Generic.IList? Type5162 { get; set; } /// /// /// - public global::System.AnyOf, global::System.Collections.Generic.IList>? Type5163 { get; set; } + public global::System.Collections.Generic.IList? Type5163 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type5164 { get; set; } + public global::GitHub.UsersListAttestationsResponse? Type5164 { get; set; } + /// + /// + /// + public global::GitHub.Hovercard? Type5165 { get; set; } + /// + /// + /// + public global::System.Collections.Generic.IList? Type5166 { get; set; } + /// + /// + /// + public global::System.AnyOf, global::System.Collections.Generic.IList>? Type5167 { get; set; } + /// + /// + /// + public global::System.Collections.Generic.IList? Type5168 { get; set; } } } \ No newline at end of file diff --git a/src/libs/GitHub/Generated/OneOf.20.g.cs b/src/libs/GitHub/Generated/OneOf.21.g.cs similarity index 71% rename from src/libs/GitHub/Generated/OneOf.20.g.cs rename to src/libs/GitHub/Generated/OneOf.21.g.cs index a7bbb579..30ed6fe8 100644 --- a/src/libs/GitHub/Generated/OneOf.20.g.cs +++ b/src/libs/GitHub/Generated/OneOf.21.g.cs @@ -7,7 +7,7 @@ namespace System /// /// /// - public readonly struct OneOf : global::System.IEquatable> + public readonly struct OneOf : global::System.IEquatable> { /// /// @@ -29,12 +29,12 @@ namespace System /// /// /// - public static implicit operator OneOf(T1 value) => new OneOf(value); + public static implicit operator OneOf(T1 value) => new OneOf(value); /// /// /// - public static implicit operator T1?(OneOf @this) => @this.Value1; + public static implicit operator T1?(OneOf @this) => @this.Value1; /// /// @@ -64,12 +64,12 @@ public OneOf(T1? value) /// /// /// - public static implicit operator OneOf(T2 value) => new OneOf(value); + public static implicit operator OneOf(T2 value) => new OneOf(value); /// /// /// - public static implicit operator T2?(OneOf @this) => @this.Value2; + public static implicit operator T2?(OneOf @this) => @this.Value2; /// /// @@ -99,12 +99,12 @@ public OneOf(T2? value) /// /// /// - public static implicit operator OneOf(T3 value) => new OneOf(value); + public static implicit operator OneOf(T3 value) => new OneOf(value); /// /// /// - public static implicit operator T3?(OneOf @this) => @this.Value3; + public static implicit operator T3?(OneOf @this) => @this.Value3; /// /// @@ -134,12 +134,12 @@ public OneOf(T3? value) /// /// /// - public static implicit operator OneOf(T4 value) => new OneOf(value); + public static implicit operator OneOf(T4 value) => new OneOf(value); /// /// /// - public static implicit operator T4?(OneOf @this) => @this.Value4; + public static implicit operator T4?(OneOf @this) => @this.Value4; /// /// @@ -169,12 +169,12 @@ public OneOf(T4? value) /// /// /// - public static implicit operator OneOf(T5 value) => new OneOf(value); + public static implicit operator OneOf(T5 value) => new OneOf(value); /// /// /// - public static implicit operator T5?(OneOf @this) => @this.Value5; + public static implicit operator T5?(OneOf @this) => @this.Value5; /// /// @@ -204,12 +204,12 @@ public OneOf(T5? value) /// /// /// - public static implicit operator OneOf(T6 value) => new OneOf(value); + public static implicit operator OneOf(T6 value) => new OneOf(value); /// /// /// - public static implicit operator T6?(OneOf @this) => @this.Value6; + public static implicit operator T6?(OneOf @this) => @this.Value6; /// /// @@ -239,12 +239,12 @@ public OneOf(T6? value) /// /// /// - public static implicit operator OneOf(T7 value) => new OneOf(value); + public static implicit operator OneOf(T7 value) => new OneOf(value); /// /// /// - public static implicit operator T7?(OneOf @this) => @this.Value7; + public static implicit operator T7?(OneOf @this) => @this.Value7; /// /// @@ -274,12 +274,12 @@ public OneOf(T7? value) /// /// /// - public static implicit operator OneOf(T8 value) => new OneOf(value); + public static implicit operator OneOf(T8 value) => new OneOf(value); /// /// /// - public static implicit operator T8?(OneOf @this) => @this.Value8; + public static implicit operator T8?(OneOf @this) => @this.Value8; /// /// @@ -309,12 +309,12 @@ public OneOf(T8? value) /// /// /// - public static implicit operator OneOf(T9 value) => new OneOf(value); + public static implicit operator OneOf(T9 value) => new OneOf(value); /// /// /// - public static implicit operator T9?(OneOf @this) => @this.Value9; + public static implicit operator T9?(OneOf @this) => @this.Value9; /// /// @@ -344,12 +344,12 @@ public OneOf(T9? value) /// /// /// - public static implicit operator OneOf(T10 value) => new OneOf(value); + public static implicit operator OneOf(T10 value) => new OneOf(value); /// /// /// - public static implicit operator T10?(OneOf @this) => @this.Value10; + public static implicit operator T10?(OneOf @this) => @this.Value10; /// /// @@ -379,12 +379,12 @@ public OneOf(T10? value) /// /// /// - public static implicit operator OneOf(T11 value) => new OneOf(value); + public static implicit operator OneOf(T11 value) => new OneOf(value); /// /// /// - public static implicit operator T11?(OneOf @this) => @this.Value11; + public static implicit operator T11?(OneOf @this) => @this.Value11; /// /// @@ -414,12 +414,12 @@ public OneOf(T11? value) /// /// /// - public static implicit operator OneOf(T12 value) => new OneOf(value); + public static implicit operator OneOf(T12 value) => new OneOf(value); /// /// /// - public static implicit operator T12?(OneOf @this) => @this.Value12; + public static implicit operator T12?(OneOf @this) => @this.Value12; /// /// @@ -449,12 +449,12 @@ public OneOf(T12? value) /// /// /// - public static implicit operator OneOf(T13 value) => new OneOf(value); + public static implicit operator OneOf(T13 value) => new OneOf(value); /// /// /// - public static implicit operator T13?(OneOf @this) => @this.Value13; + public static implicit operator T13?(OneOf @this) => @this.Value13; /// /// @@ -484,12 +484,12 @@ public OneOf(T13? value) /// /// /// - public static implicit operator OneOf(T14 value) => new OneOf(value); + public static implicit operator OneOf(T14 value) => new OneOf(value); /// /// /// - public static implicit operator T14?(OneOf @this) => @this.Value14; + public static implicit operator T14?(OneOf @this) => @this.Value14; /// /// @@ -519,12 +519,12 @@ public OneOf(T14? value) /// /// /// - public static implicit operator OneOf(T15 value) => new OneOf(value); + public static implicit operator OneOf(T15 value) => new OneOf(value); /// /// /// - public static implicit operator T15?(OneOf @this) => @this.Value15; + public static implicit operator T15?(OneOf @this) => @this.Value15; /// /// @@ -554,12 +554,12 @@ public OneOf(T15? value) /// /// /// - public static implicit operator OneOf(T16 value) => new OneOf(value); + public static implicit operator OneOf(T16 value) => new OneOf(value); /// /// /// - public static implicit operator T16?(OneOf @this) => @this.Value16; + public static implicit operator T16?(OneOf @this) => @this.Value16; /// /// @@ -589,12 +589,12 @@ public OneOf(T16? value) /// /// /// - public static implicit operator OneOf(T17 value) => new OneOf(value); + public static implicit operator OneOf(T17 value) => new OneOf(value); /// /// /// - public static implicit operator T17?(OneOf @this) => @this.Value17; + public static implicit operator T17?(OneOf @this) => @this.Value17; /// /// @@ -624,12 +624,12 @@ public OneOf(T17? value) /// /// /// - public static implicit operator OneOf(T18 value) => new OneOf(value); + public static implicit operator OneOf(T18 value) => new OneOf(value); /// /// /// - public static implicit operator T18?(OneOf @this) => @this.Value18; + public static implicit operator T18?(OneOf @this) => @this.Value18; /// /// @@ -659,12 +659,12 @@ public OneOf(T18? value) /// /// /// - public static implicit operator OneOf(T19 value) => new OneOf(value); + public static implicit operator OneOf(T19 value) => new OneOf(value); /// /// /// - public static implicit operator T19?(OneOf @this) => @this.Value19; + public static implicit operator T19?(OneOf @this) => @this.Value19; /// /// @@ -694,12 +694,12 @@ public OneOf(T19? value) /// /// /// - public static implicit operator OneOf(T20 value) => new OneOf(value); + public static implicit operator OneOf(T20 value) => new OneOf(value); /// /// /// - public static implicit operator T20?(OneOf @this) => @this.Value20; + public static implicit operator T20?(OneOf @this) => @this.Value20; /// /// @@ -709,6 +709,41 @@ public OneOf(T20? value) Value20 = value; } + /// + /// + /// +#if NET6_0_OR_GREATER + public T21? Value21 { get; init; } +#else + public T21? Value21 { get; } +#endif + + /// + /// + /// +#if NET6_0_OR_GREATER + [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(Value21))] +#endif + public bool IsValue21 => Value21 != null; + + /// + /// + /// + public static implicit operator OneOf(T21 value) => new OneOf(value); + + /// + /// + /// + public static implicit operator T21?(OneOf @this) => @this.Value21; + + /// + /// + /// + public OneOf(T21? value) + { + Value21 = value; + } + /// /// /// @@ -732,7 +767,8 @@ public OneOf( T17? value17, T18? value18, T19? value19, - T20? value20 + T20? value20, + T21? value21 ) { Value1 = value1; @@ -755,12 +791,14 @@ public OneOf( Value18 = value18; Value19 = value19; Value20 = value20; + Value21 = value21; } /// /// /// public object? Object => + Value21 as object ?? Value20 as object ?? Value19 as object ?? Value18 as object ?? @@ -788,7 +826,7 @@ Value1 as object /// public bool Validate() { - return IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && IsValue18 && !IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && IsValue19 && !IsValue20 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && IsValue20; + return IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && IsValue18 && !IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && IsValue19 && !IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && IsValue20 && !IsValue21 || !IsValue1 && !IsValue2 && !IsValue3 && !IsValue4 && !IsValue5 && !IsValue6 && !IsValue7 && !IsValue8 && !IsValue9 && !IsValue10 && !IsValue11 && !IsValue12 && !IsValue13 && !IsValue14 && !IsValue15 && !IsValue16 && !IsValue17 && !IsValue18 && !IsValue19 && !IsValue20 && IsValue21; } /// @@ -838,6 +876,8 @@ public override int GetHashCode() typeof(T19), Value20, typeof(T20), + Value21, + typeof(T21), }; const int offset = unchecked((int)2166136261); const int prime = 16777619; @@ -850,7 +890,7 @@ static int HashCodeAggregator(int hashCode, object? value) => value == null /// /// /// - public bool Equals(OneOf other) + public bool Equals(OneOf other) { return global::System.Collections.Generic.EqualityComparer.Default.Equals(Value1, other.Value1) && @@ -872,22 +912,23 @@ public bool Equals(OneOf.Default.Equals(Value17, other.Value17) && global::System.Collections.Generic.EqualityComparer.Default.Equals(Value18, other.Value18) && global::System.Collections.Generic.EqualityComparer.Default.Equals(Value19, other.Value19) && - global::System.Collections.Generic.EqualityComparer.Default.Equals(Value20, other.Value20) + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value20, other.Value20) && + global::System.Collections.Generic.EqualityComparer.Default.Equals(Value21, other.Value21) ; } /// /// /// - public static bool operator ==(OneOf obj1, OneOf obj2) + public static bool operator ==(OneOf obj1, OneOf obj2) { - return global::System.Collections.Generic.EqualityComparer>.Default.Equals(obj1, obj2); + return global::System.Collections.Generic.EqualityComparer>.Default.Equals(obj1, obj2); } /// /// /// - public static bool operator !=(OneOf obj1, OneOf obj2) + public static bool operator !=(OneOf obj1, OneOf obj2) { return !(obj1 == obj2); } @@ -897,7 +938,7 @@ public bool Equals(OneOf public override bool Equals(object? obj) { - return obj is OneOf o && Equals(o); + return obj is OneOf o && Equals(o); } } } diff --git a/src/libs/GitHub/openapi.yaml b/src/libs/GitHub/openapi.yaml index 6634e107..64d3025e 100644 --- a/src/libs/GitHub/openapi.yaml +++ b/src/libs/GitHub/openapi.yaml @@ -6263,7 +6263,7 @@ paths: default: disabled enforcement: type: string - description: The status of enforcement + description: The enforcement status for a security configuration enum: - enforced - unenforced @@ -6525,7 +6525,7 @@ paths: - not_set enforcement: type: string - description: The status of enforcement + description: The enforcement status for a security configuration enum: - enforced - unenforced @@ -6760,7 +6760,7 @@ paths: description: |- A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned. - Can be: `all`, `attached`, `attaching`, `detached`, `enforced`, `failed`, `updating` + Can be: `all`, `attached`, `attaching`, `detached`, `removed`, `enforced`, `failed`, `updating`, `removed_by_enterprise` in: query required: false schema: @@ -73463,6 +73463,78 @@ components: type: string enum: - required_linear_history + repository-rule-merge-queue: + title: merge_queue + description: Merges must be performed via a merge queue. + type: object + required: + - type + properties: + type: + type: string + enum: + - merge_queue + parameters: + type: object + properties: + check_response_timeout_minutes: + type: integer + description: Maximum time for a required status check to report a conclusion. + After this much time has elapsed, checks that have not reported a + conclusion will be assumed to have failed + minimum: 1 + maximum: 360 + grouping_strategy: + type: string + description: When set to ALLGREEN, the merge commit created by merge + queue for each PR in the group must pass all required checks to merge. + When set to HEADGREEN, only the commit at the head of the merge group, + i.e. the commit containing changes from all of the PRs in the group, + must pass its required checks to merge. + enum: + - ALLGREEN + - HEADGREEN + max_entries_to_build: + type: integer + description: Limit the number of queued pull requests requesting checks + and workflow runs at the same time. + minimum: 0 + maximum: 100 + max_entries_to_merge: + type: integer + description: The maximum number of PRs that will be merged together + in a group. + minimum: 0 + maximum: 100 + merge_method: + type: string + description: Method to use when merging changes from queued pull requests. + enum: + - MERGE + - SQUASH + - REBASE + min_entries_to_merge: + type: integer + description: The minimum number of PRs that will be merged together + in a group. + minimum: 0 + maximum: 100 + min_entries_to_merge_wait_minutes: + type: integer + description: The time merge queue should wait after the first PR is + added to the queue for the minimum group size to be met. After this + time has elapsed, the minimum group size will be ignored and a smaller + group will be merged. + minimum: 0 + maximum: 360 + required: + - check_response_timeout_minutes + - grouping_strategy + - max_entries_to_build + - max_entries_to_merge + - merge_method + - min_entries_to_merge + - min_entries_to_merge_wait_minutes repository-rule-required-deployments: title: required_deployments description: Choose which environments must be successfully deployed to before @@ -73570,6 +73642,10 @@ components: parameters: type: object properties: + do_not_enforce_on_create: + type: boolean + description: Allow repositories and branches to be created if a check + would otherwise prohibit it. required_status_checks: type: array description: Status checks that are required. @@ -73812,6 +73888,10 @@ components: parameters: type: object properties: + do_not_enforce_on_create: + type: boolean + description: Allow repositories and branches to be created if a check + would otherwise prohibit it. workflows: type: array description: Workflows that must pass for this rule to pass. @@ -73886,6 +73966,7 @@ components: - "$ref": "#/components/schemas/repository-rule-update" - "$ref": "#/components/schemas/repository-rule-deletion" - "$ref": "#/components/schemas/repository-rule-required-linear-history" + - "$ref": "#/components/schemas/repository-rule-merge-queue" - "$ref": "#/components/schemas/repository-rule-required-deployments" - "$ref": "#/components/schemas/repository-rule-required-signatures" - "$ref": "#/components/schemas/repository-rule-pull-request" @@ -73898,7 +73979,8 @@ components: - "$ref": "#/components/schemas/repository-rule-tag-name-pattern" - title: file_path_restriction description: |- - Note: file_path_restriction is in beta and subject to change. + > [!NOTE] + > `file_path_restriction` is in beta and subject to change. Prevent commits that include changes in specified file paths from being pushed to the commit graph. type: object @@ -73922,7 +74004,8 @@ components: - restricted_file_paths - title: max_file_path_length description: |- - Note: max_file_path_length is in beta and subject to change. + > [!NOTE] + > `max_file_path_length` is in beta and subject to change. Prevent commits that include file paths that exceed a specified character limit from being pushed to the commit graph. type: object @@ -73945,7 +74028,8 @@ components: - max_file_path_length - title: file_extension_restriction description: |- - Note: file_extension_restriction is in beta and subject to change. + > [!NOTE] + > `file_extension_restriction` is in beta and subject to change. Prevent commits that include files with specified file extensions from being pushed to the commit graph. type: object @@ -73969,7 +74053,8 @@ components: - restricted_file_extensions - title: max_file_size description: |- - Note: max_file_size is in beta and subject to change. + > [!NOTE] + > `max_file_size` is in beta and subject to change. Prevent commits that exceed a specified file size limit from being pushed to the commit. type: object @@ -83089,6 +83174,7 @@ components: type: object properties: id: + description: Unique identifier for the label. type: integer format: int64 example: 208045946 @@ -83105,6 +83191,7 @@ components: example: bug type: string description: + description: Optional description of the label, such as its purpose. type: string example: Something isn't working nullable: true @@ -83114,6 +83201,7 @@ components: example: FFFFFF type: string default: + description: Whether this label comes by default in a new repository. type: boolean example: true required: @@ -85980,6 +86068,9 @@ components: - allOf: - "$ref": "#/components/schemas/repository-rule-required-linear-history" - "$ref": "#/components/schemas/repository-rule-ruleset-info" + - allOf: + - "$ref": "#/components/schemas/repository-rule-merge-queue" + - "$ref": "#/components/schemas/repository-rule-ruleset-info" - allOf: - "$ref": "#/components/schemas/repository-rule-required-deployments" - "$ref": "#/components/schemas/repository-rule-ruleset-info" @@ -90769,6 +90860,10 @@ components: required: - login - id + labels: + type: array + items: + "$ref": "#/components/schemas/label" required: - repository_url - category @@ -197998,6 +198093,7 @@ components: secret_scanning_push_protection: disabled secret_scanning_validity_checks: disabled private_vulnerability_reporting: disabled + enforcement: enforced url: https://api.github.com/orgs/octo-org/code-security/configurations/1325 html_url: https://github.com/organizations/octo-org/settings/security_products/configurations/edit/1325 created_at: '2024-05-01T00:00:00Z'