Name | Type | Description | Notes |
---|---|---|---|
AdditionalInfo | Pointer to string | [optional] | |
GroupBy | Pointer to string | [optional] | |
GroupIdentifier | Pointer to string | [optional] | |
SearchResultItemDTOS | Pointer to []SearchResultItemDTO | [optional] |
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
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
func (o *GroupingByDTO) GetAdditionalInfo() string
GetAdditionalInfo returns the AdditionalInfo field if non-nil, zero value otherwise.
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.
func (o *GroupingByDTO) SetAdditionalInfo(v string)
SetAdditionalInfo sets AdditionalInfo field to given value.
func (o *GroupingByDTO) HasAdditionalInfo() bool
HasAdditionalInfo returns a boolean if a field has been set.
func (o *GroupingByDTO) GetGroupBy() string
GetGroupBy returns the GroupBy field if non-nil, zero value otherwise.
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.
func (o *GroupingByDTO) SetGroupBy(v string)
SetGroupBy sets GroupBy field to given value.
func (o *GroupingByDTO) HasGroupBy() bool
HasGroupBy returns a boolean if a field has been set.
func (o *GroupingByDTO) GetGroupIdentifier() string
GetGroupIdentifier returns the GroupIdentifier field if non-nil, zero value otherwise.
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.
func (o *GroupingByDTO) SetGroupIdentifier(v string)
SetGroupIdentifier sets GroupIdentifier field to given value.
func (o *GroupingByDTO) HasGroupIdentifier() bool
HasGroupIdentifier returns a boolean if a field has been set.
func (o *GroupingByDTO) GetSearchResultItemDTOS() []SearchResultItemDTO
GetSearchResultItemDTOS returns the SearchResultItemDTOS field if non-nil, zero value otherwise.
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.
func (o *GroupingByDTO) SetSearchResultItemDTOS(v []SearchResultItemDTO)
SetSearchResultItemDTOS sets SearchResultItemDTOS field to given value.
func (o *GroupingByDTO) HasSearchResultItemDTOS() bool
HasSearchResultItemDTOS returns a boolean if a field has been set.