Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.25 KB

ResponsesEnums.md

File metadata and controls

160 lines (87 loc) · 4.25 KB

ResponsesEnums

Properties

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]

Methods

NewResponsesEnums

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

NewResponsesEnumsWithDefaults

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

GetCategories

func (o *ResponsesEnums) GetCategories() []string

GetCategories returns the Categories field if non-nil, zero value otherwise.

GetCategoriesOk

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.

SetCategories

func (o *ResponsesEnums) SetCategories(v []string)

SetCategories sets Categories field to given value.

HasCategories

func (o *ResponsesEnums) HasCategories() bool

HasCategories returns a boolean if a field has been set.

GetEventType

func (o *ResponsesEnums) GetEventType() []string

GetEventType returns the EventType field if non-nil, zero value otherwise.

GetEventTypeOk

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.

SetEventType

func (o *ResponsesEnums) SetEventType(v []string)

SetEventType sets EventType field to given value.

HasEventType

func (o *ResponsesEnums) HasEventType() bool

HasEventType returns a boolean if a field has been set.

GetMessageType

func (o *ResponsesEnums) GetMessageType() []string

GetMessageType returns the MessageType field if non-nil, zero value otherwise.

GetMessageTypeOk

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.

SetMessageType

func (o *ResponsesEnums) SetMessageType(v []string)

SetMessageType sets MessageType field to given value.

HasMessageType

func (o *ResponsesEnums) HasMessageType() bool

HasMessageType returns a boolean if a field has been set.

GetRollupType

func (o *ResponsesEnums) GetRollupType() []string

GetRollupType returns the RollupType field if non-nil, zero value otherwise.

GetRollupTypeOk

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.

SetRollupType

func (o *ResponsesEnums) SetRollupType(v []string)

SetRollupType sets RollupType field to given value.

HasRollupType

func (o *ResponsesEnums) HasRollupType() bool

HasRollupType returns a boolean if a field has been set.

GetStatus

func (o *ResponsesEnums) GetStatus() []string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

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.

SetStatus

func (o *ResponsesEnums) SetStatus(v []string)

SetStatus sets Status field to given value.

HasStatus

func (o *ResponsesEnums) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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