| Name | Type | Description | Notes |
|---|---|---|---|
| Protocol | string | ||
| ProtocolOptions | ObjectServiceProtocolOptionsICMPresponse |
func NewObjectServiceProtocolICMPResponse(protocol string, protocolOptions ObjectServiceProtocolOptionsICMPresponse, ) *ObjectServiceProtocolICMPResponse
NewObjectServiceProtocolICMPResponse instantiates a new ObjectServiceProtocolICMPResponse 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 NewObjectServiceProtocolICMPResponseWithDefaults() *ObjectServiceProtocolICMPResponse
NewObjectServiceProtocolICMPResponseWithDefaults instantiates a new ObjectServiceProtocolICMPResponse 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 *ObjectServiceProtocolICMPResponse) GetProtocol() string
GetProtocol returns the Protocol field if non-nil, zero value otherwise.
func (o *ObjectServiceProtocolICMPResponse) GetProtocolOk() (*string, bool)
GetProtocolOk returns a tuple with the Protocol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ObjectServiceProtocolICMPResponse) SetProtocol(v string)
SetProtocol sets Protocol field to given value.
func (o *ObjectServiceProtocolICMPResponse) GetProtocolOptions() ObjectServiceProtocolOptionsICMPresponse
GetProtocolOptions returns the ProtocolOptions field if non-nil, zero value otherwise.
func (o *ObjectServiceProtocolICMPResponse) GetProtocolOptionsOk() (*ObjectServiceProtocolOptionsICMPresponse, bool)
GetProtocolOptionsOk returns a tuple with the ProtocolOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ObjectServiceProtocolICMPResponse) SetProtocolOptions(v ObjectServiceProtocolOptionsICMPresponse)
SetProtocolOptions sets ProtocolOptions field to given value.