Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.8 KB

SystemInsightsSharedFolders.md

File metadata and controls

134 lines (73 loc) · 3.8 KB

SystemInsightsSharedFolders

Properties

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

Methods

NewSystemInsightsSharedFolders

func NewSystemInsightsSharedFolders() *SystemInsightsSharedFolders

NewSystemInsightsSharedFolders instantiates a new SystemInsightsSharedFolders 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

NewSystemInsightsSharedFoldersWithDefaults

func NewSystemInsightsSharedFoldersWithDefaults() *SystemInsightsSharedFolders

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

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

GetCollectionTimeOk

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

SetCollectionTime sets CollectionTime field to given value.

HasCollectionTime

func (o *SystemInsightsSharedFolders) HasCollectionTime() bool

HasCollectionTime returns a boolean if a field has been set.

GetName

func (o *SystemInsightsSharedFolders) GetName() string

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

GetNameOk

func (o *SystemInsightsSharedFolders) 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 *SystemInsightsSharedFolders) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SystemInsightsSharedFolders) HasName() bool

HasName returns a boolean if a field has been set.

GetPath

func (o *SystemInsightsSharedFolders) GetPath() string

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

GetPathOk

func (o *SystemInsightsSharedFolders) 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 *SystemInsightsSharedFolders) SetPath(v string)

SetPath sets Path field to given value.

HasPath

func (o *SystemInsightsSharedFolders) HasPath() bool

HasPath returns a boolean if a field has been set.

GetSystemId

func (o *SystemInsightsSharedFolders) GetSystemId() string

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

GetSystemIdOk

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

SetSystemId sets SystemId field to given value.

HasSystemId

func (o *SystemInsightsSharedFolders) HasSystemId() bool

HasSystemId returns a boolean if a field has been set.

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