| Name | Type | Description | Notes |
|---|---|---|---|
| Query | string | ||
| Alias | Pointer to string | [optional] | |
| ComponentIdentifierTemplate | Pointer to string | [optional] |
func NewMonitorCheckStatusQuery(query string, ) *MonitorCheckStatusQuery
NewMonitorCheckStatusQuery instantiates a new MonitorCheckStatusQuery 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
func NewMonitorCheckStatusQueryWithDefaults() *MonitorCheckStatusQuery
NewMonitorCheckStatusQueryWithDefaults instantiates a new MonitorCheckStatusQuery 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
func (o *MonitorCheckStatusQuery) GetQuery() string
GetQuery returns the Query field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusQuery) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckStatusQuery) SetQuery(v string)
SetQuery sets Query field to given value.
func (o *MonitorCheckStatusQuery) GetAlias() string
GetAlias returns the Alias field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusQuery) GetAliasOk() (*string, bool)
GetAliasOk returns a tuple with the Alias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckStatusQuery) SetAlias(v string)
SetAlias sets Alias field to given value.
func (o *MonitorCheckStatusQuery) HasAlias() bool
HasAlias returns a boolean if a field has been set.
func (o *MonitorCheckStatusQuery) GetComponentIdentifierTemplate() string
GetComponentIdentifierTemplate returns the ComponentIdentifierTemplate field if non-nil, zero value otherwise.
func (o *MonitorCheckStatusQuery) GetComponentIdentifierTemplateOk() (*string, bool)
GetComponentIdentifierTemplateOk returns a tuple with the ComponentIdentifierTemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckStatusQuery) SetComponentIdentifierTemplate(v string)
SetComponentIdentifierTemplate sets ComponentIdentifierTemplate field to given value.
func (o *MonitorCheckStatusQuery) HasComponentIdentifierTemplate() bool
HasComponentIdentifierTemplate returns a boolean if a field has been set.