Skip to content

Latest commit

 

History

History
473 lines (262 loc) · 14.9 KB

SitemapScrapeRequest.md

File metadata and controls

473 lines (262 loc) · 14.9 KB

SitemapScrapeRequest

Properties

Name Type Description Notes
Tags Pointer to map[string]Tags1 [optional] [default to {}]
Url string
MaxPagesToScrape Pointer to NullableInt32 [optional]
ChunkSize Pointer to NullableInt32 [optional] [default to 1500]
ChunkOverlap Pointer to NullableInt32 [optional] [default to 20]
SkipEmbeddingGeneration Pointer to NullableBool [optional] [default to false]
EnableAutoSync Pointer to NullableBool [optional] [default to false]
GenerateSparseVectors Pointer to NullableBool [optional] [default to false]
PrependFilenameToChunks Pointer to NullableBool [optional] [default to false]
HtmlTagsToSkip Pointer to []string [optional] [default to []]
CssClassesToSkip Pointer to []string [optional] [default to []]
CssSelectorsToSkip Pointer to []string [optional] [default to []]
EmbeddingModel Pointer to EmbeddingGenerators [optional]

Methods

NewSitemapScrapeRequest

func NewSitemapScrapeRequest(url string, ) *SitemapScrapeRequest

NewSitemapScrapeRequest instantiates a new SitemapScrapeRequest 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

NewSitemapScrapeRequestWithDefaults

func NewSitemapScrapeRequestWithDefaults() *SitemapScrapeRequest

NewSitemapScrapeRequestWithDefaults instantiates a new SitemapScrapeRequest 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

GetTags

func (o *SitemapScrapeRequest) GetTags() map[string]Tags1

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *SitemapScrapeRequest) GetTagsOk() (*map[string]Tags1, bool)

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

SetTags

func (o *SitemapScrapeRequest) SetTags(v map[string]Tags1)

SetTags sets Tags field to given value.

HasTags

func (o *SitemapScrapeRequest) HasTags() bool

HasTags returns a boolean if a field has been set.

SetTagsNil

func (o *SitemapScrapeRequest) SetTagsNil(b bool)

SetTagsNil sets the value for Tags to be an explicit nil

UnsetTags

func (o *SitemapScrapeRequest) UnsetTags()

UnsetTags ensures that no value is present for Tags, not even an explicit nil

GetUrl

func (o *SitemapScrapeRequest) GetUrl() string

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

GetUrlOk

func (o *SitemapScrapeRequest) 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 *SitemapScrapeRequest) SetUrl(v string)

SetUrl sets Url field to given value.

GetMaxPagesToScrape

func (o *SitemapScrapeRequest) GetMaxPagesToScrape() int32

GetMaxPagesToScrape returns the MaxPagesToScrape field if non-nil, zero value otherwise.

GetMaxPagesToScrapeOk

func (o *SitemapScrapeRequest) GetMaxPagesToScrapeOk() (*int32, bool)

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

SetMaxPagesToScrape

func (o *SitemapScrapeRequest) SetMaxPagesToScrape(v int32)

SetMaxPagesToScrape sets MaxPagesToScrape field to given value.

HasMaxPagesToScrape

func (o *SitemapScrapeRequest) HasMaxPagesToScrape() bool

HasMaxPagesToScrape returns a boolean if a field has been set.

SetMaxPagesToScrapeNil

func (o *SitemapScrapeRequest) SetMaxPagesToScrapeNil(b bool)

SetMaxPagesToScrapeNil sets the value for MaxPagesToScrape to be an explicit nil

UnsetMaxPagesToScrape

func (o *SitemapScrapeRequest) UnsetMaxPagesToScrape()

UnsetMaxPagesToScrape ensures that no value is present for MaxPagesToScrape, not even an explicit nil

GetChunkSize

func (o *SitemapScrapeRequest) GetChunkSize() int32

GetChunkSize returns the ChunkSize field if non-nil, zero value otherwise.

GetChunkSizeOk

func (o *SitemapScrapeRequest) GetChunkSizeOk() (*int32, bool)

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

SetChunkSize

func (o *SitemapScrapeRequest) SetChunkSize(v int32)

SetChunkSize sets ChunkSize field to given value.

HasChunkSize

func (o *SitemapScrapeRequest) HasChunkSize() bool

HasChunkSize returns a boolean if a field has been set.

SetChunkSizeNil

func (o *SitemapScrapeRequest) SetChunkSizeNil(b bool)

SetChunkSizeNil sets the value for ChunkSize to be an explicit nil

UnsetChunkSize

func (o *SitemapScrapeRequest) UnsetChunkSize()

UnsetChunkSize ensures that no value is present for ChunkSize, not even an explicit nil

GetChunkOverlap

func (o *SitemapScrapeRequest) GetChunkOverlap() int32

GetChunkOverlap returns the ChunkOverlap field if non-nil, zero value otherwise.

GetChunkOverlapOk

func (o *SitemapScrapeRequest) GetChunkOverlapOk() (*int32, bool)

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

