| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | ||
| Message | string | ||
| PageSize | int32 | ||
| Page | int32 |
func NewGetKubernetesLogsInvalidPagination(type_ string, message string, pageSize int32, page int32, ) *GetKubernetesLogsInvalidPagination
NewGetKubernetesLogsInvalidPagination instantiates a new GetKubernetesLogsInvalidPagination 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 NewGetKubernetesLogsInvalidPaginationWithDefaults() *GetKubernetesLogsInvalidPagination
NewGetKubernetesLogsInvalidPaginationWithDefaults instantiates a new GetKubernetesLogsInvalidPagination 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 *GetKubernetesLogsInvalidPagination) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsInvalidPagination) 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 *GetKubernetesLogsInvalidPagination) SetType(v string)
SetType sets Type field to given value.
func (o *GetKubernetesLogsInvalidPagination) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsInvalidPagination) 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 *GetKubernetesLogsInvalidPagination) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *GetKubernetesLogsInvalidPagination) GetPageSize() int32
GetPageSize returns the PageSize field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsInvalidPagination) 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 *GetKubernetesLogsInvalidPagination) SetPageSize(v int32)
SetPageSize sets PageSize field to given value.
func (o *GetKubernetesLogsInvalidPagination) GetPage() int32
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *GetKubernetesLogsInvalidPagination) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetKubernetesLogsInvalidPagination) SetPage(v int32)
SetPage sets Page field to given value.