Skip to content

Latest commit

 

History

History
198 lines (105 loc) · 5.57 KB

SystemInfoRuntime.md

File metadata and controls

198 lines (105 loc) · 5.57 KB

SystemInfoRuntime

Properties

Name Type Description Notes
PythonVersion string
Environment string
Architecture string
Platform string
Uname string
OpensslVersion string
OpensslFipsMode bool
AuthentikVersion string

Methods

NewSystemInfoRuntime

func NewSystemInfoRuntime(pythonVersion string, environment string, architecture string, platform string, uname string, opensslVersion string, opensslFipsMode bool, authentikVersion string, ) *SystemInfoRuntime

NewSystemInfoRuntime instantiates a new SystemInfoRuntime 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

NewSystemInfoRuntimeWithDefaults

func NewSystemInfoRuntimeWithDefaults() *SystemInfoRuntime

NewSystemInfoRuntimeWithDefaults instantiates a new SystemInfoRuntime 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

GetPythonVersion

func (o *SystemInfoRuntime) GetPythonVersion() string

GetPythonVersion returns the PythonVersion field if non-nil, zero value otherwise.

GetPythonVersionOk

func (o *SystemInfoRuntime) GetPythonVersionOk() (*string, bool)

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

SetPythonVersion

func (o *SystemInfoRuntime) SetPythonVersion(v string)

SetPythonVersion sets PythonVersion field to given value.

GetEnvironment

func (o *SystemInfoRuntime) GetEnvironment() string

GetEnvironment returns the Environment field if non-nil, zero value otherwise.

GetEnvironmentOk

func (o *SystemInfoRuntime) GetEnvironmentOk() (*string, bool)

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

SetEnvironment

func (o *SystemInfoRuntime) SetEnvironment(v string)

SetEnvironment sets Environment field to given value.

GetArchitecture

func (o *SystemInfoRuntime) GetArchitecture() string

GetArchitecture returns the Architecture field if non-nil, zero value otherwise.

GetArchitectureOk

func (o *SystemInfoRuntime) GetArchitectureOk() (*string, bool)

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

SetArchitecture

func (o *SystemInfoRuntime) SetArchitecture(v string)

SetArchitecture sets Architecture field to given value.

GetPlatform

func (o *SystemInfoRuntime) GetPlatform() string

GetPlatform returns the Platform field if non-nil, zero value otherwise.

GetPlatformOk

func (o *SystemInfoRuntime) GetPlatformOk() (*string, bool)

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

SetPlatform

func (o *SystemInfoRuntime) SetPlatform(v string)

SetPlatform sets Platform field to given value.

GetUname

func (o *SystemInfoRuntime) GetUname() string

GetUname returns the Uname field if non-nil, zero value otherwise.

GetUnameOk

func (o *SystemInfoRuntime) GetUnameOk() (*string, bool)

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

SetUname

func (o *SystemInfoRuntime) SetUname(v string)

SetUname sets Uname field to given value.

GetOpensslVersion

func (o *SystemInfoRuntime) GetOpensslVersion() string

GetOpensslVersion returns the OpensslVersion field if non-nil, zero value otherwise.

GetOpensslVersionOk

func (o *SystemInfoRuntime) GetOpensslVersionOk() (*string, bool)

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

SetOpensslVersion

func (o *SystemInfoRuntime) SetOpensslVersion(v string)

SetOpensslVersion sets OpensslVersion field to given value.

GetOpensslFipsMode

func (o *SystemInfoRuntime) GetOpensslFipsMode() bool

GetOpensslFipsMode returns the OpensslFipsMode field if non-nil, zero value otherwise.

GetOpensslFipsModeOk

func (o *SystemInfoRuntime) GetOpensslFipsModeOk() (*bool, bool)

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

SetOpensslFipsMode

func (o *SystemInfoRuntime) SetOpensslFipsMode(v bool)

SetOpensslFipsMode sets OpensslFipsMode field to given value.

GetAuthentikVersion

func (o *SystemInfoRuntime) GetAuthentikVersion() string

GetAuthentikVersion returns the AuthentikVersion field if non-nil, zero value otherwise.

GetAuthentikVersionOk

func (o *SystemInfoRuntime) GetAuthentikVersionOk() (*string, bool)

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

SetAuthentikVersion

func (o *SystemInfoRuntime) SetAuthentikVersion(v string)

SetAuthentikVersion sets AuthentikVersion field to given value.

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