Name | Type | Description | Notes |
---|---|---|---|
MajorVersion | string | ||
FullVersion | string | ||
BuildTime | string |
func NewGetSystemInfo200ResponseDataRudder(majorVersion string, fullVersion string, buildTime string, ) *GetSystemInfo200ResponseDataRudder
NewGetSystemInfo200ResponseDataRudder instantiates a new GetSystemInfo200ResponseDataRudder 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 NewGetSystemInfo200ResponseDataRudderWithDefaults() *GetSystemInfo200ResponseDataRudder
NewGetSystemInfo200ResponseDataRudderWithDefaults instantiates a new GetSystemInfo200ResponseDataRudder 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 *GetSystemInfo200ResponseDataRudder) GetMajorVersion() string
GetMajorVersion returns the MajorVersion field if non-nil, zero value otherwise.
func (o *GetSystemInfo200ResponseDataRudder) GetMajorVersionOk() (*string, bool)
GetMajorVersionOk returns a tuple with the MajorVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSystemInfo200ResponseDataRudder) SetMajorVersion(v string)
SetMajorVersion sets MajorVersion field to given value.
func (o *GetSystemInfo200ResponseDataRudder) GetFullVersion() string
GetFullVersion returns the FullVersion field if non-nil, zero value otherwise.
func (o *GetSystemInfo200ResponseDataRudder) GetFullVersionOk() (*string, bool)
GetFullVersionOk returns a tuple with the FullVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSystemInfo200ResponseDataRudder) SetFullVersion(v string)
SetFullVersion sets FullVersion field to given value.
func (o *GetSystemInfo200ResponseDataRudder) GetBuildTime() string
GetBuildTime returns the BuildTime field if non-nil, zero value otherwise.
func (o *GetSystemInfo200ResponseDataRudder) GetBuildTimeOk() (*string, bool)
GetBuildTimeOk returns a tuple with the BuildTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSystemInfo200ResponseDataRudder) SetBuildTime(v string)
SetBuildTime sets BuildTime field to given value.