public sealed class SkippedShipment : IMessage<SkippedShipment>, IEquatable<SkippedShipment>, IDeepCloneable<SkippedShipment>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Optimization v1 API class SkippedShipment.
Specifies details of unperformed shipments in a solution. For trivial cases
and/or if we are able to identify the cause for skipping, we report the
reason here.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `SkippedShipment` class in the Cloud Optimization v1 API provides details about shipments that were not performed in a solution, and can report the reasons for skipping these shipments."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various contexts within the .NET ecosystem."],["The `SkippedShipment` class offers properties like `Index`, `Label`, and `Reasons` to specify the shipment's position, identify its label, and provide a list of reasons for why it was skipped, respectively."],["The latest version available for SkippedShipment is version 2.6.0, however, the version relevant to the listed documentation content is version 2.3.0."]]],[]]