Class UpdateServiceLevelObjectiveRequest (3.0.0)

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

The UpdateServiceLevelObjective request.

Inheritance

Object > UpdateServiceLevelObjectiveRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

UpdateServiceLevelObjectiveRequest()

public UpdateServiceLevelObjectiveRequest()

UpdateServiceLevelObjectiveRequest(UpdateServiceLevelObjectiveRequest)

public UpdateServiceLevelObjectiveRequest(UpdateServiceLevelObjectiveRequest other)
Parameter
NameDescription
otherUpdateServiceLevelObjectiveRequest

Properties

ServiceLevelObjective

public ServiceLevelObjective ServiceLevelObjective { get; set; }

Required. The ServiceLevelObjective to draw updates from. The given name specifies the resource to update.

Property Value
TypeDescription
ServiceLevelObjective

UpdateMask

public FieldMask UpdateMask { get; set; }

A set of field paths defining which fields to use for the update.

Property Value
TypeDescription
FieldMask