GoogleApi.CloudBuild.V1.Model.NotifierConfig (google_api_cloud_build v0.35.0) View Source
NotifierConfig is the top-level configuration message.
Attributes
-
apiVersion
(type:String.t
, default:nil
) - The API version of this configuration format. -
kind
(type:String.t
, default:nil
) - The type of notifier to use (e.g. SMTPNotifier). -
metadata
(type:GoogleApi.CloudBuild.V1.Model.NotifierMetadata.t
, default:nil
) - Metadata for referring to/handling/deploying this notifier. -
spec
(type:GoogleApi.CloudBuild.V1.Model.NotifierSpec.t
, default:nil
) - The actual configuration for this 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.NotifierConfig{ apiVersion: String.t() | nil, kind: String.t() | nil, metadata: GoogleApi.CloudBuild.V1.Model.NotifierMetadata.t() | nil, spec: GoogleApi.CloudBuild.V1.Model.NotifierSpec.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.