model_notifications

package
v1.0.0-beta.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ModelNotificationsDataSource

func ModelNotificationsDataSource() datasource.DataSource

func ModelNotificationsResource

func ModelNotificationsResource() resource.Resource

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL