Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.29 KB

File metadata and controls

108 lines (59 loc) · 3.29 KB

V2CrawlerAssetsNetworkIntercept

Properties

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]

Methods

NewV2CrawlerAssetsNetworkIntercept

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

NewV2CrawlerAssetsNetworkInterceptWithDefaults

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

GetEnabled

func (o *V2CrawlerAssetsNetworkIntercept) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

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.

SetEnabled

func (o *V2CrawlerAssetsNetworkIntercept) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *V2CrawlerAssetsNetworkIntercept) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetTimeout

func (o *V2CrawlerAssetsNetworkIntercept) GetTimeout() int32

GetTimeout returns the Timeout field if non-nil, zero value otherwise.

GetTimeoutOk

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.

SetTimeout

func (o *V2CrawlerAssetsNetworkIntercept) SetTimeout(v int32)

SetTimeout sets Timeout field to given value.

HasTimeout

func (o *V2CrawlerAssetsNetworkIntercept) HasTimeout() bool

HasTimeout returns a boolean if a field has been set.

GetExecuteJs

func (o *V2CrawlerAssetsNetworkIntercept) GetExecuteJs() bool

GetExecuteJs returns the ExecuteJs field if non-nil, zero value otherwise.

GetExecuteJsOk

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.

SetExecuteJs

func (o *V2CrawlerAssetsNetworkIntercept) SetExecuteJs(v bool)

SetExecuteJs sets ExecuteJs field to given value.

HasExecuteJs

func (o *V2CrawlerAssetsNetworkIntercept) HasExecuteJs() bool

HasExecuteJs returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]