Skip to content

ServicePortProfileDetailListQueryDTO

Properties

Name Type Description Notes
SearchFields Pointer to []string Query Filter Fields:servicePortId,servicePortProfileId,svlan,gemId,userVlan,userVlanPriority,tagAction,innerVlan,innerVlanPriority. [optional]
SearchKey Pointer to string Query conditions. [optional]
Sorts Pointer to []QuerySort Sorting fields. [optional]

Methods

NewServicePortProfileDetailListQueryDTO

func NewServicePortProfileDetailListQueryDTO() *ServicePortProfileDetailListQueryDTO

NewServicePortProfileDetailListQueryDTO instantiates a new ServicePortProfileDetailListQueryDTO 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

NewServicePortProfileDetailListQueryDTOWithDefaults

func NewServicePortProfileDetailListQueryDTOWithDefaults() *ServicePortProfileDetailListQueryDTO

NewServicePortProfileDetailListQueryDTOWithDefaults instantiates a new ServicePortProfileDetailListQueryDTO 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

GetSearchFields

func (o *ServicePortProfileDetailListQueryDTO) GetSearchFields() []string

GetSearchFields returns the SearchFields field if non-nil, zero value otherwise.

GetSearchFieldsOk

func (o *ServicePortProfileDetailListQueryDTO) GetSearchFieldsOk() (*[]string, bool)

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

SetSearchFields

func (o *ServicePortProfileDetailListQueryDTO) SetSearchFields(v []string)

SetSearchFields sets SearchFields field to given value.

HasSearchFields

func (o *ServicePortProfileDetailListQueryDTO) HasSearchFields() bool

HasSearchFields returns a boolean if a field has been set.

GetSearchKey

func (o *ServicePortProfileDetailListQueryDTO) GetSearchKey() string

GetSearchKey returns the SearchKey field if non-nil, zero value otherwise.

GetSearchKeyOk

func (o *ServicePortProfileDetailListQueryDTO) GetSearchKeyOk() (*string, bool)

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

SetSearchKey

func (o *ServicePortProfileDetailListQueryDTO) SetSearchKey(v string)

SetSearchKey sets SearchKey field to given value.

HasSearchKey

func (o *ServicePortProfileDetailListQueryDTO) HasSearchKey() bool

HasSearchKey returns a boolean if a field has been set.

GetSorts

func (o *ServicePortProfileDetailListQueryDTO) GetSorts() []QuerySort

GetSorts returns the Sorts field if non-nil, zero value otherwise.

GetSortsOk

func (o *ServicePortProfileDetailListQueryDTO) GetSortsOk() (*[]QuerySort, bool)

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

SetSorts

func (o *ServicePortProfileDetailListQueryDTO) SetSorts(v []QuerySort)

SetSorts sets Sorts field to given value.

HasSorts

func (o *ServicePortProfileDetailListQueryDTO) HasSorts() bool

HasSorts returns a boolean if a field has been set.

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