| Name | Type | Description | Notes |
|---|---|---|---|
| Field | Pointer to string | Metadata field name (e.g., 'drupal_entity_id') | [optional] |
| Values | Pointer to []string | Values to match (OR logic) | [optional] |
func NewDeleteVectorDocumentsRequestMetadata() *DeleteVectorDocumentsRequestMetadata
NewDeleteVectorDocumentsRequestMetadata instantiates a new DeleteVectorDocumentsRequestMetadata 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 NewDeleteVectorDocumentsRequestMetadataWithDefaults() *DeleteVectorDocumentsRequestMetadata
NewDeleteVectorDocumentsRequestMetadataWithDefaults instantiates a new DeleteVectorDocumentsRequestMetadata 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 *DeleteVectorDocumentsRequestMetadata) GetField() string
GetField returns the Field field if non-nil, zero value otherwise.
func (o *DeleteVectorDocumentsRequestMetadata) GetFieldOk() (*string, bool)
GetFieldOk returns a tuple with the Field field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeleteVectorDocumentsRequestMetadata) SetField(v string)
SetField sets Field field to given value.
func (o *DeleteVectorDocumentsRequestMetadata) HasField() bool
HasField returns a boolean if a field has been set.
func (o *DeleteVectorDocumentsRequestMetadata) GetValues() []string
GetValues returns the Values field if non-nil, zero value otherwise.
func (o *DeleteVectorDocumentsRequestMetadata) GetValuesOk() (*[]string, bool)
GetValuesOk returns a tuple with the Values field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeleteVectorDocumentsRequestMetadata) SetValues(v []string)
SetValues sets Values field to given value.
func (o *DeleteVectorDocumentsRequestMetadata) HasValues() bool
HasValues returns a boolean if a field has been set.