| Name | Type | Description | Notes |
|---|---|---|---|
| Title | Pointer to string | [optional] | |
| SourceUrl | Pointer to string | [optional] | |
| Section | Pointer to string | [optional] | |
| Tags | Pointer to []string | [optional] |
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
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
func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) GetSourceUrl() string
GetSourceUrl returns the SourceUrl field if non-nil, zero value otherwise.
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.
func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) SetSourceUrl(v string)
SetSourceUrl sets SourceUrl field to given value.
func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) HasSourceUrl() bool
HasSourceUrl returns a boolean if a field has been set.
func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) GetSection() string
GetSection returns the Section field if non-nil, zero value otherwise.
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.
func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) SetSection(v string)
SetSection sets Section field to given value.
func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) HasSection() bool
HasSection returns a boolean if a field has been set.
func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
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.
func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *UploadVectorDocumentsRequestDocumentsInnerMetadata) HasTags() bool
HasTags returns a boolean if a field has been set.