Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.31 KB

File metadata and controls

82 lines (45 loc) · 2.31 KB

V2CrawlerSitemapInner

Properties

Name Type Description Notes
Url Pointer to string Sitemap URL [optional]
Recursive Pointer to bool Recursively follow sitemap links [optional]

Methods

NewV2CrawlerSitemapInner

func NewV2CrawlerSitemapInner() *V2CrawlerSitemapInner

NewV2CrawlerSitemapInner instantiates a new V2CrawlerSitemapInner 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

NewV2CrawlerSitemapInnerWithDefaults

func NewV2CrawlerSitemapInnerWithDefaults() *V2CrawlerSitemapInner

NewV2CrawlerSitemapInnerWithDefaults instantiates a new V2CrawlerSitemapInner 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

GetUrl

func (o *V2CrawlerSitemapInner) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *V2CrawlerSitemapInner) GetUrlOk() (*string, bool)

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

SetUrl

func (o *V2CrawlerSitemapInner) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *V2CrawlerSitemapInner) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetRecursive

func (o *V2CrawlerSitemapInner) GetRecursive() bool

GetRecursive returns the Recursive field if non-nil, zero value otherwise.

GetRecursiveOk

func (o *V2CrawlerSitemapInner) GetRecursiveOk() (*bool, bool)

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

SetRecursive

func (o *V2CrawlerSitemapInner) SetRecursive(v bool)

SetRecursive sets Recursive field to given value.

HasRecursive

func (o *V2CrawlerSitemapInner) HasRecursive() bool

HasRecursive returns a boolean if a field has been set.

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