Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.54 KB

File metadata and controls

82 lines (45 loc) · 2.54 KB

V2CrawlerAssets

Properties

Name Type Description Notes
NetworkIntercept Pointer to V2CrawlerAssetsNetworkIntercept [optional]
Parser Pointer to V2CrawlerAssetsParser [optional]

Methods

NewV2CrawlerAssets

func NewV2CrawlerAssets() *V2CrawlerAssets

NewV2CrawlerAssets instantiates a new V2CrawlerAssets 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

NewV2CrawlerAssetsWithDefaults

func NewV2CrawlerAssetsWithDefaults() *V2CrawlerAssets

NewV2CrawlerAssetsWithDefaults instantiates a new V2CrawlerAssets 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

GetNetworkIntercept

func (o *V2CrawlerAssets) GetNetworkIntercept() V2CrawlerAssetsNetworkIntercept

GetNetworkIntercept returns the NetworkIntercept field if non-nil, zero value otherwise.

GetNetworkInterceptOk

func (o *V2CrawlerAssets) GetNetworkInterceptOk() (*V2CrawlerAssetsNetworkIntercept, bool)

GetNetworkInterceptOk returns a tuple with the NetworkIntercept field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNetworkIntercept

func (o *V2CrawlerAssets) SetNetworkIntercept(v V2CrawlerAssetsNetworkIntercept)

SetNetworkIntercept sets NetworkIntercept field to given value.

HasNetworkIntercept

func (o *V2CrawlerAssets) HasNetworkIntercept() bool

HasNetworkIntercept returns a boolean if a field has been set.

GetParser

func (o *V2CrawlerAssets) GetParser() V2CrawlerAssetsParser

GetParser returns the Parser field if non-nil, zero value otherwise.

GetParserOk

func (o *V2CrawlerAssets) GetParserOk() (*V2CrawlerAssetsParser, bool)

GetParserOk returns a tuple with the Parser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetParser

func (o *V2CrawlerAssets) SetParser(v V2CrawlerAssetsParser)

SetParser sets Parser field to given value.

HasParser

func (o *V2CrawlerAssets) HasParser() bool

HasParser returns a boolean if a field has been set.

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