public sealed class SkippedShipment : IMessage<SkippedShipment>, IEquatable<SkippedShipment>, IDeepCloneable<SkippedShipment>, IBufferMessage, IMessage
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 page provides documentation for the `SkippedShipment` class within the `Google.Cloud.Optimization.V1` namespace, specifically focusing on version 1.0.0-beta01."],["The `SkippedShipment` class details unperformed shipments in a solution, reporting the reason for skipping them if it can be identified."],["`SkippedShipment` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class includes properties like `Index`, `Label`, and `Reasons`, which provide information about the skipped shipment's position, its corresponding shipment label, and the reasons for it being skipped."],["Multiple versions are available, ranging from 1.0.0-beta01 to the latest version, 2.6.0, each linking to their own corresponding documentation."]]],[]]