public sealed class CustomTargetDeployMetadata : IMessage<CustomTargetDeployMetadata>, IEquatable<CustomTargetDeployMetadata>, IDeepCloneable<CustomTargetDeployMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CustomTargetDeployMetadata.
CustomTargetDeployMetadata contains information from a Custom Target
deploy operation.
[[["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."],[[["This webpage provides documentation for the `CustomTargetDeployMetadata` class within the Google Cloud Deploy v1 API for .NET."],["The latest version documented is 3.4.0, and the page includes versions back to 1.0.0, including the current version displayed on the page, 2.11.0."],["`CustomTargetDeployMetadata` is a class that contains information from a Custom Target deploy operation and inherits from the `object` class while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `SkipMessage` property of type `string`, which is output only, providing a message from a custom deploy operation."],["There are two listed constructors, a default one `CustomTargetDeployMetadata()` and one that accepts another `CustomTargetDeployMetadata` object as a parameter, `CustomTargetDeployMetadata(CustomTargetDeployMetadata other)`."]]],[]]