Name | Type | Description | Notes |
---|---|---|---|
Service | Pointer to NullableString | [optional] | |
Port | Pointer to int32 | [optional] |
func NewProbeTypeGrpc() *ProbeTypeGrpc
NewProbeTypeGrpc instantiates a new ProbeTypeGrpc 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 NewProbeTypeGrpcWithDefaults() *ProbeTypeGrpc
NewProbeTypeGrpcWithDefaults instantiates a new ProbeTypeGrpc 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 *ProbeTypeGrpc) GetService() string
GetService returns the Service field if non-nil, zero value otherwise.
func (o *ProbeTypeGrpc) 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 *ProbeTypeGrpc) SetService(v string)
SetService sets Service field to given value.
func (o *ProbeTypeGrpc) HasService() bool
HasService returns a boolean if a field has been set.
func (o *ProbeTypeGrpc) SetServiceNil(b bool)
SetServiceNil sets the value for Service to be an explicit nil
func (o *ProbeTypeGrpc) UnsetService()
UnsetService ensures that no value is present for Service, not even an explicit nil
func (o *ProbeTypeGrpc) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *ProbeTypeGrpc) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProbeTypeGrpc) SetPort(v int32)
SetPort sets Port field to given value.
func (o *ProbeTypeGrpc) HasPort() bool
HasPort returns a boolean if a field has been set.