swagger

package
v1.0.0-beta.35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommonFilteringQueryParams

type CommonFilteringQueryParams struct {
	filter.Page `json:",inline"`

	CreatedRangeFrom *time.Time `json:"createdRange[from],omitempty" example:"2024-02-26T11:01:28Z"`
	CreatedRangeTo   *time.Time `json:"createdRange[to],omitempty" example:"2024-02-26T11:01:28Z"`

	UpdatedRangeFrom *time.Time `json:"updatedRange[from],omitempty" example:"2024-02-26T11:01:28Z"`
	UpdatedRangeTo   *time.Time `json:"updatedRange[to],omitempty" example:"2024-02-26T11:01:28Z"`

	// Metadata is a list of key-value pairs that can be used to filter the results. !ATTENTION! Unfortunately this parameter won't work from swagger UI.
	Metadata []string `json:"metadata,omitempty" swaggertype:"array,string" example:"metadata[key]=value,metadata[key2]=value2"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL