Name | Type | Description | Notes |
---|---|---|---|
Page | Pointer to int32 | [optional] | |
PageSize | Pointer to int32 | [optional] | |
SortKey | Pointer to NullableString | [optional] | |
SortDirection | Pointer to SortDirection | [optional] | |
TotalRecords | Pointer to int32 | [optional] | |
Records | Pointer to []LogResource | [optional] |
func NewLogResourcePagingResource() *LogResourcePagingResource
NewLogResourcePagingResource instantiates a new LogResourcePagingResource 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 NewLogResourcePagingResourceWithDefaults() *LogResourcePagingResource
NewLogResourcePagingResourceWithDefaults instantiates a new LogResourcePagingResource 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 *LogResourcePagingResource) GetPage() int32
GetPage returns the Page field if non-nil, zero value otherwise.
func (o *LogResourcePagingResource) 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 *LogResourcePagingResource) SetPage(v int32)
SetPage sets Page field to given value.
func (o *LogResourcePagingResource) HasPage() bool
HasPage returns a boolean if a field has been set.
func (o *LogResourcePagingResource) GetPageSize() int32
GetPageSize returns the PageSize field if non-nil, zero value otherwise.
func (o *LogResourcePagingResource) 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 *LogResourcePagingResource) SetPageSize(v int32)
SetPageSize sets PageSize field to given value.
func (o *LogResourcePagingResource) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (o *LogResourcePagingResource) GetSortKey() string
GetSortKey returns the SortKey field if non-nil, zero value otherwise.
func (o *LogResourcePagingResource) GetSortKeyOk() (*string, bool)
GetSortKeyOk returns a tuple with the SortKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResourcePagingResource) SetSortKey(v string)
SetSortKey sets SortKey field to given value.
func (o *LogResourcePagingResource) HasSortKey() bool
HasSortKey returns a boolean if a field has been set.
func (o *LogResourcePagingResource) SetSortKeyNil(b bool)
SetSortKeyNil sets the value for SortKey to be an explicit nil
func (o *LogResourcePagingResource) UnsetSortKey()
UnsetSortKey ensures that no value is present for SortKey, not even an explicit nil
func (o *LogResourcePagingResource) GetSortDirection() SortDirection
GetSortDirection returns the SortDirection field if non-nil, zero value otherwise.
func (o *LogResourcePagingResource) GetSortDirectionOk() (*SortDirection, bool)
GetSortDirectionOk returns a tuple with the SortDirection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResourcePagingResource) SetSortDirection(v SortDirection)
SetSortDirection sets SortDirection field to given value.
func (o *LogResourcePagingResource) HasSortDirection() bool
HasSortDirection returns a boolean if a field has been set.
func (o *LogResourcePagingResource) GetTotalRecords() int32
GetTotalRecords returns the TotalRecords field if non-nil, zero value otherwise.
func (o *LogResourcePagingResource) GetTotalRecordsOk() (*int32, bool)
GetTotalRecordsOk returns a tuple with the TotalRecords field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResourcePagingResource) SetTotalRecords(v int32)
SetTotalRecords sets TotalRecords field to given value.
func (o *LogResourcePagingResource) HasTotalRecords() bool
HasTotalRecords returns a boolean if a field has been set.
func (o *LogResourcePagingResource) GetRecords() []LogResource
GetRecords returns the Records field if non-nil, zero value otherwise.
func (o *LogResourcePagingResource) GetRecordsOk() (*[]LogResource, bool)
GetRecordsOk returns a tuple with the Records field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LogResourcePagingResource) SetRecords(v []LogResource)
SetRecords sets Records field to given value.
func (o *LogResourcePagingResource) HasRecords() bool
HasRecords returns a boolean if a field has been set.
func (o *LogResourcePagingResource) SetRecordsNil(b bool)
SetRecordsNil sets the value for Records to be an explicit nil
func (o *LogResourcePagingResource) UnsetRecords()
UnsetRecords ensures that no value is present for Records, not even an explicit nil