| Name | Type | Description | Notes |
|---|---|---|---|
| CustomerUUID | string | Customer UUID | [readonly] |
| DefaultTextTemplate | Pointer to string | Default text template | [optional] |
| DefaultTitleTemplate | Pointer to string | Default title template | [optional] |
| TextTemplate | string | Notification text template | |
| TitleTemplate | Pointer to string | Notification title template | [optional] |
| Type | string | Channel type |
func NewAlertChannelTemplatesExtWithDefaultValues(customerUUID string, textTemplate string, type_ string, ) *AlertChannelTemplatesExtWithDefaultValues
NewAlertChannelTemplatesExtWithDefaultValues instantiates a new AlertChannelTemplatesExtWithDefaultValues object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAlertChannelTemplatesExtWithDefaultValuesWithDefaults() *AlertChannelTemplatesExtWithDefaultValues
NewAlertChannelTemplatesExtWithDefaultValuesWithDefaults instantiates a new AlertChannelTemplatesExtWithDefaultValues object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *AlertChannelTemplatesExtWithDefaultValues) GetCustomerUUID() string
GetCustomerUUID returns the CustomerUUID field if non-nil, zero value otherwise.
func (o *AlertChannelTemplatesExtWithDefaultValues) GetCustomerUUIDOk() (*string, bool)
GetCustomerUUIDOk returns a tuple with the CustomerUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertChannelTemplatesExtWithDefaultValues) SetCustomerUUID(v string)
SetCustomerUUID sets CustomerUUID field to given value.
func (o *AlertChannelTemplatesExtWithDefaultValues) GetDefaultTextTemplate() string
GetDefaultTextTemplate returns the DefaultTextTemplate field if non-nil, zero value otherwise.
func (o *AlertChannelTemplatesExtWithDefaultValues) GetDefaultTextTemplateOk() (*string, bool)
GetDefaultTextTemplateOk returns a tuple with the DefaultTextTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertChannelTemplatesExtWithDefaultValues) SetDefaultTextTemplate(v string)
SetDefaultTextTemplate sets DefaultTextTemplate field to given value.
func (o *AlertChannelTemplatesExtWithDefaultValues) HasDefaultTextTemplate() bool
HasDefaultTextTemplate returns a boolean if a field has been set.
func (o *AlertChannelTemplatesExtWithDefaultValues) GetDefaultTitleTemplate() string
GetDefaultTitleTemplate returns the DefaultTitleTemplate field if non-nil, zero value otherwise.
func (o *AlertChannelTemplatesExtWithDefaultValues) GetDefaultTitleTemplateOk() (*string, bool)
GetDefaultTitleTemplateOk returns a tuple with the DefaultTitleTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertChannelTemplatesExtWithDefaultValues) SetDefaultTitleTemplate(v string)
SetDefaultTitleTemplate sets DefaultTitleTemplate field to given value.
func (o *AlertChannelTemplatesExtWithDefaultValues) HasDefaultTitleTemplate() bool
HasDefaultTitleTemplate returns a boolean if a field has been set.
func (o *AlertChannelTemplatesExtWithDefaultValues) GetTextTemplate() string
GetTextTemplate returns the TextTemplate field if non-nil, zero value otherwise.
func (o *AlertChannelTemplatesExtWithDefaultValues) GetTextTemplateOk() (*string, bool)
GetTextTemplateOk returns a tuple with the TextTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertChannelTemplatesExtWithDefaultValues) SetTextTemplate(v string)
SetTextTemplate sets TextTemplate field to given value.
func (o *AlertChannelTemplatesExtWithDefaultValues) GetTitleTemplate() string
GetTitleTemplate returns the TitleTemplate field if non-nil, zero value otherwise.
func (o *AlertChannelTemplatesExtWithDefaultValues) GetTitleTemplateOk() (*string, bool)
GetTitleTemplateOk returns a tuple with the TitleTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertChannelTemplatesExtWithDefaultValues) SetTitleTemplate(v string)
SetTitleTemplate sets TitleTemplate field to given value.
func (o *AlertChannelTemplatesExtWithDefaultValues) HasTitleTemplate() bool
HasTitleTemplate returns a boolean if a field has been set.
func (o *AlertChannelTemplatesExtWithDefaultValues) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *AlertChannelTemplatesExtWithDefaultValues) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertChannelTemplatesExtWithDefaultValues) SetType(v string)
SetType sets Type field to given value.