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-04-17 UTC."],[[["This documentation details the `SkippedShipment` class within the Cloud Optimization v1 API, version 2.2.0, used to specify details about unperformed shipments."],["The `SkippedShipment` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["`SkippedShipment` has properties such as `Index`, `Label`, and `Reasons`, which provide information about the skipped shipment's position in the source, its assigned label, and the reasons for it being skipped, respectively."],["There are multiple versions of the documentation available, with version 2.6.0 as the latest and versions dating back to 1.0.0-beta01."],["The `SkippedShipment` class contains two constructors, `SkippedShipment()` and `SkippedShipment(SkippedShipment other)`, to allow for a default constructor as well as one to build an object of `SkippedShipment` from another existing `SkippedShipment` object."]]],[]]