Name | Type | Description | Notes |
---|---|---|---|
PythonVersion | string | ||
Environment | string | ||
Architecture | string | ||
Platform | string | ||
Uname | string | ||
OpensslVersion | string | ||
OpensslFipsEnabled | NullableBool | ||
AuthentikVersion | string |
func NewSystemInfoRuntime(pythonVersion string, environment string, architecture string, platform string, uname string, opensslVersion string, opensslFipsEnabled NullableBool, 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
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
func (o *SystemInfoRuntime) GetPythonVersion() string
GetPythonVersion returns the PythonVersion field if non-nil, zero value otherwise.
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.
func (o *SystemInfoRuntime) SetPythonVersion(v string)
SetPythonVersion sets PythonVersion field to given value.
func (o *SystemInfoRuntime) GetEnvironment() string
GetEnvironment returns the Environment field if non-nil, zero value otherwise.
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.
func (o *SystemInfoRuntime) SetEnvironment(v string)
SetEnvironment sets Environment field to given value.
func (o *SystemInfoRuntime) GetArchitecture() string
GetArchitecture returns the Architecture field if non-nil, zero value otherwise.
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.
func (o *SystemInfoRuntime) SetArchitecture(v string)
SetArchitecture sets Architecture field to given value.
func (o *SystemInfoRuntime) GetPlatform() string
GetPlatform returns the Platform field if non-nil, zero value otherwise.
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.
func (o *SystemInfoRuntime) SetPlatform(v string)
SetPlatform sets Platform field to given value.
func (o *SystemInfoRuntime) GetUname() string
GetUname returns the Uname field if non-nil, zero value otherwise.
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.
func (o *SystemInfoRuntime) SetUname(v string)
SetUname sets Uname field to given value.
func (o *SystemInfoRuntime) GetOpensslVersion() string
GetOpensslVersion returns the OpensslVersion field if non-nil, zero value otherwise.
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.
func (o *SystemInfoRuntime) SetOpensslVersion(v string)
SetOpensslVersion sets OpensslVersion field to given value.
func (o *SystemInfoRuntime) GetOpensslFipsEnabled() bool
GetOpensslFipsEnabled returns the OpensslFipsEnabled field if non-nil, zero value otherwise.
func (o *SystemInfoRuntime) GetOpensslFipsEnabledOk() (*bool, bool)
GetOpensslFipsEnabledOk returns a tuple with the OpensslFipsEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemInfoRuntime) SetOpensslFipsEnabled(v bool)
SetOpensslFipsEnabled sets OpensslFipsEnabled field to given value.
func (o *SystemInfoRuntime) SetOpensslFipsEnabledNil(b bool)
SetOpensslFipsEnabledNil sets the value for OpensslFipsEnabled to be an explicit nil
func (o *SystemInfoRuntime) UnsetOpensslFipsEnabled()
UnsetOpensslFipsEnabled ensures that no value is present for OpensslFipsEnabled, not even an explicit nil
func (o *SystemInfoRuntime) GetAuthentikVersion() string
GetAuthentikVersion returns the AuthentikVersion field if non-nil, zero value otherwise.
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.
func (o *SystemInfoRuntime) SetAuthentikVersion(v string)
SetAuthentikVersion sets AuthentikVersion field to given value.