Name | Type | Description | Notes |
---|---|---|---|
Application | Pointer to string | Filter services by the application custom tag. | [optional] |
Service | Pointer to string | Show only the specific service and its connections to other services. | [optional] |
ShowRemoteServices | Pointer to bool | Show remote services, like databases or external calls, automatically detected in client traffic. | [optional] |
func NewServiceMapPanelAllOf() *ServiceMapPanelAllOf
NewServiceMapPanelAllOf instantiates a new ServiceMapPanelAllOf 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 NewServiceMapPanelAllOfWithDefaults() *ServiceMapPanelAllOf
NewServiceMapPanelAllOfWithDefaults instantiates a new ServiceMapPanelAllOf 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 *ServiceMapPanelAllOf) GetApplication() string
GetApplication returns the Application field if non-nil, zero value otherwise.
func (o *ServiceMapPanelAllOf) GetApplicationOk() (*string, bool)
GetApplicationOk returns a tuple with the Application field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceMapPanelAllOf) SetApplication(v string)
SetApplication sets Application field to given value.
func (o *ServiceMapPanelAllOf) HasApplication() bool
HasApplication returns a boolean if a field has been set.
func (o *ServiceMapPanelAllOf) GetService() string
GetService returns the Service field if non-nil, zero value otherwise.
func (o *ServiceMapPanelAllOf) GetServiceOk() (*string, bool)
GetServiceOk returns a tuple with the Service field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceMapPanelAllOf) SetService(v string)
SetService sets Service field to given value.
func (o *ServiceMapPanelAllOf) HasService() bool
HasService returns a boolean if a field has been set.
func (o *ServiceMapPanelAllOf) GetShowRemoteServices() bool
GetShowRemoteServices returns the ShowRemoteServices field if non-nil, zero value otherwise.
func (o *ServiceMapPanelAllOf) GetShowRemoteServicesOk() (*bool, bool)
GetShowRemoteServicesOk returns a tuple with the ShowRemoteServices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceMapPanelAllOf) SetShowRemoteServices(v bool)
SetShowRemoteServices sets ShowRemoteServices field to given value.
func (o *ServiceMapPanelAllOf) HasShowRemoteServices() bool
HasShowRemoteServices returns a boolean if a field has been set.