Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 2.92 KB

AccessRecordCollection.md

File metadata and controls

98 lines (53 loc) · 2.92 KB

AccessRecordCollection

Properties

Name Type Description Notes
Records []AccessRecord A list of access records
Pagination Pointer to Pagination [optional]
Links CollectionLinks

Methods

NewAccessRecordCollection

func NewAccessRecordCollection(records []AccessRecord, links CollectionLinks, ) *AccessRecordCollection

NewAccessRecordCollection instantiates a new AccessRecordCollection 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

NewAccessRecordCollectionWithDefaults

func NewAccessRecordCollectionWithDefaults() *AccessRecordCollection

NewAccessRecordCollectionWithDefaults instantiates a new AccessRecordCollection 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

GetRecords

func (o *AccessRecordCollection) GetRecords() []AccessRecord

GetRecords returns the Records field if non-nil, zero value otherwise.

GetRecordsOk

func (o *AccessRecordCollection) GetRecordsOk() (*[]AccessRecord, 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.

SetRecords

func (o *AccessRecordCollection) SetRecords(v []AccessRecord)

SetRecords sets Records field to given value.

GetPagination

func (o *AccessRecordCollection) GetPagination() Pagination

GetPagination returns the Pagination field if non-nil, zero value otherwise.

GetPaginationOk

func (o *AccessRecordCollection) GetPaginationOk() (*Pagination, bool)

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

SetPagination

func (o *AccessRecordCollection) SetPagination(v Pagination)

SetPagination sets Pagination field to given value.

HasPagination

func (o *AccessRecordCollection) HasPagination() bool

HasPagination returns a boolean if a field has been set.

GetLinks

func (o *AccessRecordCollection) GetLinks() CollectionLinks

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

GetLinksOk

func (o *AccessRecordCollection) GetLinksOk() (*CollectionLinks, 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 *AccessRecordCollection) SetLinks(v CollectionLinks)

SetLinks sets Links field to given value.

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