Telco Automation v1 API - Class DiscardBlueprintChangesRequest (1.0.0)

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

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

Request object for DiscardBlueprintChanges.

Inheritance

object > DiscardBlueprintChangesRequest

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

DiscardBlueprintChangesRequest()

public DiscardBlueprintChangesRequest()

DiscardBlueprintChangesRequest(DiscardBlueprintChangesRequest)

public DiscardBlueprintChangesRequest(DiscardBlueprintChangesRequest other)
Parameter
NameDescription
otherDiscardBlueprintChangesRequest

Properties

BlueprintName

public BlueprintName BlueprintName { get; set; }

BlueprintName-typed view over the Name resource name property.

Property Value
TypeDescription
BlueprintName

Name

public string Name { get; set; }

Required. The name of the blueprint of which changes are being discarded.

Property Value
TypeDescription
string