Name | Type | Description | Notes |
---|---|---|---|
STimezoneName | string | The Name of timezone | |
SCode | string | The Code of the time |
func NewCustomTimezoneWithCodeResponse(sTimezoneName string, sCode string, ) *CustomTimezoneWithCodeResponse
NewCustomTimezoneWithCodeResponse instantiates a new CustomTimezoneWithCodeResponse 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 NewCustomTimezoneWithCodeResponseWithDefaults() *CustomTimezoneWithCodeResponse
NewCustomTimezoneWithCodeResponseWithDefaults instantiates a new CustomTimezoneWithCodeResponse 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 *CustomTimezoneWithCodeResponse) GetSTimezoneName() string
GetSTimezoneName returns the STimezoneName field if non-nil, zero value otherwise.
func (o *CustomTimezoneWithCodeResponse) GetSTimezoneNameOk() (*string, bool)
GetSTimezoneNameOk returns a tuple with the STimezoneName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomTimezoneWithCodeResponse) SetSTimezoneName(v string)
SetSTimezoneName sets STimezoneName field to given value.
func (o *CustomTimezoneWithCodeResponse) GetSCode() string
GetSCode returns the SCode field if non-nil, zero value otherwise.
func (o *CustomTimezoneWithCodeResponse) GetSCodeOk() (*string, bool)
GetSCodeOk returns a tuple with the SCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomTimezoneWithCodeResponse) SetSCode(v string)
SetSCode sets SCode field to given value.