Name | Type | Description | Notes |
---|---|---|---|
Key | Pointer to string | The template notification key. | [optional] |
Medium | Pointer to string | The notification medium. Has to be one of the following enum values. | [optional] |
Context | Pointer to map[string]interface{} | A Json object that denotes the context specific to the template. | [optional] |
func NewSendTestNotificationRequestDto() *SendTestNotificationRequestDto
NewSendTestNotificationRequestDto instantiates a new SendTestNotificationRequestDto 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 NewSendTestNotificationRequestDtoWithDefaults() *SendTestNotificationRequestDto
NewSendTestNotificationRequestDtoWithDefaults instantiates a new SendTestNotificationRequestDto 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 *SendTestNotificationRequestDto) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *SendTestNotificationRequestDto) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SendTestNotificationRequestDto) SetKey(v string)
SetKey sets Key field to given value.
func (o *SendTestNotificationRequestDto) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *SendTestNotificationRequestDto) GetMedium() string
GetMedium returns the Medium field if non-nil, zero value otherwise.
func (o *SendTestNotificationRequestDto) GetMediumOk() (*string, bool)
GetMediumOk returns a tuple with the Medium field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SendTestNotificationRequestDto) SetMedium(v string)
SetMedium sets Medium field to given value.
func (o *SendTestNotificationRequestDto) HasMedium() bool
HasMedium returns a boolean if a field has been set.
func (o *SendTestNotificationRequestDto) GetContext() map[string]interface{}
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *SendTestNotificationRequestDto) GetContextOk() (*map[string]interface{}, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SendTestNotificationRequestDto) SetContext(v map[string]interface{})
SetContext sets Context field to given value.
func (o *SendTestNotificationRequestDto) HasContext() bool
HasContext returns a boolean if a field has been set.