Skip to content

Latest commit

 

History

History
140 lines (75 loc) · 3.75 KB

File metadata and controls

140 lines (75 loc) · 3.75 KB

MonitorCheckStatusComponent

Properties

Name Type Description Notes
Id int64
Identifier string
Name string
Type string
Icon Pointer to string [optional]

Methods

NewMonitorCheckStatusComponent

func NewMonitorCheckStatusComponent(id int64, identifier string, name string, type_ string, ) *MonitorCheckStatusComponent

NewMonitorCheckStatusComponent instantiates a new MonitorCheckStatusComponent 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

NewMonitorCheckStatusComponentWithDefaults

func NewMonitorCheckStatusComponentWithDefaults() *MonitorCheckStatusComponent

NewMonitorCheckStatusComponentWithDefaults instantiates a new MonitorCheckStatusComponent 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

GetId

func (o *MonitorCheckStatusComponent) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *MonitorCheckStatusComponent) GetIdOk() (*int64, bool)

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

SetId

func (o *MonitorCheckStatusComponent) SetId(v int64)

SetId sets Id field to given value.

GetIdentifier

func (o *MonitorCheckStatusComponent) GetIdentifier() string

GetIdentifier returns the Identifier field if non-nil, zero value otherwise.

GetIdentifierOk

func (o *MonitorCheckStatusComponent) GetIdentifierOk() (*string, bool)

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

SetIdentifier

func (o *MonitorCheckStatusComponent) SetIdentifier(v string)

SetIdentifier sets Identifier field to given value.

GetName

func (o *MonitorCheckStatusComponent) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

GetType

func (o *MonitorCheckStatusComponent) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *MonitorCheckStatusComponent) GetTypeOk() (*string, bool)

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

SetType

func (o *MonitorCheckStatusComponent) SetType(v string)

SetType sets Type field to given value.

GetIcon

func (o *MonitorCheckStatusComponent) GetIcon() string

GetIcon returns the Icon field if non-nil, zero value otherwise.

GetIconOk

func (o *MonitorCheckStatusComponent) GetIconOk() (*string, bool)

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

SetIcon

func (o *MonitorCheckStatusComponent) SetIcon(v string)

SetIcon sets Icon field to given value.

HasIcon

func (o *MonitorCheckStatusComponent) HasIcon() bool

HasIcon returns a boolean if a field has been set.

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