Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.99 KB

GetSystemInfo200ResponseDataRudder.md

File metadata and controls

93 lines (50 loc) · 2.99 KB

GetSystemInfo200ResponseDataRudder

Properties

Name Type Description Notes
MajorVersion string
FullVersion string
BuildTime string

Methods

NewGetSystemInfo200ResponseDataRudder

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

NewGetSystemInfo200ResponseDataRudderWithDefaults

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

GetMajorVersion

func (o *GetSystemInfo200ResponseDataRudder) GetMajorVersion() string

GetMajorVersion returns the MajorVersion field if non-nil, zero value otherwise.

GetMajorVersionOk

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.

SetMajorVersion

func (o *GetSystemInfo200ResponseDataRudder) SetMajorVersion(v string)

SetMajorVersion sets MajorVersion field to given value.

GetFullVersion

func (o *GetSystemInfo200ResponseDataRudder) GetFullVersion() string

GetFullVersion returns the FullVersion field if non-nil, zero value otherwise.

GetFullVersionOk

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.

SetFullVersion

func (o *GetSystemInfo200ResponseDataRudder) SetFullVersion(v string)

SetFullVersion sets FullVersion field to given value.

GetBuildTime

func (o *GetSystemInfo200ResponseDataRudder) GetBuildTime() string

GetBuildTime returns the BuildTime field if non-nil, zero value otherwise.

GetBuildTimeOk

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.

SetBuildTime

func (o *GetSystemInfo200ResponseDataRudder) SetBuildTime(v string)

SetBuildTime sets BuildTime field to given value.

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