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 covers the `SkippedShipment` class within the Google Cloud Optimization v1 API, providing reference information and code samples."],["The `SkippedShipment` class details unperformed shipments in a solution, including reasons for being skipped, and is inherited from the base `Object` class."],["It is implemented by multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Index`, `Label`, and `Reasons`, which help describe why a shipment was skipped."],["It comes with two constructors: a parameterless constructor and one that takes a `SkippedShipment` object as input, and has versions that range from 1.0.0-beta01 to 2.6.0."]]],[]]