Name | Type | Description | Notes |
---|---|---|---|
AppName | Pointer to NullableString | [optional] | |
InstanceName | Pointer to NullableString | [optional] | |
Version | Pointer to NullableString | [optional] | |
BuildTime | Pointer to time.Time | [optional] | |
IsDebug | Pointer to bool | [optional] | |
IsProduction | Pointer to bool | [optional] | |
IsAdmin | Pointer to bool | [optional] | |
IsUserInteractive | Pointer to bool | [optional] | |
StartupPath | Pointer to NullableString | [optional] | |
AppData | Pointer to NullableString | [optional] | |
OsName | Pointer to NullableString | [optional] | |
OsVersion | Pointer to NullableString | [optional] | |
IsNetCore | Pointer to bool | [optional] | |
IsLinux | Pointer to bool | [optional] | |
IsOsx | Pointer to bool | [optional] | |
IsWindows | Pointer to bool | [optional] | |
IsDocker | Pointer to bool | [optional] | |
Mode | Pointer to RuntimeMode | [optional] | |
Branch | Pointer to NullableString | [optional] | |
Authentication | Pointer to AuthenticationType | [optional] | |
SqliteVersion | Pointer to NullableString | [optional] | |
MigrationVersion | Pointer to int32 | [optional] | |
UrlBase | Pointer to NullableString | [optional] | |
RuntimeVersion | Pointer to NullableString | [optional] | |
RuntimeName | Pointer to NullableString | [optional] | |
StartTime | Pointer to time.Time | [optional] | |
PackageVersion | Pointer to NullableString | [optional] | |
PackageAuthor | Pointer to NullableString | [optional] | |
PackageUpdateMechanism | Pointer to UpdateMechanism | [optional] | |
PackageUpdateMechanismMessage | Pointer to NullableString | [optional] | |
DatabaseVersion | Pointer to NullableString | [optional] | |
DatabaseType | Pointer to DatabaseType | [optional] |
func NewSystemResource() *SystemResource
NewSystemResource instantiates a new SystemResource 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 NewSystemResourceWithDefaults() *SystemResource
NewSystemResourceWithDefaults instantiates a new SystemResource 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 *SystemResource) GetAppName() string
GetAppName returns the AppName field if non-nil, zero value otherwise.
func (o *SystemResource) GetAppNameOk() (*string, bool)
GetAppNameOk returns a tuple with the AppName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetAppName(v string)
SetAppName sets AppName field to given value.
func (o *SystemResource) HasAppName() bool
HasAppName returns a boolean if a field has been set.
func (o *SystemResource) SetAppNameNil(b bool)
SetAppNameNil sets the value for AppName to be an explicit nil
func (o *SystemResource) UnsetAppName()
UnsetAppName ensures that no value is present for AppName, not even an explicit nil
func (o *SystemResource) GetInstanceName() string
GetInstanceName returns the InstanceName field if non-nil, zero value otherwise.
func (o *SystemResource) GetInstanceNameOk() (*string, bool)
GetInstanceNameOk returns a tuple with the InstanceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetInstanceName(v string)
SetInstanceName sets InstanceName field to given value.
func (o *SystemResource) HasInstanceName() bool
HasInstanceName returns a boolean if a field has been set.
func (o *SystemResource) SetInstanceNameNil(b bool)
SetInstanceNameNil sets the value for InstanceName to be an explicit nil
func (o *SystemResource) UnsetInstanceName()
UnsetInstanceName ensures that no value is present for InstanceName, not even an explicit nil
func (o *SystemResource) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *SystemResource) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *SystemResource) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *SystemResource) SetVersionNil(b bool)
SetVersionNil sets the value for Version to be an explicit nil
func (o *SystemResource) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil
func (o *SystemResource) GetBuildTime() time.Time
GetBuildTime returns the BuildTime field if non-nil, zero value otherwise.
func (o *SystemResource) GetBuildTimeOk() (*time.Time, 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 *SystemResource) SetBuildTime(v time.Time)
SetBuildTime sets BuildTime field to given value.
func (o *SystemResource) HasBuildTime() bool
HasBuildTime returns a boolean if a field has been set.
func (o *SystemResource) GetIsDebug() bool
GetIsDebug returns the IsDebug field if non-nil, zero value otherwise.
func (o *SystemResource) GetIsDebugOk() (*bool, bool)
GetIsDebugOk returns a tuple with the IsDebug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetIsDebug(v bool)
SetIsDebug sets IsDebug field to given value.
func (o *SystemResource) HasIsDebug() bool
HasIsDebug returns a boolean if a field has been set.
func (o *SystemResource) GetIsProduction() bool
GetIsProduction returns the IsProduction field if non-nil, zero value otherwise.
func (o *SystemResource) GetIsProductionOk() (*bool, bool)
GetIsProductionOk returns a tuple with the IsProduction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetIsProduction(v bool)
SetIsProduction sets IsProduction field to given value.
func (o *SystemResource) HasIsProduction() bool
HasIsProduction returns a boolean if a field has been set.
func (o *SystemResource) GetIsAdmin() bool
GetIsAdmin returns the IsAdmin field if non-nil, zero value otherwise.
func (o *SystemResource) GetIsAdminOk() (*bool, bool)
GetIsAdminOk returns a tuple with the IsAdmin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetIsAdmin(v bool)
SetIsAdmin sets IsAdmin field to given value.
func (o *SystemResource) HasIsAdmin() bool
HasIsAdmin returns a boolean if a field has been set.
func (o *SystemResource) GetIsUserInteractive() bool
GetIsUserInteractive returns the IsUserInteractive field if non-nil, zero value otherwise.
func (o *SystemResource) GetIsUserInteractiveOk() (*bool, bool)
GetIsUserInteractiveOk returns a tuple with the IsUserInteractive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetIsUserInteractive(v bool)
SetIsUserInteractive sets IsUserInteractive field to given value.
func (o *SystemResource) HasIsUserInteractive() bool
HasIsUserInteractive returns a boolean if a field has been set.
func (o *SystemResource) GetStartupPath() string
GetStartupPath returns the StartupPath field if non-nil, zero value otherwise.
func (o *SystemResource) GetStartupPathOk() (*string, bool)
GetStartupPathOk returns a tuple with the StartupPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetStartupPath(v string)
SetStartupPath sets StartupPath field to given value.
func (o *SystemResource) HasStartupPath() bool
HasStartupPath returns a boolean if a field has been set.
func (o *SystemResource) SetStartupPathNil(b bool)
SetStartupPathNil sets the value for StartupPath to be an explicit nil
func (o *SystemResource) UnsetStartupPath()
UnsetStartupPath ensures that no value is present for StartupPath, not even an explicit nil
func (o *SystemResource) GetAppData() string
GetAppData returns the AppData field if non-nil, zero value otherwise.
func (o *SystemResource) GetAppDataOk() (*string, bool)
GetAppDataOk returns a tuple with the AppData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetAppData(v string)
SetAppData sets AppData field to given value.
func (o *SystemResource) HasAppData() bool
HasAppData returns a boolean if a field has been set.
func (o *SystemResource) SetAppDataNil(b bool)
SetAppDataNil sets the value for AppData to be an explicit nil
func (o *SystemResource) UnsetAppData()
UnsetAppData ensures that no value is present for AppData, not even an explicit nil
func (o *SystemResource) GetOsName() string
GetOsName returns the OsName field if non-nil, zero value otherwise.
func (o *SystemResource) GetOsNameOk() (*string, bool)
GetOsNameOk returns a tuple with the OsName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetOsName(v string)
SetOsName sets OsName field to given value.
func (o *SystemResource) HasOsName() bool
HasOsName returns a boolean if a field has been set.
func (o *SystemResource) SetOsNameNil(b bool)
SetOsNameNil sets the value for OsName to be an explicit nil
func (o *SystemResource) UnsetOsName()
UnsetOsName ensures that no value is present for OsName, not even an explicit nil
func (o *SystemResource) GetOsVersion() string
GetOsVersion returns the OsVersion field if non-nil, zero value otherwise.
func (o *SystemResource) GetOsVersionOk() (*string, bool)
GetOsVersionOk returns a tuple with the OsVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetOsVersion(v string)
SetOsVersion sets OsVersion field to given value.
func (o *SystemResource) HasOsVersion() bool
HasOsVersion returns a boolean if a field has been set.
func (o *SystemResource) SetOsVersionNil(b bool)
SetOsVersionNil sets the value for OsVersion to be an explicit nil
func (o *SystemResource) UnsetOsVersion()
UnsetOsVersion ensures that no value is present for OsVersion, not even an explicit nil
func (o *SystemResource) GetIsNetCore() bool
GetIsNetCore returns the IsNetCore field if non-nil, zero value otherwise.
func (o *SystemResource) GetIsNetCoreOk() (*bool, bool)
GetIsNetCoreOk returns a tuple with the IsNetCore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetIsNetCore(v bool)
SetIsNetCore sets IsNetCore field to given value.
func (o *SystemResource) HasIsNetCore() bool
HasIsNetCore returns a boolean if a field has been set.
func (o *SystemResource) GetIsLinux() bool
GetIsLinux returns the IsLinux field if non-nil, zero value otherwise.
func (o *SystemResource) GetIsLinuxOk() (*bool, bool)
GetIsLinuxOk returns a tuple with the IsLinux field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetIsLinux(v bool)
SetIsLinux sets IsLinux field to given value.
func (o *SystemResource) HasIsLinux() bool
HasIsLinux returns a boolean if a field has been set.
func (o *SystemResource) GetIsOsx() bool
GetIsOsx returns the IsOsx field if non-nil, zero value otherwise.
func (o *SystemResource) GetIsOsxOk() (*bool, bool)
GetIsOsxOk returns a tuple with the IsOsx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetIsOsx(v bool)
SetIsOsx sets IsOsx field to given value.
func (o *SystemResource) HasIsOsx() bool
HasIsOsx returns a boolean if a field has been set.
func (o *SystemResource) GetIsWindows() bool
GetIsWindows returns the IsWindows field if non-nil, zero value otherwise.
func (o *SystemResource) GetIsWindowsOk() (*bool, bool)
GetIsWindowsOk returns a tuple with the IsWindows field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetIsWindows(v bool)
SetIsWindows sets IsWindows field to given value.
func (o *SystemResource) HasIsWindows() bool
HasIsWindows returns a boolean if a field has been set.
func (o *SystemResource) GetIsDocker() bool
GetIsDocker returns the IsDocker field if non-nil, zero value otherwise.
func (o *SystemResource) GetIsDockerOk() (*bool, bool)
GetIsDockerOk returns a tuple with the IsDocker field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetIsDocker(v bool)
SetIsDocker sets IsDocker field to given value.
func (o *SystemResource) HasIsDocker() bool
HasIsDocker returns a boolean if a field has been set.
func (o *SystemResource) GetMode() RuntimeMode
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *SystemResource) GetModeOk() (*RuntimeMode, bool)
GetModeOk returns a tuple with the Mode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetMode(v RuntimeMode)
SetMode sets Mode field to given value.
func (o *SystemResource) HasMode() bool
HasMode returns a boolean if a field has been set.
func (o *SystemResource) GetBranch() string
GetBranch returns the Branch field if non-nil, zero value otherwise.
func (o *SystemResource) GetBranchOk() (*string, bool)
GetBranchOk returns a tuple with the Branch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetBranch(v string)
SetBranch sets Branch field to given value.
func (o *SystemResource) HasBranch() bool
HasBranch returns a boolean if a field has been set.
func (o *SystemResource) SetBranchNil(b bool)
SetBranchNil sets the value for Branch to be an explicit nil
func (o *SystemResource) UnsetBranch()
UnsetBranch ensures that no value is present for Branch, not even an explicit nil
func (o *SystemResource) GetAuthentication() AuthenticationType
GetAuthentication returns the Authentication field if non-nil, zero value otherwise.
func (o *SystemResource) GetAuthenticationOk() (*AuthenticationType, bool)
GetAuthenticationOk returns a tuple with the Authentication field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetAuthentication(v AuthenticationType)
SetAuthentication sets Authentication field to given value.
func (o *SystemResource) HasAuthentication() bool
HasAuthentication returns a boolean if a field has been set.
func (o *SystemResource) GetSqliteVersion() string
GetSqliteVersion returns the SqliteVersion field if non-nil, zero value otherwise.
func (o *SystemResource) GetSqliteVersionOk() (*string, bool)
GetSqliteVersionOk returns a tuple with the SqliteVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetSqliteVersion(v string)
SetSqliteVersion sets SqliteVersion field to given value.
func (o *SystemResource) HasSqliteVersion() bool
HasSqliteVersion returns a boolean if a field has been set.
func (o *SystemResource) SetSqliteVersionNil(b bool)
SetSqliteVersionNil sets the value for SqliteVersion to be an explicit nil
func (o *SystemResource) UnsetSqliteVersion()
UnsetSqliteVersion ensures that no value is present for SqliteVersion, not even an explicit nil
func (o *SystemResource) GetMigrationVersion() int32
GetMigrationVersion returns the MigrationVersion field if non-nil, zero value otherwise.
func (o *SystemResource) GetMigrationVersionOk() (*int32, bool)
GetMigrationVersionOk returns a tuple with the MigrationVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetMigrationVersion(v int32)
SetMigrationVersion sets MigrationVersion field to given value.
func (o *SystemResource) HasMigrationVersion() bool
HasMigrationVersion returns a boolean if a field has been set.
func (o *SystemResource) GetUrlBase() string
GetUrlBase returns the UrlBase field if non-nil, zero value otherwise.
func (o *SystemResource) GetUrlBaseOk() (*string, bool)
GetUrlBaseOk returns a tuple with the UrlBase field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetUrlBase(v string)
SetUrlBase sets UrlBase field to given value.
func (o *SystemResource) HasUrlBase() bool
HasUrlBase returns a boolean if a field has been set.
func (o *SystemResource) SetUrlBaseNil(b bool)
SetUrlBaseNil sets the value for UrlBase to be an explicit nil
func (o *SystemResource) UnsetUrlBase()
UnsetUrlBase ensures that no value is present for UrlBase, not even an explicit nil
func (o *SystemResource) GetRuntimeVersion() string
GetRuntimeVersion returns the RuntimeVersion field if non-nil, zero value otherwise.
func (o *SystemResource) GetRuntimeVersionOk() (*string, bool)
GetRuntimeVersionOk returns a tuple with the RuntimeVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetRuntimeVersion(v string)
SetRuntimeVersion sets RuntimeVersion field to given value.
func (o *SystemResource) HasRuntimeVersion() bool
HasRuntimeVersion returns a boolean if a field has been set.
func (o *SystemResource) SetRuntimeVersionNil(b bool)
SetRuntimeVersionNil sets the value for RuntimeVersion to be an explicit nil
func (o *SystemResource) UnsetRuntimeVersion()
UnsetRuntimeVersion ensures that no value is present for RuntimeVersion, not even an explicit nil
func (o *SystemResource) GetRuntimeName() string
GetRuntimeName returns the RuntimeName field if non-nil, zero value otherwise.
func (o *SystemResource) GetRuntimeNameOk() (*string, bool)
GetRuntimeNameOk returns a tuple with the RuntimeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetRuntimeName(v string)
SetRuntimeName sets RuntimeName field to given value.
func (o *SystemResource) HasRuntimeName() bool
HasRuntimeName returns a boolean if a field has been set.
func (o *SystemResource) SetRuntimeNameNil(b bool)
SetRuntimeNameNil sets the value for RuntimeName to be an explicit nil
func (o *SystemResource) UnsetRuntimeName()
UnsetRuntimeName ensures that no value is present for RuntimeName, not even an explicit nil
func (o *SystemResource) GetStartTime() time.Time
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *SystemResource) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetStartTime(v time.Time)
SetStartTime sets StartTime field to given value.
func (o *SystemResource) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (o *SystemResource) GetPackageVersion() string
GetPackageVersion returns the PackageVersion field if non-nil, zero value otherwise.
func (o *SystemResource) GetPackageVersionOk() (*string, bool)
GetPackageVersionOk returns a tuple with the PackageVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetPackageVersion(v string)
SetPackageVersion sets PackageVersion field to given value.
func (o *SystemResource) HasPackageVersion() bool
HasPackageVersion returns a boolean if a field has been set.
func (o *SystemResource) SetPackageVersionNil(b bool)
SetPackageVersionNil sets the value for PackageVersion to be an explicit nil
func (o *SystemResource) UnsetPackageVersion()
UnsetPackageVersion ensures that no value is present for PackageVersion, not even an explicit nil
func (o *SystemResource) GetPackageAuthor() string
GetPackageAuthor returns the PackageAuthor field if non-nil, zero value otherwise.
func (o *SystemResource) GetPackageAuthorOk() (*string, bool)
GetPackageAuthorOk returns a tuple with the PackageAuthor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetPackageAuthor(v string)
SetPackageAuthor sets PackageAuthor field to given value.
func (o *SystemResource) HasPackageAuthor() bool
HasPackageAuthor returns a boolean if a field has been set.
func (o *SystemResource) SetPackageAuthorNil(b bool)
SetPackageAuthorNil sets the value for PackageAuthor to be an explicit nil
func (o *SystemResource) UnsetPackageAuthor()
UnsetPackageAuthor ensures that no value is present for PackageAuthor, not even an explicit nil
func (o *SystemResource) GetPackageUpdateMechanism() UpdateMechanism
GetPackageUpdateMechanism returns the PackageUpdateMechanism field if non-nil, zero value otherwise.
func (o *SystemResource) GetPackageUpdateMechanismOk() (*UpdateMechanism, bool)
GetPackageUpdateMechanismOk returns a tuple with the PackageUpdateMechanism field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetPackageUpdateMechanism(v UpdateMechanism)
SetPackageUpdateMechanism sets PackageUpdateMechanism field to given value.
func (o *SystemResource) HasPackageUpdateMechanism() bool
HasPackageUpdateMechanism returns a boolean if a field has been set.
func (o *SystemResource) GetPackageUpdateMechanismMessage() string
GetPackageUpdateMechanismMessage returns the PackageUpdateMechanismMessage field if non-nil, zero value otherwise.
func (o *SystemResource) GetPackageUpdateMechanismMessageOk() (*string, bool)
GetPackageUpdateMechanismMessageOk returns a tuple with the PackageUpdateMechanismMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetPackageUpdateMechanismMessage(v string)
SetPackageUpdateMechanismMessage sets PackageUpdateMechanismMessage field to given value.
func (o *SystemResource) HasPackageUpdateMechanismMessage() bool
HasPackageUpdateMechanismMessage returns a boolean if a field has been set.
func (o *SystemResource) SetPackageUpdateMechanismMessageNil(b bool)
SetPackageUpdateMechanismMessageNil sets the value for PackageUpdateMechanismMessage to be an explicit nil
func (o *SystemResource) UnsetPackageUpdateMechanismMessage()
UnsetPackageUpdateMechanismMessage ensures that no value is present for PackageUpdateMechanismMessage, not even an explicit nil
func (o *SystemResource) GetDatabaseVersion() string
GetDatabaseVersion returns the DatabaseVersion field if non-nil, zero value otherwise.
func (o *SystemResource) GetDatabaseVersionOk() (*string, bool)
GetDatabaseVersionOk returns a tuple with the DatabaseVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetDatabaseVersion(v string)
SetDatabaseVersion sets DatabaseVersion field to given value.
func (o *SystemResource) HasDatabaseVersion() bool
HasDatabaseVersion returns a boolean if a field has been set.
func (o *SystemResource) SetDatabaseVersionNil(b bool)
SetDatabaseVersionNil sets the value for DatabaseVersion to be an explicit nil
func (o *SystemResource) UnsetDatabaseVersion()
UnsetDatabaseVersion ensures that no value is present for DatabaseVersion, not even an explicit nil
func (o *SystemResource) GetDatabaseType() DatabaseType
GetDatabaseType returns the DatabaseType field if non-nil, zero value otherwise.
func (o *SystemResource) GetDatabaseTypeOk() (*DatabaseType, bool)
GetDatabaseTypeOk returns a tuple with the DatabaseType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemResource) SetDatabaseType(v DatabaseType)
SetDatabaseType sets DatabaseType field to given value.
func (o *SystemResource) HasDatabaseType() bool
HasDatabaseType returns a boolean if a field has been set.