Name | Type | Description | Notes |
---|---|---|---|
Records | []AccessRecord | A list of access records | |
Pagination | Pointer to Pagination | [optional] | |
Links | CollectionLinks |
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
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
func (o *AccessRecordCollection) GetRecords() []AccessRecord
GetRecords returns the Records field if non-nil, zero value otherwise.
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.
func (o *AccessRecordCollection) SetRecords(v []AccessRecord)
SetRecords sets Records field to given value.
func (o *AccessRecordCollection) GetPagination() Pagination
GetPagination returns the Pagination field if non-nil, zero value otherwise.
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.
func (o *AccessRecordCollection) SetPagination(v Pagination)
SetPagination sets Pagination field to given value.
func (o *AccessRecordCollection) HasPagination() bool
HasPagination returns a boolean if a field has been set.
func (o *AccessRecordCollection) GetLinks() CollectionLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
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.
func (o *AccessRecordCollection) SetLinks(v CollectionLinks)
SetLinks sets Links field to given value.