Telco Automation v1 API - Class RejectBlueprintRequest (1.2.0)

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

Reference documentation and code samples for the Telco Automation v1 API class RejectBlueprintRequest.

Request object for RejectBlueprint.

Inheritance

object > RejectBlueprintRequest

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

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