| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| Message | string | ||
| RequestTimeMs | int32 | ||
| AvailableSinceMs | int32 |
func NewDataUnavailable(type_ string, message string, requestTimeMs int32, availableSinceMs int32, ) *DataUnavailable
NewDataUnavailable instantiates a new DataUnavailable 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 NewDataUnavailableWithDefaults() *DataUnavailable
NewDataUnavailableWithDefaults instantiates a new DataUnavailable 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 *DataUnavailable) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *DataUnavailable) 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 *DataUnavailable) SetType(v string)
SetType sets Type field to given value.
func (o *DataUnavailable) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *DataUnavailable) 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 *DataUnavailable) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *DataUnavailable) GetRequestTimeMs() int32
GetRequestTimeMs returns the RequestTimeMs field if non-nil, zero value otherwise.
func (o *DataUnavailable) 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 *DataUnavailable) SetRequestTimeMs(v int32)
SetRequestTimeMs sets RequestTimeMs field to given value.
func (o *DataUnavailable) GetAvailableSinceMs() int32
GetAvailableSinceMs returns the AvailableSinceMs field if non-nil, zero value otherwise.
func (o *DataUnavailable) 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 *DataUnavailable) SetAvailableSinceMs(v int32)
SetAvailableSinceMs sets AvailableSinceMs field to given value.