public sealed class GetCustomTargetTypeRequest : IMessage<GetCustomTargetTypeRequest>, IEquatable<GetCustomTargetTypeRequest>, IDeepCloneable<GetCustomTargetTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class GetCustomTargetTypeRequest.
[[["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 reference documentation for the `GetCustomTargetTypeRequest` class within the Google Cloud Deploy v1 API for .NET."],["The `GetCustomTargetTypeRequest` class is used as a request object for the `GetCustomTargetType` method, as a way to request information about a specific custom target type."],["The page lists various versions of the `GetCustomTargetTypeRequest` class, ranging from version 1.0.0 up to the latest version 3.4.0, with the current version of the document being 2.17.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and contains properties like `CustomTargetTypeName` and `Name` for specifying the target type."],["The class is within the `Google.Cloud.Deploy.V1` namespace, under the assembly `Google.Cloud.Deploy.V1.dll`, and inherits from the base `object` class."]]],[]]