Skip to main content

ListFormInstancesByTenantResponse

Properties

NameTypeDescriptionNotes
CountPointer to int64Count number of Results[optional]
ResultsPointer to []FormInstanceResponseResults holds a list of FormInstanceResponse items[optional]

Methods

NewListFormInstancesByTenantResponse

func NewListFormInstancesByTenantResponse() *ListFormInstancesByTenantResponse

NewListFormInstancesByTenantResponse instantiates a new ListFormInstancesByTenantResponse 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

NewListFormInstancesByTenantResponseWithDefaults

func NewListFormInstancesByTenantResponseWithDefaults() *ListFormInstancesByTenantResponse

NewListFormInstancesByTenantResponseWithDefaults instantiates a new ListFormInstancesByTenantResponse 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

GetCount

func (o *ListFormInstancesByTenantResponse) GetCount() int64

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *ListFormInstancesByTenantResponse) GetCountOk() (*int64, bool)

GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCount

func (o *ListFormInstancesByTenantResponse) SetCount(v int64)

SetCount sets Count field to given value.

HasCount

func (o *ListFormInstancesByTenantResponse) HasCount() bool

HasCount returns a boolean if a field has been set.

GetResults

func (o *ListFormInstancesByTenantResponse) GetResults() []FormInstanceResponse

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *ListFormInstancesByTenantResponse) GetResultsOk() (*[]FormInstanceResponse, bool)

GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResults

func (o *ListFormInstancesByTenantResponse) SetResults(v []FormInstanceResponse)

SetResults sets Results field to given value.

HasResults

func (o *ListFormInstancesByTenantResponse) HasResults() bool

HasResults returns a boolean if a field has been set.