| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| Message | string | ||
| From | int64 | ||
| To | int64 | ||
| PageSize | int32 |
func NewTraceApiSpansBadRequest(type_ string, message string, from int64, to int64, pageSize int32, ) *TraceApiSpansBadRequest
NewTraceApiSpansBadRequest instantiates a new TraceApiSpansBadRequest 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 NewTraceApiSpansBadRequestWithDefaults() *TraceApiSpansBadRequest
NewTraceApiSpansBadRequestWithDefaults instantiates a new TraceApiSpansBadRequest 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 *TraceApiSpansBadRequest) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *TraceApiSpansBadRequest) 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 *TraceApiSpansBadRequest) SetType(v string)
SetType sets Type field to given value.
func (o *TraceApiSpansBadRequest) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *TraceApiSpansBadRequest) 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 *TraceApiSpansBadRequest) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *TraceApiSpansBadRequest) GetFrom() int64
GetFrom returns the From field if non-nil, zero value otherwise.
func (o *TraceApiSpansBadRequest) GetFromOk() (*int64, bool)
GetFromOk returns a tuple with the From field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TraceApiSpansBadRequest) SetFrom(v int64)
SetFrom sets From field to given value.
func (o *TraceApiSpansBadRequest) GetTo() int64
GetTo returns the To field if non-nil, zero value otherwise.
func (o *TraceApiSpansBadRequest) GetToOk() (*int64, bool)
GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TraceApiSpansBadRequest) SetTo(v int64)
SetTo sets To field to given value.
func (o *TraceApiSpansBadRequest) GetPageSize() int32
GetPageSize returns the PageSize field if non-nil, zero value otherwise.
func (o *TraceApiSpansBadRequest) GetPageSizeOk() (*int32, bool)
GetPageSizeOk returns a tuple with the PageSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TraceApiSpansBadRequest) SetPageSize(v int32)
SetPageSize sets PageSize field to given value.