Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,5 @@ public sealed partial class BatchJobInMetadata
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

/// <summary>
/// Initializes a new instance of the <see cref="BatchJobInMetadata" /> class.
/// </summary>
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
public BatchJobInMetadata(
)
{
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,5 @@ public sealed partial class BatchJobOutMetadata
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

/// <summary>
/// Initializes a new instance of the <see cref="BatchJobOutMetadata" /> class.
/// </summary>
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
public BatchJobOutMetadata(
)
{
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,5 @@ public sealed partial class ClassificationObjectCategories
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

/// <summary>
/// Initializes a new instance of the <see cref="ClassificationObjectCategories" /> class.
/// </summary>
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
public ClassificationObjectCategories(
)
{
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,5 @@ public sealed partial class ClassificationObjectCategoryScores
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

/// <summary>
/// Initializes a new instance of the <see cref="ClassificationObjectCategoryScores" /> class.
/// </summary>
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
public ClassificationObjectCategoryScores(
)
{
}
}
}
9 changes: 0 additions & 9 deletions src/libs/Mistral/Generated/Mistral.Models.EventOutData.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,5 @@ public sealed partial class EventOutData
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

/// <summary>
/// Initializes a new instance of the <see cref="EventOutData" /> class.
/// </summary>
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
public EventOutData(
)
{
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,5 @@ public sealed partial class FunctionCallArguments
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

/// <summary>
/// Initializes a new instance of the <see cref="FunctionCallArguments" /> class.
/// </summary>
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
public FunctionCallArguments(
)
{
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,5 @@ public sealed partial class FunctionParameters
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

/// <summary>
/// Initializes a new instance of the <see cref="FunctionParameters" /> class.
/// </summary>
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
public FunctionParameters(
)
{
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,5 @@ public sealed partial class JobsApiRoutesBatchGetBatchJobsMetadata
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

/// <summary>
/// Initializes a new instance of the <see cref="JobsApiRoutesBatchGetBatchJobsMetadata" /> class.
/// </summary>
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
public JobsApiRoutesBatchGetBatchJobsMetadata(
)
{
}
}
}
Loading