google_api_monitoring v0.10.0 GoogleApi.Monitoring.V3.Model.NotificationChannelDescriptor View Source
A description of a notification channel. The descriptor includes the properties of the channel and the set of labels or fields that must be specified to configure channels of a given type.
Attributes
description
(type:String.t
, default:nil
) - A human-readable description of the notification channel type. The description may include a description of the properties of the channel and pointers to external documentation.displayName
(type:String.t
, default:nil
) - A human-readable name for the notification channel type. This form of the name is suitable for a user interface.labels
(type:list(GoogleApi.Monitoring.V3.Model.LabelDescriptor.t)
, default:nil
) - The set of labels that must be defined to identify a particular channel of the corresponding type. Each label includes a description for how that field should be populated.name
(type:String.t
, default:nil
) - The full REST resource name for this descriptor. The syntax is: projects/[PROJECT_ID]/notificationChannelDescriptors/[TYPE] In the above, [TYPE] is the value of the type field.supportedTiers
(type:list(String.t)
, default:nil
) - The tiers that support this notification channel; the project service tier must be one of the supported_tiers.type
(type:String.t
, default:nil
) - The type of notification channel, such as "email", "sms", etc. Notification channel types are globally unique.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.