Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.32 KB

File metadata and controls

72 lines (39 loc) · 2.32 KB

IntegrationServiceMap

Properties

Name Type Description Notes
MonitorGuid string
IntegrationServiceGuid string

Methods

NewIntegrationServiceMap

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

NewIntegrationServiceMapWithDefaults

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

GetMonitorGuid

func (o *IntegrationServiceMap) GetMonitorGuid() string

GetMonitorGuid returns the MonitorGuid field if non-nil, zero value otherwise.

GetMonitorGuidOk

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.

SetMonitorGuid

func (o *IntegrationServiceMap) SetMonitorGuid(v string)

SetMonitorGuid sets MonitorGuid field to given value.

GetIntegrationServiceGuid

func (o *IntegrationServiceMap) GetIntegrationServiceGuid() string

GetIntegrationServiceGuid returns the IntegrationServiceGuid field if non-nil, zero value otherwise.

GetIntegrationServiceGuidOk

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.

SetIntegrationServiceGuid

func (o *IntegrationServiceMap) SetIntegrationServiceGuid(v string)

SetIntegrationServiceGuid sets IntegrationServiceGuid field to given value.

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