SetChunkOverlap

func (o *SitemapScrapeRequest) SetChunkOverlap(v int32)

SetChunkOverlap sets ChunkOverlap field to given value.

HasChunkOverlap

func (o *SitemapScrapeRequest) HasChunkOverlap() bool

HasChunkOverlap returns a boolean if a field has been set.

SetChunkOverlapNil

func (o *SitemapScrapeRequest) SetChunkOverlapNil(b bool)

SetChunkOverlapNil sets the value for ChunkOverlap to be an explicit nil

UnsetChunkOverlap

func (o *SitemapScrapeRequest) UnsetChunkOverlap()

UnsetChunkOverlap ensures that no value is present for ChunkOverlap, not even an explicit nil

GetSkipEmbeddingGeneration

func (o *SitemapScrapeRequest) GetSkipEmbeddingGeneration() bool

GetSkipEmbeddingGeneration returns the SkipEmbeddingGeneration field if non-nil, zero value otherwise.

GetSkipEmbeddingGenerationOk

func (o *SitemapScrapeRequest) GetSkipEmbeddingGenerationOk() (*bool, bool)

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

SetSkipEmbeddingGeneration

func (o *SitemapScrapeRequest) SetSkipEmbeddingGeneration(v bool)

SetSkipEmbeddingGeneration sets SkipEmbeddingGeneration field to given value.

HasSkipEmbeddingGeneration

func (o *SitemapScrapeRequest) HasSkipEmbeddingGeneration() bool

HasSkipEmbeddingGeneration returns a boolean if a field has been set.

SetSkipEmbeddingGenerationNil

func (o *SitemapScrapeRequest) SetSkipEmbeddingGenerationNil(b bool)

SetSkipEmbeddingGenerationNil sets the value for SkipEmbeddingGeneration to be an explicit nil

UnsetSkipEmbeddingGeneration

func (o *SitemapScrapeRequest) UnsetSkipEmbeddingGeneration()

UnsetSkipEmbeddingGeneration ensures that no value is present for SkipEmbeddingGeneration, not even an explicit nil

GetEnableAutoSync

func (o *SitemapScrapeRequest) GetEnableAutoSync() bool

GetEnableAutoSync returns the EnableAutoSync field if non-nil, zero value otherwise.

GetEnableAutoSyncOk

func (o *SitemapScrapeRequest) GetEnableAutoSyncOk() (*bool, bool)

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

SetEnableAutoSync

func (o *SitemapScrapeRequest) SetEnableAutoSync(v bool)

SetEnableAutoSync sets EnableAutoSync field to given value.

HasEnableAutoSync

func (o *SitemapScrapeRequest) HasEnableAutoSync() bool

HasEnableAutoSync returns a boolean if a field has been set.

SetEnableAutoSyncNil

func (o *SitemapScrapeRequest) SetEnableAutoSyncNil(b bool)

SetEnableAutoSyncNil sets the value for EnableAutoSync to be an explicit nil

UnsetEnableAutoSync

func (o *SitemapScrapeRequest) UnsetEnableAutoSync()

UnsetEnableAutoSync ensures that no value is present for EnableAutoSync, not even an explicit nil

GetGenerateSparseVectors

func (o *SitemapScrapeRequest) GetGenerateSparseVectors() bool

GetGenerateSparseVectors returns the GenerateSparseVectors field if non-nil, zero value otherwise.

GetGenerateSparseVectorsOk

func (o *SitemapScrapeRequest) GetGenerateSparseVectorsOk() (*bool, bool)

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

SetGenerateSparseVectors

func (o *SitemapScrapeRequest) SetGenerateSparseVectors(v bool)

SetGenerateSparseVectors sets GenerateSparseVectors field to given value.

HasGenerateSparseVectors

func (o *SitemapScrapeRequest) HasGenerateSparseVectors() bool

HasGenerateSparseVectors returns a boolean if a field has been set.

SetGenerateSparseVectorsNil

func (o *SitemapScrapeRequest) SetGenerateSparseVectorsNil(b bool)

SetGenerateSparseVectorsNil sets the value for GenerateSparseVectors to be an explicit nil

UnsetGenerateSparseVectors

func (o *SitemapScrapeRequest) UnsetGenerateSparseVectors()

UnsetGenerateSparseVectors ensures that no value is present for GenerateSparseVectors, not even an explicit nil

GetPrependFilenameToChunks

func (o *SitemapScrapeRequest) GetPrependFilenameToChunks() bool

GetPrependFilenameToChunks returns the PrependFilenameToChunks field if non-nil, zero value otherwise.

GetPrependFilenameToChunksOk

func (o *SitemapScrapeRequest) GetPrependFilenameToChunksOk() (*bool, bool)

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

SetPrependFilenameToChunks

func (o *SitemapScrapeRequest) SetPrependFilenameToChunks(v bool)

SetPrependFilenameToChunks sets PrependFilenameToChunks field to given value.

