Name | Type | Description | Notes |
---|---|---|---|
Categories | Pointer to []string | [optional] | |
EventType | Pointer to []string | [optional] | |
MessageType | Pointer to []string | [optional] | |
RollupType | Pointer to []string | [optional] | |
Status | Pointer to []string | [optional] |
func NewResponsesEnums() *ResponsesEnums
NewResponsesEnums instantiates a new ResponsesEnums 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 NewResponsesEnumsWithDefaults() *ResponsesEnums
NewResponsesEnumsWithDefaults instantiates a new ResponsesEnums 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 *ResponsesEnums) GetCategories() []string
GetCategories returns the Categories field if non-nil, zero value otherwise.
func (o *ResponsesEnums) GetCategoriesOk() (*[]string, bool)
GetCategoriesOk returns a tuple with the Categories field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesEnums) SetCategories(v []string)
SetCategories sets Categories field to given value.
func (o *ResponsesEnums) HasCategories() bool
HasCategories returns a boolean if a field has been set.
func (o *ResponsesEnums) GetEventType() []string
GetEventType returns the EventType field if non-nil, zero value otherwise.
func (o *ResponsesEnums) GetEventTypeOk() (*[]string, bool)
GetEventTypeOk returns a tuple with the EventType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesEnums) SetEventType(v []string)
SetEventType sets EventType field to given value.
func (o *ResponsesEnums) HasEventType() bool
HasEventType returns a boolean if a field has been set.
func (o *ResponsesEnums) GetMessageType() []string
GetMessageType returns the MessageType field if non-nil, zero value otherwise.
func (o *ResponsesEnums) GetMessageTypeOk() (*[]string, bool)
GetMessageTypeOk returns a tuple with the MessageType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesEnums) SetMessageType(v []string)
SetMessageType sets MessageType field to given value.
func (o *ResponsesEnums) HasMessageType() bool
HasMessageType returns a boolean if a field has been set.
func (o *ResponsesEnums) GetRollupType() []string
GetRollupType returns the RollupType field if non-nil, zero value otherwise.
func (o *ResponsesEnums) GetRollupTypeOk() (*[]string, bool)
GetRollupTypeOk returns a tuple with the RollupType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesEnums) SetRollupType(v []string)
SetRollupType sets RollupType field to given value.
func (o *ResponsesEnums) HasRollupType() bool
HasRollupType returns a boolean if a field has been set.
func (o *ResponsesEnums) GetStatus() []string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ResponsesEnums) GetStatusOk() (*[]string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesEnums) SetStatus(v []string)
SetStatus sets Status field to given value.
func (o *ResponsesEnums) HasStatus() bool
HasStatus returns a boolean if a field has been set.