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 document provides reference documentation for the `GetCustomTargetTypeRequest` class within the Google Cloud Deploy v1 API."],["The latest version of this API is 3.4.0, and this document details information for version 3.0.0, among other available versions from 1.0.0 onwards."],["`GetCustomTargetTypeRequest` is the request object used to retrieve a custom target type and is derived from several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `GetCustomTargetTypeRequest` class includes properties such as `Name` (a string) and `CustomTargetTypeName`, representing the resource name and its associated typed view respectively, both are required."],["The class contains two different constructors: a default one `GetCustomTargetTypeRequest()` and one to duplicate an existing instance `GetCustomTargetTypeRequest(GetCustomTargetTypeRequest other)`."]]],[]]