| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| ObjectType | string | ||
| ObjectId | string | ||
| Message | string | ||
| ExistedEarlierMs | Pointer to int64 | [optional] | |
| ExistsLaterMs | Pointer to int64 | [optional] |
func NewStackElementNotFound(type_ string, objectType string, objectId string, message string, ) *StackElementNotFound
NewStackElementNotFound instantiates a new StackElementNotFound 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 NewStackElementNotFoundWithDefaults() *StackElementNotFound
NewStackElementNotFoundWithDefaults instantiates a new StackElementNotFound 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 *StackElementNotFound) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *StackElementNotFound) 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 *StackElementNotFound) SetType(v string)
SetType sets Type field to given value.
func (o *StackElementNotFound) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *StackElementNotFound) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackElementNotFound) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *StackElementNotFound) GetObjectId() string
GetObjectId returns the ObjectId field if non-nil, zero value otherwise.
func (o *StackElementNotFound) GetObjectIdOk() (*string, bool)
GetObjectIdOk returns a tuple with the ObjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackElementNotFound) SetObjectId(v string)
SetObjectId sets ObjectId field to given value.
func (o *StackElementNotFound) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *StackElementNotFound) 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 *StackElementNotFound) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *StackElementNotFound) GetExistedEarlierMs() int64
GetExistedEarlierMs returns the ExistedEarlierMs field if non-nil, zero value otherwise.
func (o *StackElementNotFound) GetExistedEarlierMsOk() (*int64, bool)
GetExistedEarlierMsOk returns a tuple with the ExistedEarlierMs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackElementNotFound) SetExistedEarlierMs(v int64)
SetExistedEarlierMs sets ExistedEarlierMs field to given value.
func (o *StackElementNotFound) HasExistedEarlierMs() bool
HasExistedEarlierMs returns a boolean if a field has been set.
func (o *StackElementNotFound) GetExistsLaterMs() int64
GetExistsLaterMs returns the ExistsLaterMs field if non-nil, zero value otherwise.
func (o *StackElementNotFound) GetExistsLaterMsOk() (*int64, bool)
GetExistsLaterMsOk returns a tuple with the ExistsLaterMs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackElementNotFound) SetExistsLaterMs(v int64)
SetExistsLaterMs sets ExistsLaterMs field to given value.
func (o *StackElementNotFound) HasExistsLaterMs() bool
HasExistsLaterMs returns a boolean if a field has been set.