Name | Type | Description | Notes |
---|---|---|---|
CustomerUUID | string | Customer UUID | [readonly] |
TextTemplate | string | Notification text template | |
TitleTemplate | Pointer to string | Notification title template | [optional] |
Type | string | Channel type |
func NewAlertChannelTemplates(customerUUID string, textTemplate string, type_ string, ) *AlertChannelTemplates
NewAlertChannelTemplates instantiates a new AlertChannelTemplates 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 NewAlertChannelTemplatesWithDefaults() *AlertChannelTemplates
NewAlertChannelTemplatesWithDefaults instantiates a new AlertChannelTemplates 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 *AlertChannelTemplates) GetCustomerUUID() string
GetCustomerUUID returns the CustomerUUID field if non-nil, zero value otherwise.
func (o *AlertChannelTemplates) 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 *AlertChannelTemplates) SetCustomerUUID(v string)
SetCustomerUUID sets CustomerUUID field to given value.
func (o *AlertChannelTemplates) GetTextTemplate() string
GetTextTemplate returns the TextTemplate field if non-nil, zero value otherwise.
func (o *AlertChannelTemplates) 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 *AlertChannelTemplates) SetTextTemplate(v string)
SetTextTemplate sets TextTemplate field to given value.
func (o *AlertChannelTemplates) GetTitleTemplate() string
GetTitleTemplate returns the TitleTemplate field if non-nil, zero value otherwise.
func (o *AlertChannelTemplates) 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 *AlertChannelTemplates) SetTitleTemplate(v string)
SetTitleTemplate sets TitleTemplate field to given value.
func (o *AlertChannelTemplates) HasTitleTemplate() bool
HasTitleTemplate returns a boolean if a field has been set.
func (o *AlertChannelTemplates) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *AlertChannelTemplates) 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 *AlertChannelTemplates) SetType(v string)
SetType sets Type field to given value.