public sealed class GetDeploymentEventRequest : IMessage<GetDeploymentEventRequest>, IEquatable<GetDeploymentEventRequest>, IDeepCloneable<GetDeploymentEventRequest>, IBufferMessage, IMessageReference documentation and code samples for the Developer Connect v1 API class GetDeploymentEventRequest.
Request for getting a DeploymentEvent.
Implements
IMessageGetDeploymentEventRequest, IEquatableGetDeploymentEventRequest, IDeepCloneableGetDeploymentEventRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
GetDeploymentEventRequest()
public GetDeploymentEventRequest()GetDeploymentEventRequest(GetDeploymentEventRequest)
public GetDeploymentEventRequest(GetDeploymentEventRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetDeploymentEventRequest |
Properties
DeploymentEventName
public DeploymentEventName DeploymentEventName { get; set; }DeploymentEventName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DeploymentEventName |
|
Name
public string Name { get; set; }Required. The name of the deployment event to retrieve. Format: projects/{project}/locations/{location}/insightsConfigs/{insights_config}/deploymentEvents/{uuid}
| Property Value | |
|---|---|
| Type | Description |
string |
|