public sealed class RejectBlueprintRequest : IMessage<RejectBlueprintRequest>, IEquatable<RejectBlueprintRequest>, IDeepCloneable<RejectBlueprintRequest>, IBufferMessage, IMessageReference documentation and code samples for the Telco Automation v1 API class RejectBlueprintRequest.
Request object for RejectBlueprint.
Implements
IMessageRejectBlueprintRequest, IEquatableRejectBlueprintRequest, IDeepCloneableRejectBlueprintRequest, IBufferMessage, IMessageNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
RejectBlueprintRequest()
public RejectBlueprintRequest()RejectBlueprintRequest(RejectBlueprintRequest)
public RejectBlueprintRequest(RejectBlueprintRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RejectBlueprintRequest |
Properties
BlueprintName
public BlueprintName BlueprintName { get; set; }BlueprintName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
BlueprintName |
|
Name
public string Name { get; set; }Required. The name of the blueprint being rejected.
| Property Value | |
|---|---|
| Type | Description |
string |
|