Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertModelNotificationsModelToData ¶
func ConvertModelNotificationsModelToData(model ModelNotificationsResourceModel) dbt_cloud.ModelNotifications
func ModelNotificationsDataSource ¶
func ModelNotificationsDataSource() datasource.DataSource
Types ¶
type ModelNotificationsDataSourceModel ¶
type ModelNotificationsDataSourceModel struct {
	ID            types.Int64  `tfsdk:"id"`
	EnvironmentID types.String `tfsdk:"environment_id"`
	Enabled       types.Bool   `tfsdk:"enabled"`
	OnSuccess     types.Bool   `tfsdk:"on_success"`
	OnFailure     types.Bool   `tfsdk:"on_failure"`
	OnWarning     types.Bool   `tfsdk:"on_warning"`
	OnSkipped     types.Bool   `tfsdk:"on_skipped"`
}
    type ModelNotificationsResourceModel ¶
type ModelNotificationsResourceModel struct {
	ID            types.String `tfsdk:"id"`
	EnvironmentID types.String `tfsdk:"environment_id"`
	Enabled       types.Bool   `tfsdk:"enabled"`
	OnSuccess     types.Bool   `tfsdk:"on_success"`
	OnFailure     types.Bool   `tfsdk:"on_failure"`
	OnWarning     types.Bool   `tfsdk:"on_warning"`
	OnSkipped     types.Bool   `tfsdk:"on_skipped"`
}
     Click to show internal directories. 
   Click to hide internal directories.