Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.29 KB

SystemInsightsAlfExplicitAuths.md

File metadata and controls

108 lines (59 loc) · 3.29 KB

SystemInsightsAlfExplicitAuths

Properties

Name Type Description Notes
CollectionTime Pointer to string [optional]
Process Pointer to string [optional]
SystemId Pointer to string [optional]

Methods

NewSystemInsightsAlfExplicitAuths

func NewSystemInsightsAlfExplicitAuths() *SystemInsightsAlfExplicitAuths

NewSystemInsightsAlfExplicitAuths instantiates a new SystemInsightsAlfExplicitAuths 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

NewSystemInsightsAlfExplicitAuthsWithDefaults

func NewSystemInsightsAlfExplicitAuthsWithDefaults() *SystemInsightsAlfExplicitAuths

NewSystemInsightsAlfExplicitAuthsWithDefaults instantiates a new SystemInsightsAlfExplicitAuths 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 *SystemInsightsAlfExplicitAuths) GetCollectionTime() string

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

GetCollectionTimeOk

func (o *SystemInsightsAlfExplicitAuths) 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 *SystemInsightsAlfExplicitAuths) SetCollectionTime(v string)

SetCollectionTime sets CollectionTime field to given value.

HasCollectionTime

func (o *SystemInsightsAlfExplicitAuths) HasCollectionTime() bool

HasCollectionTime returns a boolean if a field has been set.

GetProcess

func (o *SystemInsightsAlfExplicitAuths) GetProcess() string

GetProcess returns the Process field if non-nil, zero value otherwise.

GetProcessOk

func (o *SystemInsightsAlfExplicitAuths) GetProcessOk() (*string, bool)

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

SetProcess

func (o *SystemInsightsAlfExplicitAuths) SetProcess(v string)

SetProcess sets Process field to given value.

HasProcess

func (o *SystemInsightsAlfExplicitAuths) HasProcess() bool

HasProcess returns a boolean if a field has been set.

GetSystemId

func (o *SystemInsightsAlfExplicitAuths) GetSystemId() string

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

GetSystemIdOk

func (o *SystemInsightsAlfExplicitAuths) 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 *SystemInsightsAlfExplicitAuths) SetSystemId(v string)

SetSystemId sets SystemId field to given value.

HasSystemId

func (o *SystemInsightsAlfExplicitAuths) HasSystemId() bool

HasSystemId returns a boolean if a field has been set.

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