Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NotificationSettingResourceModel ¶
type NotificationSettingResourceModel struct {
ID types.Int64 `tfsdk:"id"`
Name types.String `tfsdk:"name"`
Description types.String `tfsdk:"description"`
Channels []NotificationSettingChannelModel `tfsdk:"channels"`
Rules []NotificationSettingRuleModel `tfsdk:"rules"`
}
Click to show internal directories.
Click to hide internal directories.