Class GetReleaseRequest (1.1.0)

public sealed class GetReleaseRequest : IMessage<GetReleaseRequest>, IEquatable<GetReleaseRequest>, IDeepCloneable<GetReleaseRequest>, IBufferMessage, IMessage

The request object for GetRelease.

Inheritance

Object > GetReleaseRequest

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

GetReleaseRequest()

public GetReleaseRequest()

GetReleaseRequest(GetReleaseRequest)

public GetReleaseRequest(GetReleaseRequest other)
Parameter
NameDescription
otherGetReleaseRequest

Properties

Name

public string Name { get; set; }

Required. Name of the Release. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}.

Property Value
TypeDescription
String

ReleaseName

public ReleaseName ReleaseName { get; set; }

ReleaseName-typed view over the Name resource name property.

Property Value
TypeDescription
ReleaseName