Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.33 KB

File metadata and controls

134 lines (73 loc) · 4.33 KB

UploadVectorDocumentsRequestDocumentsInnerMetadata

Properties

Name Type Description Notes
Title Pointer to string [optional]
SourceUrl Pointer to string [optional]
Section Pointer to string [optional]
Tags Pointer to []string [optional]

Methods

NewUploadVectorDocumentsRequestDocumentsInnerMetadata

func NewUploadVectorDocumentsRequestDocumentsInnerMetadata() *UploadVectorDocumentsRequestDocumentsInnerMetadata

NewUploadVectorDocumentsRequestDocumentsInnerMetadata instantiates a new UploadVectorDocumentsRequestDocumentsInnerMetadata 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

NewUploadVectorDocumentsRequestDocumentsInnerMetadataWithDefaults

func NewUploadVectorDocumentsRequestDocumentsInnerMetadataWithDefaults() *UploadVectorDocumentsRequestDocumentsInnerMetadata

NewUploadVectorDocumentsRequestDocumentsInnerMetadataWithDefaults instantiates a new UploadVectorDocumentsRequestDocumentsInnerMetadata 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

GetTitle

func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) GetTitleOk() (*string, bool)

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

SetTitle

func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetSourceUrl

func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) GetSourceUrl() string

GetSourceUrl returns the SourceUrl field if non-nil, zero value otherwise.

GetSourceUrlOk

func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) GetSourceUrlOk() (*string, bool)

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

SetSourceUrl

func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) SetSourceUrl(v string)

SetSourceUrl sets SourceUrl field to given value.

HasSourceUrl

func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) HasSourceUrl() bool

HasSourceUrl returns a boolean if a field has been set.

GetSection

func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) GetSection() string

GetSection returns the Section field if non-nil, zero value otherwise.

GetSectionOk

func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) GetSectionOk() (*string, bool)

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

SetSection

func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) SetSection(v string)

SetSection sets Section field to given value.

HasSection

func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) HasSection() bool

HasSection returns a boolean if a field has been set.

GetTags

func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) GetTags() []string

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

GetTagsOk

func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) GetTagsOk() (*[]string, 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 *UploadVectorDocumentsRequestDocumentsInnerMetadata) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) HasTags() bool

HasTags returns a boolean if a field has been set.

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