Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 2.39 KB

ProbeTypeGrpc.md

File metadata and controls

92 lines (51 loc) · 2.39 KB

ProbeTypeGrpc

Properties

Name Type Description Notes
Service Pointer to NullableString [optional]
Port Pointer to int32 [optional]

Methods

NewProbeTypeGrpc

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

NewProbeTypeGrpcWithDefaults

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

GetService

func (o *ProbeTypeGrpc) GetService() string

GetService returns the Service field if non-nil, zero value otherwise.

GetServiceOk

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.

SetService

func (o *ProbeTypeGrpc) SetService(v string)

SetService sets Service field to given value.

HasService

func (o *ProbeTypeGrpc) HasService() bool

HasService returns a boolean if a field has been set.

SetServiceNil

func (o *ProbeTypeGrpc) SetServiceNil(b bool)

SetServiceNil sets the value for Service to be an explicit nil

UnsetService

func (o *ProbeTypeGrpc) UnsetService()

UnsetService ensures that no value is present for Service, not even an explicit nil

GetPort

func (o *ProbeTypeGrpc) GetPort() int32

GetPort returns the Port field if non-nil, zero value otherwise.

GetPortOk

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.

SetPort

func (o *ProbeTypeGrpc) SetPort(v int32)

SetPort sets Port field to given value.

HasPort

func (o *ProbeTypeGrpc) HasPort() bool

HasPort returns a boolean if a field has been set.

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