Google Cloud Deploy v1 API - Class GetCustomTargetTypeRequest (2.15.0)

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.

The request object for GetCustomTargetType.

Inheritance

object > GetCustomTargetTypeRequest

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

GetCustomTargetTypeRequest()

public GetCustomTargetTypeRequest()

GetCustomTargetTypeRequest(GetCustomTargetTypeRequest)

public GetCustomTargetTypeRequest(GetCustomTargetTypeRequest other)
Parameter
NameDescription
otherGetCustomTargetTypeRequest

Properties

CustomTargetTypeName

public CustomTargetTypeName CustomTargetTypeName { get; set; }

CustomTargetTypeName-typed view over the Name resource name property.

Property Value
TypeDescription
CustomTargetTypeName

Name

public string Name { get; set; }

Required. Name of the CustomTargetType. Format must be projects/{project_id}/locations/{location_name}/customTargetTypes/{custom_target_type}.

Property Value
TypeDescription
string