Class UpdateNotificationChannelRequest (2.5.0)

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

The UpdateNotificationChannel request.

Inheritance

Object > UpdateNotificationChannelRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

UpdateNotificationChannelRequest()

public UpdateNotificationChannelRequest()

UpdateNotificationChannelRequest(UpdateNotificationChannelRequest)

public UpdateNotificationChannelRequest(UpdateNotificationChannelRequest other)
Parameter
NameDescription
otherUpdateNotificationChannelRequest

Properties

NotificationChannel

public NotificationChannel NotificationChannel { get; set; }

Required. A description of the changes to be applied to the specified notification channel. The description must provide a definition for fields to be updated; the names of these fields should also be included in the update_mask.

Property Value
TypeDescription
NotificationChannel

UpdateMask

public FieldMask UpdateMask { get; set; }

The fields to update.

Property Value
TypeDescription
FieldMask