Name | Type | Description | Notes |
---|---|---|---|
Items | []WebForm | Page of resources | |
Paging | Paging |
func NewWebFormsPage(items []WebForm, paging Paging, ) *WebFormsPage
NewWebFormsPage instantiates a new WebFormsPage 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 NewWebFormsPageWithDefaults() *WebFormsPage
NewWebFormsPageWithDefaults instantiates a new WebFormsPage 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 *WebFormsPage) GetItems() []WebForm
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *WebFormsPage) GetItemsOk() (*[]WebForm, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebFormsPage) SetItems(v []WebForm)
SetItems sets Items field to given value.
func (o *WebFormsPage) GetPaging() Paging
GetPaging returns the Paging field if non-nil, zero value otherwise.
func (o *WebFormsPage) GetPagingOk() (*Paging, bool)
GetPagingOk returns a tuple with the Paging field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WebFormsPage) SetPaging(v Paging)
SetPaging sets Paging field to given value.