Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.92 KB

GroupingByDTO.md

File metadata and controls

134 lines (73 loc) · 3.92 KB

GroupingByDTO

Properties

Name Type Description Notes
AdditionalInfo Pointer to string [optional]
GroupBy Pointer to string [optional]
GroupIdentifier Pointer to string [optional]
SearchResultItemDTOS Pointer to []SearchResultItemDTO [optional]

Methods

NewGroupingByDTO

func NewGroupingByDTO() *GroupingByDTO

NewGroupingByDTO instantiates a new GroupingByDTO 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

NewGroupingByDTOWithDefaults

func NewGroupingByDTOWithDefaults() *GroupingByDTO

NewGroupingByDTOWithDefaults instantiates a new GroupingByDTO 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

GetAdditionalInfo

func (o *GroupingByDTO) GetAdditionalInfo() string

GetAdditionalInfo returns the AdditionalInfo field if non-nil, zero value otherwise.

GetAdditionalInfoOk

func (o *GroupingByDTO) GetAdditionalInfoOk() (*string, bool)

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

SetAdditionalInfo

func (o *GroupingByDTO) SetAdditionalInfo(v string)

SetAdditionalInfo sets AdditionalInfo field to given value.

HasAdditionalInfo

func (o *GroupingByDTO) HasAdditionalInfo() bool

HasAdditionalInfo returns a boolean if a field has been set.

GetGroupBy

func (o *GroupingByDTO) GetGroupBy() string

GetGroupBy returns the GroupBy field if non-nil, zero value otherwise.

GetGroupByOk

func (o *GroupingByDTO) GetGroupByOk() (*string, bool)

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

SetGroupBy

func (o *GroupingByDTO) SetGroupBy(v string)

SetGroupBy sets GroupBy field to given value.

HasGroupBy

func (o *GroupingByDTO) HasGroupBy() bool

HasGroupBy returns a boolean if a field has been set.

GetGroupIdentifier

func (o *GroupingByDTO) GetGroupIdentifier() string

GetGroupIdentifier returns the GroupIdentifier field if non-nil, zero value otherwise.

GetGroupIdentifierOk

func (o *GroupingByDTO) GetGroupIdentifierOk() (*string, bool)

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

SetGroupIdentifier

func (o *GroupingByDTO) SetGroupIdentifier(v string)

SetGroupIdentifier sets GroupIdentifier field to given value.

HasGroupIdentifier

func (o *GroupingByDTO) HasGroupIdentifier() bool

HasGroupIdentifier returns a boolean if a field has been set.

GetSearchResultItemDTOS

func (o *GroupingByDTO) GetSearchResultItemDTOS() []SearchResultItemDTO

GetSearchResultItemDTOS returns the SearchResultItemDTOS field if non-nil, zero value otherwise.

GetSearchResultItemDTOSOk

func (o *GroupingByDTO) GetSearchResultItemDTOSOk() (*[]SearchResultItemDTO, bool)

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

SetSearchResultItemDTOS

func (o *GroupingByDTO) SetSearchResultItemDTOS(v []SearchResultItemDTO)

SetSearchResultItemDTOS sets SearchResultItemDTOS field to given value.

HasSearchResultItemDTOS

func (o *GroupingByDTO) HasSearchResultItemDTOS() bool

HasSearchResultItemDTOS returns a boolean if a field has been set.

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