| Name | Type | Description | Notes |
|---|---|---|---|
| MonitorGuid | string | ||
| IntegrationServiceGuid | string |
func NewIntegrationServiceMap(monitorGuid string, integrationServiceGuid string, ) *IntegrationServiceMap
NewIntegrationServiceMap instantiates a new IntegrationServiceMap 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 NewIntegrationServiceMapWithDefaults() *IntegrationServiceMap
NewIntegrationServiceMapWithDefaults instantiates a new IntegrationServiceMap 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 *IntegrationServiceMap) GetMonitorGuid() string
GetMonitorGuid returns the MonitorGuid field if non-nil, zero value otherwise.
func (o *IntegrationServiceMap) GetMonitorGuidOk() (*string, bool)
GetMonitorGuidOk returns a tuple with the MonitorGuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationServiceMap) SetMonitorGuid(v string)
SetMonitorGuid sets MonitorGuid field to given value.
func (o *IntegrationServiceMap) GetIntegrationServiceGuid() string
GetIntegrationServiceGuid returns the IntegrationServiceGuid field if non-nil, zero value otherwise.
func (o *IntegrationServiceMap) GetIntegrationServiceGuidOk() (*string, bool)
GetIntegrationServiceGuidOk returns a tuple with the IntegrationServiceGuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationServiceMap) SetIntegrationServiceGuid(v string)
SetIntegrationServiceGuid sets IntegrationServiceGuid field to given value.