| Name | Type | Description | Notes |
|---|---|---|---|
| ArchiveEntryPath | Pointer to string | Relative path of the entry inside the archive to execute | [optional] |
| ArchivePassword | Pointer to string | Password for an encrypted archive | [optional] |
| ArchiveSha256Hash | Pointer to string | SHA-256 of the archive object to send to the sandbox instead of the analysed binary | [optional] |
| CommandLineArgs | Pointer to string | Command-line arguments passed to the sample when the sandbox launches it | [optional] |
| StartMethod | Pointer to string | How the sandbox launches the sample. Defaults to the sandbox's standard behaviour when omitted. | [optional] |
| Timeout | Pointer to int64 | Maximum sandbox execution time in seconds | [optional] [default to 120] |
func NewTriggerDynamicExecutionInputBody() *TriggerDynamicExecutionInputBody
NewTriggerDynamicExecutionInputBody instantiates a new TriggerDynamicExecutionInputBody 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 NewTriggerDynamicExecutionInputBodyWithDefaults() *TriggerDynamicExecutionInputBody
NewTriggerDynamicExecutionInputBodyWithDefaults instantiates a new TriggerDynamicExecutionInputBody 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 *TriggerDynamicExecutionInputBody) GetArchiveEntryPath() string
GetArchiveEntryPath returns the ArchiveEntryPath field if non-nil, zero value otherwise.
func (o *TriggerDynamicExecutionInputBody) GetArchiveEntryPathOk() (*string, bool)
GetArchiveEntryPathOk returns a tuple with the ArchiveEntryPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TriggerDynamicExecutionInputBody) SetArchiveEntryPath(v string)
SetArchiveEntryPath sets ArchiveEntryPath field to given value.
func (o *TriggerDynamicExecutionInputBody) HasArchiveEntryPath() bool
HasArchiveEntryPath returns a boolean if a field has been set.
func (o *TriggerDynamicExecutionInputBody) GetArchivePassword() string
GetArchivePassword returns the ArchivePassword field if non-nil, zero value otherwise.
func (o *TriggerDynamicExecutionInputBody) GetArchivePasswordOk() (*string, bool)
GetArchivePasswordOk returns a tuple with the ArchivePassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TriggerDynamicExecutionInputBody) SetArchivePassword(v string)
SetArchivePassword sets ArchivePassword field to given value.
func (o *TriggerDynamicExecutionInputBody) HasArchivePassword() bool
HasArchivePassword returns a boolean if a field has been set.
func (o *TriggerDynamicExecutionInputBody) GetArchiveSha256Hash() string
GetArchiveSha256Hash returns the ArchiveSha256Hash field if non-nil, zero value otherwise.
func (o *TriggerDynamicExecutionInputBody) GetArchiveSha256HashOk() (*string, bool)
GetArchiveSha256HashOk returns a tuple with the ArchiveSha256Hash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TriggerDynamicExecutionInputBody) SetArchiveSha256Hash(v string)
SetArchiveSha256Hash sets ArchiveSha256Hash field to given value.
func (o *TriggerDynamicExecutionInputBody) HasArchiveSha256Hash() bool
HasArchiveSha256Hash returns a boolean if a field has been set.
func (o *TriggerDynamicExecutionInputBody) GetCommandLineArgs() string
GetCommandLineArgs returns the CommandLineArgs field if non-nil, zero value otherwise.
func (o *TriggerDynamicExecutionInputBody) GetCommandLineArgsOk() (*string, bool)
GetCommandLineArgsOk returns a tuple with the CommandLineArgs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TriggerDynamicExecutionInputBody) SetCommandLineArgs(v string)
SetCommandLineArgs sets CommandLineArgs field to given value.
func (o *TriggerDynamicExecutionInputBody) HasCommandLineArgs() bool
HasCommandLineArgs returns a boolean if a field has been set.
func (o *TriggerDynamicExecutionInputBody) GetStartMethod() string
GetStartMethod returns the StartMethod field if non-nil, zero value otherwise.
func (o *TriggerDynamicExecutionInputBody) GetStartMethodOk() (*string, bool)
GetStartMethodOk returns a tuple with the StartMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TriggerDynamicExecutionInputBody) SetStartMethod(v string)
SetStartMethod sets StartMethod field to given value.
func (o *TriggerDynamicExecutionInputBody) HasStartMethod() bool
HasStartMethod returns a boolean if a field has been set.
func (o *TriggerDynamicExecutionInputBody) GetTimeout() int64
GetTimeout returns the Timeout field if non-nil, zero value otherwise.
func (o *TriggerDynamicExecutionInputBody) GetTimeoutOk() (*int64, bool)
GetTimeoutOk returns a tuple with the Timeout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TriggerDynamicExecutionInputBody) SetTimeout(v int64)
SetTimeout sets Timeout field to given value.
func (o *TriggerDynamicExecutionInputBody) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.