Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.93 KB

WebFormsPage.md

File metadata and controls

72 lines (39 loc) · 1.93 KB

WebFormsPage

Properties

Name Type Description Notes
Items []WebForm Page of resources
Paging Paging

Methods

NewWebFormsPage

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

NewWebFormsPageWithDefaults

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

GetItems

func (o *WebFormsPage) GetItems() []WebForm

GetItems returns the Items field if non-nil, zero value otherwise.

GetItemsOk

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.

SetItems

func (o *WebFormsPage) SetItems(v []WebForm)

SetItems sets Items field to given value.

GetPaging

func (o *WebFormsPage) GetPaging() Paging

GetPaging returns the Paging field if non-nil, zero value otherwise.

GetPagingOk

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.

SetPaging

func (o *WebFormsPage) SetPaging(v Paging)

SetPaging sets Paging field to given value.

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