| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| Message | string | ||
| ProblemId | int64 | ||
| RequestTimeMs | int32 | ||
| AvailableSinceMs | int32 |
func NewGetCausingEventsNotFound(type_ string, message string, problemId int64, requestTimeMs int32, availableSinceMs int32, ) *GetCausingEventsNotFound
NewGetCausingEventsNotFound instantiates a new GetCausingEventsNotFound 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 NewGetCausingEventsNotFoundWithDefaults() *GetCausingEventsNotFound
NewGetCausingEventsNotFoundWithDefaults instantiates a new GetCausingEventsNotFound 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 *GetCausingEventsNotFound) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetCausingEventsNotFound) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCausingEventsNotFound) SetType(v string)
SetType sets Type field to given value.
func (o *GetCausingEventsNotFound) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *GetCausingEventsNotFound) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCausingEventsNotFound) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *GetCausingEventsNotFound) GetProblemId() int64
GetProblemId returns the ProblemId field if non-nil, zero value otherwise.
func (o *GetCausingEventsNotFound) GetProblemIdOk() (*int64, bool)
GetProblemIdOk returns a tuple with the ProblemId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCausingEventsNotFound) SetProblemId(v int64)
SetProblemId sets ProblemId field to given value.
func (o *GetCausingEventsNotFound) GetRequestTimeMs() int32
GetRequestTimeMs returns the RequestTimeMs field if non-nil, zero value otherwise.
func (o *GetCausingEventsNotFound) GetRequestTimeMsOk() (*int32, bool)
GetRequestTimeMsOk returns a tuple with the RequestTimeMs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCausingEventsNotFound) SetRequestTimeMs(v int32)
SetRequestTimeMs sets RequestTimeMs field to given value.
func (o *GetCausingEventsNotFound) GetAvailableSinceMs() int32
GetAvailableSinceMs returns the AvailableSinceMs field if non-nil, zero value otherwise.
func (o *GetCausingEventsNotFound) GetAvailableSinceMsOk() (*int32, bool)
GetAvailableSinceMsOk returns a tuple with the AvailableSinceMs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCausingEventsNotFound) SetAvailableSinceMs(v int32)
SetAvailableSinceMs sets AvailableSinceMs field to given value.