google_api_monitoring v0.7.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 (String.t): 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. Defaults to:
null
. - displayName (String.t): A human-readable name for the notification channel type. This form of the name is suitable for a user interface. Defaults to:
null
. - labels ([LabelDescriptor]): 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. Defaults to:
null
. - name (String.t): 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. Defaults to:
null
. supportedTiers ([String.t]): The tiers that support this notification channel; the project service tier must be one of the supported_tiers. Defaults to:
null
.- Enum - one of
- type (String.t): The type of notification channel, such as "email", "sms", etc. Notification channel types are globally unique. Defaults to:
null
.
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.