| Name | Type | Description | Notes |
|---|---|---|---|
| Monitor | Pointer to V2Monitor | [optional] | |
| Locations | Pointer to []V2LocationWithAnalytics | The requested locations of the monitor. | [optional] |
func NewV2GetMonitorLocationsResponse() *V2GetMonitorLocationsResponse
NewV2GetMonitorLocationsResponse instantiates a new V2GetMonitorLocationsResponse 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 NewV2GetMonitorLocationsResponseWithDefaults() *V2GetMonitorLocationsResponse
NewV2GetMonitorLocationsResponseWithDefaults instantiates a new V2GetMonitorLocationsResponse 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 *V2GetMonitorLocationsResponse) GetMonitor() V2Monitor
GetMonitor returns the Monitor field if non-nil, zero value otherwise.
func (o *V2GetMonitorLocationsResponse) GetMonitorOk() (*V2Monitor, bool)
GetMonitorOk returns a tuple with the Monitor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2GetMonitorLocationsResponse) SetMonitor(v V2Monitor)
SetMonitor sets Monitor field to given value.
func (o *V2GetMonitorLocationsResponse) HasMonitor() bool
HasMonitor returns a boolean if a field has been set.
func (o *V2GetMonitorLocationsResponse) GetLocations() []V2LocationWithAnalytics
GetLocations returns the Locations field if non-nil, zero value otherwise.
func (o *V2GetMonitorLocationsResponse) GetLocationsOk() (*[]V2LocationWithAnalytics, bool)
GetLocationsOk returns a tuple with the Locations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2GetMonitorLocationsResponse) SetLocations(v []V2LocationWithAnalytics)
SetLocations sets Locations field to given value.
func (o *V2GetMonitorLocationsResponse) HasLocations() bool
HasLocations returns a boolean if a field has been set.