Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.07 KB

MultilingualNotificationtestName.md

File metadata and controls

82 lines (45 loc) · 3.07 KB

MultilingualNotificationtestName

Properties

Name Type Description Notes
SNotificationtestName1 Pointer to string The name of the Notificationtest in French [optional]
SNotificationtestName2 Pointer to string The name of the Notificationtest in English [optional]

Methods

NewMultilingualNotificationtestName

func NewMultilingualNotificationtestName() *MultilingualNotificationtestName

NewMultilingualNotificationtestName instantiates a new MultilingualNotificationtestName 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

NewMultilingualNotificationtestNameWithDefaults

func NewMultilingualNotificationtestNameWithDefaults() *MultilingualNotificationtestName

NewMultilingualNotificationtestNameWithDefaults instantiates a new MultilingualNotificationtestName 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

GetSNotificationtestName1

func (o *MultilingualNotificationtestName) GetSNotificationtestName1() string

GetSNotificationtestName1 returns the SNotificationtestName1 field if non-nil, zero value otherwise.

GetSNotificationtestName1Ok

func (o *MultilingualNotificationtestName) GetSNotificationtestName1Ok() (*string, bool)

GetSNotificationtestName1Ok returns a tuple with the SNotificationtestName1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSNotificationtestName1

func (o *MultilingualNotificationtestName) SetSNotificationtestName1(v string)

SetSNotificationtestName1 sets SNotificationtestName1 field to given value.

HasSNotificationtestName1

func (o *MultilingualNotificationtestName) HasSNotificationtestName1() bool

HasSNotificationtestName1 returns a boolean if a field has been set.

GetSNotificationtestName2

func (o *MultilingualNotificationtestName) GetSNotificationtestName2() string

GetSNotificationtestName2 returns the SNotificationtestName2 field if non-nil, zero value otherwise.

GetSNotificationtestName2Ok

func (o *MultilingualNotificationtestName) GetSNotificationtestName2Ok() (*string, bool)

GetSNotificationtestName2Ok returns a tuple with the SNotificationtestName2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSNotificationtestName2

func (o *MultilingualNotificationtestName) SetSNotificationtestName2(v string)

SetSNotificationtestName2 sets SNotificationtestName2 field to given value.

HasSNotificationtestName2

func (o *MultilingualNotificationtestName) HasSNotificationtestName2() bool

HasSNotificationtestName2 returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]