Telco Automation v1 API - Class UpdateBlueprintRequest (1.2.0)

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

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

Request object for UpdateBlueprint.

Inheritance

object > UpdateBlueprintRequest

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

UpdateBlueprintRequest()

public UpdateBlueprintRequest()

UpdateBlueprintRequest(UpdateBlueprintRequest)

public UpdateBlueprintRequest(UpdateBlueprintRequest other)
Parameter
Name Description
other UpdateBlueprintRequest

Properties

Blueprint

public Blueprint Blueprint { get; set; }

Required. The blueprint to update.

Property Value
Type Description
Blueprint

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Update mask is used to specify the fields to be overwritten in the blueprint resource by the update.

Property Value
Type Description
FieldMask