GoogleApi.CloudBuild.V1.Model.NotifierSpec (google_api_cloud_build v0.35.0) View Source
NotifierSpec is the configuration container for notifications.
Attributes
-
notification
(type:GoogleApi.CloudBuild.V1.Model.Notification.t
, default:nil
) - The configuration of this particular notifier. -
secrets
(type:list(GoogleApi.CloudBuild.V1.Model.NotifierSecret.t)
, default:nil
) - Configurations for secret resources used by this particular notifier.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudBuild.V1.Model.NotifierSpec{ notification: GoogleApi.CloudBuild.V1.Model.Notification.t() | nil, secrets: [GoogleApi.CloudBuild.V1.Model.NotifierSecret.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.