Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.96 KB

ComputerInventoryCollectionSettings.md

File metadata and controls

134 lines (73 loc) · 4.96 KB

ComputerInventoryCollectionSettings

Properties

Name Type Description Notes
ComputerInventoryCollectionPreferences Pointer to ComputerInventoryCollectionPreferences [optional]
ApplicationPaths Pointer to []AppPath [optional]
FontPaths Pointer to []FontPath [optional]
PluginPaths Pointer to []PluginPath [optional]

Methods

NewComputerInventoryCollectionSettings

func NewComputerInventoryCollectionSettings() *ComputerInventoryCollectionSettings

NewComputerInventoryCollectionSettings instantiates a new ComputerInventoryCollectionSettings 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

NewComputerInventoryCollectionSettingsWithDefaults

func NewComputerInventoryCollectionSettingsWithDefaults() *ComputerInventoryCollectionSettings

NewComputerInventoryCollectionSettingsWithDefaults instantiates a new ComputerInventoryCollectionSettings 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

GetComputerInventoryCollectionPreferences

func (o *ComputerInventoryCollectionSettings) GetComputerInventoryCollectionPreferences() ComputerInventoryCollectionPreferences

GetComputerInventoryCollectionPreferences returns the ComputerInventoryCollectionPreferences field if non-nil, zero value otherwise.

GetComputerInventoryCollectionPreferencesOk

func (o *ComputerInventoryCollectionSettings) GetComputerInventoryCollectionPreferencesOk() (*ComputerInventoryCollectionPreferences, bool)

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

SetComputerInventoryCollectionPreferences

func (o *ComputerInventoryCollectionSettings) SetComputerInventoryCollectionPreferences(v ComputerInventoryCollectionPreferences)

SetComputerInventoryCollectionPreferences sets ComputerInventoryCollectionPreferences field to given value.

HasComputerInventoryCollectionPreferences

func (o *ComputerInventoryCollectionSettings) HasComputerInventoryCollectionPreferences() bool

HasComputerInventoryCollectionPreferences returns a boolean if a field has been set.

GetApplicationPaths

func (o *ComputerInventoryCollectionSettings) GetApplicationPaths() []AppPath

GetApplicationPaths returns the ApplicationPaths field if non-nil, zero value otherwise.

GetApplicationPathsOk

func (o *ComputerInventoryCollectionSettings) GetApplicationPathsOk() (*[]AppPath, bool)

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

SetApplicationPaths

func (o *ComputerInventoryCollectionSettings) SetApplicationPaths(v []AppPath)

SetApplicationPaths sets ApplicationPaths field to given value.

HasApplicationPaths

func (o *ComputerInventoryCollectionSettings) HasApplicationPaths() bool

HasApplicationPaths returns a boolean if a field has been set.

GetFontPaths

func (o *ComputerInventoryCollectionSettings) GetFontPaths() []FontPath

GetFontPaths returns the FontPaths field if non-nil, zero value otherwise.

GetFontPathsOk

func (o *ComputerInventoryCollectionSettings) GetFontPathsOk() (*[]FontPath, bool)

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

SetFontPaths

func (o *ComputerInventoryCollectionSettings) SetFontPaths(v []FontPath)

SetFontPaths sets FontPaths field to given value.

HasFontPaths

func (o *ComputerInventoryCollectionSettings) HasFontPaths() bool

HasFontPaths returns a boolean if a field has been set.

GetPluginPaths

func (o *ComputerInventoryCollectionSettings) GetPluginPaths() []PluginPath

GetPluginPaths returns the PluginPaths field if non-nil, zero value otherwise.

GetPluginPathsOk

func (o *ComputerInventoryCollectionSettings) GetPluginPathsOk() (*[]PluginPath, bool)

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

SetPluginPaths

func (o *ComputerInventoryCollectionSettings) SetPluginPaths(v []PluginPath)

SetPluginPaths sets PluginPaths field to given value.

HasPluginPaths

func (o *ComputerInventoryCollectionSettings) HasPluginPaths() bool

HasPluginPaths returns a boolean if a field has been set.

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