Google Cloud Monitoring v3 API - Class GetNotificationChannelRequest (3.7.0)

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

Reference documentation and code samples for the Google Cloud Monitoring v3 API class GetNotificationChannelRequest.

The GetNotificationChannel request.

Inheritance

object > GetNotificationChannelRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

GetNotificationChannelRequest()

public GetNotificationChannelRequest()

GetNotificationChannelRequest(GetNotificationChannelRequest)

public GetNotificationChannelRequest(GetNotificationChannelRequest other)
Parameter
NameDescription
otherGetNotificationChannelRequest

Properties

Name

public string Name { get; set; }

Required. The channel for which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
Property Value
TypeDescription
string

NotificationChannelName

public NotificationChannelName NotificationChannelName { get; set; }

NotificationChannelName-typed view over the Name resource name property.

Property Value
TypeDescription
NotificationChannelName

ResourceName

public IResourceName ResourceName { get; set; }

IResourceName-typed view over the Name resource name property.

Property Value
TypeDescription
IResourceName