Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 2.81 KB

File metadata and controls

98 lines (53 loc) · 2.81 KB

ViewLinkedResources

Properties

Name Type Description Notes
Links Pointer to ViewsPaginatedLinks [optional]
Items []ViewLinkedResource
TotalCount int32

Methods

NewViewLinkedResources

func NewViewLinkedResources(items []ViewLinkedResource, totalCount int32, ) *ViewLinkedResources

NewViewLinkedResources instantiates a new ViewLinkedResources 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

NewViewLinkedResourcesWithDefaults

func NewViewLinkedResourcesWithDefaults() *ViewLinkedResources

NewViewLinkedResourcesWithDefaults instantiates a new ViewLinkedResources 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

GetLinks

func (o *ViewLinkedResources) GetLinks() ViewsPaginatedLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *ViewLinkedResources) GetLinksOk() (*ViewsPaginatedLinks, bool)

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

SetLinks

func (o *ViewLinkedResources) SetLinks(v ViewsPaginatedLinks)

SetLinks sets Links field to given value.

HasLinks

func (o *ViewLinkedResources) HasLinks() bool

HasLinks returns a boolean if a field has been set.

GetItems

func (o *ViewLinkedResources) GetItems() []ViewLinkedResource

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

GetItemsOk

func (o *ViewLinkedResources) GetItemsOk() (*[]ViewLinkedResource, 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 *ViewLinkedResources) SetItems(v []ViewLinkedResource)

SetItems sets Items field to given value.

GetTotalCount

func (o *ViewLinkedResources) GetTotalCount() int32

GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.

GetTotalCountOk

func (o *ViewLinkedResources) GetTotalCountOk() (*int32, bool)

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

SetTotalCount

func (o *ViewLinkedResources) SetTotalCount(v int32)

SetTotalCount sets TotalCount field to given value.

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