Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.32 KB

File metadata and controls

114 lines (61 loc) · 3.32 KB

GetKubernetesLogsInvalidPagination

Properties

Name Type Description Notes
Type string
Message string
PageSize int32
Page int32

Methods

NewGetKubernetesLogsInvalidPagination

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

NewGetKubernetesLogsInvalidPaginationWithDefaults

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

GetType

func (o *GetKubernetesLogsInvalidPagination) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *GetKubernetesLogsInvalidPagination) SetType(v string)

SetType sets Type field to given value.

GetMessage

func (o *GetKubernetesLogsInvalidPagination) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

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.

SetMessage

func (o *GetKubernetesLogsInvalidPagination) SetMessage(v string)

SetMessage sets Message field to given value.

GetPageSize

func (o *GetKubernetesLogsInvalidPagination) GetPageSize() int32

GetPageSize returns the PageSize field if non-nil, zero value otherwise.

GetPageSizeOk

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.

SetPageSize

func (o *GetKubernetesLogsInvalidPagination) SetPageSize(v int32)

SetPageSize sets PageSize field to given value.

GetPage

func (o *GetKubernetesLogsInvalidPagination) GetPage() int32

GetPage returns the Page field if non-nil, zero value otherwise.

GetPageOk

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.

SetPage

func (o *GetKubernetesLogsInvalidPagination) SetPage(v int32)

SetPage sets Page field to given value.

[Back to Model list] [Back to API list] [Back to README]