Skip to content

Latest commit

 

History

History
208 lines (111 loc) · 5.99 KB

SystemInfoRuntime.md

File metadata and controls

208 lines (111 loc) · 5.99 KB

SystemInfoRuntime

Properties

Name Type Description Notes
PythonVersion string
Environment string
Architecture string
Platform string
Uname string
OpensslVersion string
OpensslFipsEnabled NullableBool
AuthentikVersion string

Methods

NewSystemInfoRuntime

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

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.

GetOpensslFipsEnabled

func (o *SystemInfoRuntime) GetOpensslFipsEnabled() bool

GetOpensslFipsEnabled returns the OpensslFipsEnabled field if non-nil, zero value otherwise.

GetOpensslFipsEnabledOk

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.

SetOpensslFipsEnabled

func (o *SystemInfoRuntime) SetOpensslFipsEnabled(v bool)

SetOpensslFipsEnabled sets OpensslFipsEnabled field to given value.

SetOpensslFipsEnabledNil

func (o *SystemInfoRuntime) SetOpensslFipsEnabledNil(b bool)

SetOpensslFipsEnabledNil sets the value for OpensslFipsEnabled to be an explicit nil

UnsetOpensslFipsEnabled

func (o *SystemInfoRuntime) UnsetOpensslFipsEnabled()

UnsetOpensslFipsEnabled ensures that no value is present for OpensslFipsEnabled, not even an explicit nil

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]