Name | Type | Description | Notes |
---|---|---|---|
Command | Pointer to []string | [optional] |
func NewProbeTypeExec() *ProbeTypeExec
NewProbeTypeExec instantiates a new ProbeTypeExec 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 NewProbeTypeExecWithDefaults() *ProbeTypeExec
NewProbeTypeExecWithDefaults instantiates a new ProbeTypeExec 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 *ProbeTypeExec) GetCommand() []string
GetCommand returns the Command field if non-nil, zero value otherwise.
func (o *ProbeTypeExec) GetCommandOk() (*[]string, bool)
GetCommandOk returns a tuple with the Command field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProbeTypeExec) SetCommand(v []string)
SetCommand sets Command field to given value.
func (o *ProbeTypeExec) HasCommand() bool
HasCommand returns a boolean if a field has been set.