Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.24 KB

MonitorsLibraryItemWithPath.md

File metadata and controls

72 lines (39 loc) · 2.24 KB

MonitorsLibraryItemWithPath

Properties

Name Type Description Notes
Item MonitorsLibraryBaseResponse
Path string Path of the monitor or folder.

Methods

NewMonitorsLibraryItemWithPath

func NewMonitorsLibraryItemWithPath(item MonitorsLibraryBaseResponse, path string, ) *MonitorsLibraryItemWithPath

NewMonitorsLibraryItemWithPath instantiates a new MonitorsLibraryItemWithPath 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

NewMonitorsLibraryItemWithPathWithDefaults

func NewMonitorsLibraryItemWithPathWithDefaults() *MonitorsLibraryItemWithPath

NewMonitorsLibraryItemWithPathWithDefaults instantiates a new MonitorsLibraryItemWithPath 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

GetItem

func (o *MonitorsLibraryItemWithPath) GetItem() MonitorsLibraryBaseResponse

GetItem returns the Item field if non-nil, zero value otherwise.

GetItemOk

func (o *MonitorsLibraryItemWithPath) GetItemOk() (*MonitorsLibraryBaseResponse, bool)

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

SetItem

func (o *MonitorsLibraryItemWithPath) SetItem(v MonitorsLibraryBaseResponse)

SetItem sets Item field to given value.

GetPath

func (o *MonitorsLibraryItemWithPath) GetPath() string

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

GetPathOk

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

SetPath sets Path field to given value.

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