Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.3 KB

CustomTimezoneWithCodeResponse.md

File metadata and controls

72 lines (39 loc) · 2.3 KB

CustomTimezoneWithCodeResponse

Properties

Name Type Description Notes
STimezoneName string The Name of timezone
SCode string The Code of the time

Methods

NewCustomTimezoneWithCodeResponse

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

NewCustomTimezoneWithCodeResponseWithDefaults

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

GetSTimezoneName

func (o *CustomTimezoneWithCodeResponse) GetSTimezoneName() string

GetSTimezoneName returns the STimezoneName field if non-nil, zero value otherwise.

GetSTimezoneNameOk

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.

SetSTimezoneName

func (o *CustomTimezoneWithCodeResponse) SetSTimezoneName(v string)

SetSTimezoneName sets STimezoneName field to given value.

GetSCode

func (o *CustomTimezoneWithCodeResponse) GetSCode() string

GetSCode returns the SCode field if non-nil, zero value otherwise.

GetSCodeOk

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.

SetSCode

func (o *CustomTimezoneWithCodeResponse) SetSCode(v string)

SetSCode sets SCode field to given value.

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