Name | Type | Description | Notes |
---|---|---|---|
Proto | string | ||
ConnectionUri | string |
func NewNetworkService(proto string, connectionUri string, ) *NetworkService
NewNetworkService instantiates a new NetworkService 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 NewNetworkServiceWithDefaults() *NetworkService
NewNetworkServiceWithDefaults instantiates a new NetworkService 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 *NetworkService) GetProto() string
GetProto returns the Proto field if non-nil, zero value otherwise.
func (o *NetworkService) GetProtoOk() (*string, bool)
GetProtoOk returns a tuple with the Proto field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkService) SetProto(v string)
SetProto sets Proto field to given value.
func (o *NetworkService) GetConnectionUri() string
GetConnectionUri returns the ConnectionUri field if non-nil, zero value otherwise.
func (o *NetworkService) GetConnectionUriOk() (*string, bool)
GetConnectionUriOk returns a tuple with the ConnectionUri field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NetworkService) SetConnectionUri(v string)
SetConnectionUri sets ConnectionUri field to given value.