HasPrependFilenameToChunks

func (o *SitemapScrapeRequest) HasPrependFilenameToChunks() bool

HasPrependFilenameToChunks returns a boolean if a field has been set.

SetPrependFilenameToChunksNil

func (o *SitemapScrapeRequest) SetPrependFilenameToChunksNil(b bool)

SetPrependFilenameToChunksNil sets the value for PrependFilenameToChunks to be an explicit nil

UnsetPrependFilenameToChunks

func (o *SitemapScrapeRequest) UnsetPrependFilenameToChunks()

UnsetPrependFilenameToChunks ensures that no value is present for PrependFilenameToChunks, not even an explicit nil

GetHtmlTagsToSkip

func (o *SitemapScrapeRequest) GetHtmlTagsToSkip() []string

GetHtmlTagsToSkip returns the HtmlTagsToSkip field if non-nil, zero value otherwise.

GetHtmlTagsToSkipOk

func (o *SitemapScrapeRequest) GetHtmlTagsToSkipOk() (*[]string, bool)

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

SetHtmlTagsToSkip

func (o *SitemapScrapeRequest) SetHtmlTagsToSkip(v []string)

SetHtmlTagsToSkip sets HtmlTagsToSkip field to given value.

HasHtmlTagsToSkip

func (o *SitemapScrapeRequest) HasHtmlTagsToSkip() bool

HasHtmlTagsToSkip returns a boolean if a field has been set.

SetHtmlTagsToSkipNil

func (o *SitemapScrapeRequest) SetHtmlTagsToSkipNil(b bool)

SetHtmlTagsToSkipNil sets the value for HtmlTagsToSkip to be an explicit nil

UnsetHtmlTagsToSkip

func (o *SitemapScrapeRequest) UnsetHtmlTagsToSkip()

UnsetHtmlTagsToSkip ensures that no value is present for HtmlTagsToSkip, not even an explicit nil

GetCssClassesToSkip

func (o *SitemapScrapeRequest) GetCssClassesToSkip() []string

GetCssClassesToSkip returns the CssClassesToSkip field if non-nil, zero value otherwise.

GetCssClassesToSkipOk

func (o *SitemapScrapeRequest) GetCssClassesToSkipOk() (*[]string, bool)

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

SetCssClassesToSkip

func (o *SitemapScrapeRequest) SetCssClassesToSkip(v []string)

SetCssClassesToSkip sets CssClassesToSkip field to given value.

HasCssClassesToSkip

func (o *SitemapScrapeRequest) HasCssClassesToSkip() bool

HasCssClassesToSkip returns a boolean if a field has been set.

SetCssClassesToSkipNil

func (o *SitemapScrapeRequest) SetCssClassesToSkipNil(b bool)

SetCssClassesToSkipNil sets the value for CssClassesToSkip to be an explicit nil

UnsetCssClassesToSkip

func (o *SitemapScrapeRequest) UnsetCssClassesToSkip()

UnsetCssClassesToSkip ensures that no value is present for CssClassesToSkip, not even an explicit nil

GetCssSelectorsToSkip

func (o *SitemapScrapeRequest) GetCssSelectorsToSkip() []string

GetCssSelectorsToSkip returns the CssSelectorsToSkip field if non-nil, zero value otherwise.

GetCssSelectorsToSkipOk

func (o *SitemapScrapeRequest) GetCssSelectorsToSkipOk() (*[]string, bool)

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

SetCssSelectorsToSkip

func (o *SitemapScrapeRequest) SetCssSelectorsToSkip(v []string)

SetCssSelectorsToSkip sets CssSelectorsToSkip field to given value.

HasCssSelectorsToSkip

func (o *SitemapScrapeRequest) HasCssSelectorsToSkip() bool

HasCssSelectorsToSkip returns a boolean if a field has been set.

SetCssSelectorsToSkipNil

func (o *SitemapScrapeRequest) SetCssSelectorsToSkipNil(b bool)

SetCssSelectorsToSkipNil sets the value for CssSelectorsToSkip to be an explicit nil

UnsetCssSelectorsToSkip

func (o *SitemapScrapeRequest) UnsetCssSelectorsToSkip()

UnsetCssSelectorsToSkip ensures that no value is present for CssSelectorsToSkip, not even an explicit nil

GetEmbeddingModel

func (o *SitemapScrapeRequest) GetEmbeddingModel() EmbeddingGenerators

GetEmbeddingModel returns the EmbeddingModel field if non-nil, zero value otherwise.

GetEmbeddingModelOk

func (o *SitemapScrapeRequest) GetEmbeddingModelOk() (*EmbeddingGenerators, bool)

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

SetEmbeddingModel

func (o *SitemapScrapeRequest) SetEmbeddingModel(v EmbeddingGenerators)

SetEmbeddingModel sets EmbeddingModel field to given value.

HasEmbeddingModel

func (o *SitemapScrapeRequest) HasEmbeddingModel() bool

HasEmbeddingModel returns a boolean if a field has been set.

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