Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.18 KB

SystemInsightsIeExtensions.md

File metadata and controls

186 lines (101 loc) · 5.18 KB

SystemInsightsIeExtensions

Properties

Name Type Description Notes
CollectionTime Pointer to string [optional]
Name Pointer to string [optional]
Path Pointer to string [optional]
RegistryPath Pointer to string [optional]
SystemId Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewSystemInsightsIeExtensions

func NewSystemInsightsIeExtensions() *SystemInsightsIeExtensions

NewSystemInsightsIeExtensions instantiates a new SystemInsightsIeExtensions 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

NewSystemInsightsIeExtensionsWithDefaults

func NewSystemInsightsIeExtensionsWithDefaults() *SystemInsightsIeExtensions

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

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

GetCollectionTimeOk

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

SetCollectionTime sets CollectionTime field to given value.

HasCollectionTime

func (o *SystemInsightsIeExtensions) HasCollectionTime() bool

HasCollectionTime returns a boolean if a field has been set.

GetName

func (o *SystemInsightsIeExtensions) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *SystemInsightsIeExtensions) GetNameOk() (*string, bool)

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

SetName

func (o *SystemInsightsIeExtensions) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SystemInsightsIeExtensions) HasName() bool

HasName returns a boolean if a field has been set.

GetPath

func (o *SystemInsightsIeExtensions) GetPath() string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

func (o *SystemInsightsIeExtensions) GetPathOk() (*string, bool)

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

SetPath

func (o *SystemInsightsIeExtensions) SetPath(v string)

SetPath sets Path field to given value.

HasPath

func (o *SystemInsightsIeExtensions) HasPath() bool

HasPath returns a boolean if a field has been set.

GetRegistryPath

func (o *SystemInsightsIeExtensions) GetRegistryPath() string

GetRegistryPath returns the RegistryPath field if non-nil, zero value otherwise.

GetRegistryPathOk

func (o *SystemInsightsIeExtensions) GetRegistryPathOk() (*string, bool)

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

SetRegistryPath

func (o *SystemInsightsIeExtensions) SetRegistryPath(v string)

SetRegistryPath sets RegistryPath field to given value.

HasRegistryPath

func (o *SystemInsightsIeExtensions) HasRegistryPath() bool

HasRegistryPath returns a boolean if a field has been set.

GetSystemId

func (o *SystemInsightsIeExtensions) GetSystemId() string

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

GetSystemIdOk

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

SetSystemId sets SystemId field to given value.

HasSystemId

func (o *SystemInsightsIeExtensions) HasSystemId() bool

HasSystemId returns a boolean if a field has been set.

GetVersion

func (o *SystemInsightsIeExtensions) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *SystemInsightsIeExtensions) 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.

SetVersion

func (o *SystemInsightsIeExtensions) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *SystemInsightsIeExtensions) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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