Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 6.26 KB

SystemInsightsLoggedInUsers.md

File metadata and controls

238 lines (129 loc) · 6.26 KB

SystemInsightsLoggedInUsers

Properties

Name Type Description Notes
CollectionTime Pointer to string [optional]
Host Pointer to string [optional]
Pid Pointer to int32 [optional]
SystemId Pointer to string [optional]
Time Pointer to int32 [optional]
Tty Pointer to string [optional]
Type Pointer to string [optional]
User Pointer to string [optional]

Methods

NewSystemInsightsLoggedInUsers

func NewSystemInsightsLoggedInUsers() *SystemInsightsLoggedInUsers

NewSystemInsightsLoggedInUsers instantiates a new SystemInsightsLoggedInUsers 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

NewSystemInsightsLoggedInUsersWithDefaults

func NewSystemInsightsLoggedInUsersWithDefaults() *SystemInsightsLoggedInUsers

NewSystemInsightsLoggedInUsersWithDefaults instantiates a new SystemInsightsLoggedInUsers 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

GetCollectionTime

func (o *SystemInsightsLoggedInUsers) GetCollectionTime() string

GetCollectionTime returns the CollectionTime field if non-nil, zero value otherwise.

GetCollectionTimeOk

func (o *SystemInsightsLoggedInUsers) GetCollectionTimeOk() (*string, bool)

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

SetCollectionTime

func (o *SystemInsightsLoggedInUsers) SetCollectionTime(v string)

SetCollectionTime sets CollectionTime field to given value.

HasCollectionTime

func (o *SystemInsightsLoggedInUsers) HasCollectionTime() bool

HasCollectionTime returns a boolean if a field has been set.

GetHost

func (o *SystemInsightsLoggedInUsers) GetHost() string

GetHost returns the Host field if non-nil, zero value otherwise.

GetHostOk

func (o *SystemInsightsLoggedInUsers) GetHostOk() (*string, bool)

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

SetHost

func (o *SystemInsightsLoggedInUsers) SetHost(v string)

SetHost sets Host field to given value.

HasHost

func (o *SystemInsightsLoggedInUsers) HasHost() bool

HasHost returns a boolean if a field has been set.

GetPid

func (o *SystemInsightsLoggedInUsers) GetPid() int32

GetPid returns the Pid field if non-nil, zero value otherwise.

GetPidOk

func (o *SystemInsightsLoggedInUsers) GetPidOk() (*int32, bool)

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

SetPid

func (o *SystemInsightsLoggedInUsers) SetPid(v int32)

SetPid sets Pid field to given value.

HasPid

func (o *SystemInsightsLoggedInUsers) HasPid() bool

HasPid returns a boolean if a field has been set.

GetSystemId

func (o *SystemInsightsLoggedInUsers) GetSystemId() string

GetSystemId returns the SystemId field if non-nil, zero value otherwise.

GetSystemIdOk

func (o *SystemInsightsLoggedInUsers) GetSystemIdOk() (*string, bool)

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

SetSystemId

func (o *SystemInsightsLoggedInUsers) SetSystemId(v string)

SetSystemId sets SystemId field to given value.

HasSystemId

func (o *SystemInsightsLoggedInUsers) HasSystemId() bool

HasSystemId returns a boolean if a field has been set.

GetTime

func (o *SystemInsightsLoggedInUsers) GetTime() int32

GetTime returns the Time field if non-nil, zero value otherwise.

GetTimeOk

func (o *SystemInsightsLoggedInUsers) GetTimeOk() (*int32, bool)

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

SetTime

func (o *SystemInsightsLoggedInUsers) SetTime(v int32)

SetTime sets Time field to given value.

HasTime

func (o *SystemInsightsLoggedInUsers) HasTime() bool

HasTime returns a boolean if a field has been set.

GetTty

func (o *SystemInsightsLoggedInUsers) GetTty() string

GetTty returns the Tty field if non-nil, zero value otherwise.

GetTtyOk

func (o *SystemInsightsLoggedInUsers) GetTtyOk() (*string, bool)

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

SetTty

func (o *SystemInsightsLoggedInUsers) SetTty(v string)

SetTty sets Tty field to given value.

HasTty

func (o *SystemInsightsLoggedInUsers) HasTty() bool

HasTty returns a boolean if a field has been set.

GetType

func (o *SystemInsightsLoggedInUsers) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *SystemInsightsLoggedInUsers) GetTypeOk() (*string, bool)

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

SetType

func (o *SystemInsightsLoggedInUsers) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *SystemInsightsLoggedInUsers) HasType() bool

HasType returns a boolean if a field has been set.

GetUser

func (o *SystemInsightsLoggedInUsers) GetUser() string

GetUser returns the User field if non-nil, zero value otherwise.

GetUserOk

func (o *SystemInsightsLoggedInUsers) GetUserOk() (*string, bool)

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

SetUser

func (o *SystemInsightsLoggedInUsers) SetUser(v string)

SetUser sets User field to given value.

HasUser

func (o *SystemInsightsLoggedInUsers) HasUser() bool

HasUser returns a boolean if a field has been set.

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