| Name | Type | Description | Notes |
|---|---|---|---|
| Enabled | Pointer to bool | Enable network intercept | [optional] |
| Timeout | Pointer to int32 | Request timeout in seconds | [optional] |
| ExecuteJs | Pointer to bool | Execute JavaScript during asset collection | [optional] |
func NewV2CrawlerAssetsNetworkIntercept() *V2CrawlerAssetsNetworkIntercept
NewV2CrawlerAssetsNetworkIntercept instantiates a new V2CrawlerAssetsNetworkIntercept 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 NewV2CrawlerAssetsNetworkInterceptWithDefaults() *V2CrawlerAssetsNetworkIntercept
NewV2CrawlerAssetsNetworkInterceptWithDefaults instantiates a new V2CrawlerAssetsNetworkIntercept 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 *V2CrawlerAssetsNetworkIntercept) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *V2CrawlerAssetsNetworkIntercept) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2CrawlerAssetsNetworkIntercept) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *V2CrawlerAssetsNetworkIntercept) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *V2CrawlerAssetsNetworkIntercept) GetTimeout() int32
GetTimeout returns the Timeout field if non-nil, zero value otherwise.
func (o *V2CrawlerAssetsNetworkIntercept) GetTimeoutOk() (*int32, 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 *V2CrawlerAssetsNetworkIntercept) SetTimeout(v int32)
SetTimeout sets Timeout field to given value.
func (o *V2CrawlerAssetsNetworkIntercept) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.
func (o *V2CrawlerAssetsNetworkIntercept) GetExecuteJs() bool
GetExecuteJs returns the ExecuteJs field if non-nil, zero value otherwise.
func (o *V2CrawlerAssetsNetworkIntercept) GetExecuteJsOk() (*bool, bool)
GetExecuteJsOk returns a tuple with the ExecuteJs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V2CrawlerAssetsNetworkIntercept) SetExecuteJs(v bool)
SetExecuteJs sets ExecuteJs field to given value.
func (o *V2CrawlerAssetsNetworkIntercept) HasExecuteJs() bool
HasExecuteJs returns a boolean if a field has been set.