Name | Type | Description | Notes |
---|---|---|---|
Securities | []Security | <strong>Type:</strong> Security<br/> List of securities | |
Paging | Paging | <strong>Type:</strong> Paging<br/> Information for pagination |
func NewPageableSecurityList(securities []Security, paging Paging, ) *PageableSecurityList
NewPageableSecurityList instantiates a new PageableSecurityList 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 NewPageableSecurityListWithDefaults() *PageableSecurityList
NewPageableSecurityListWithDefaults instantiates a new PageableSecurityList 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 *PageableSecurityList) GetSecurities() []Security
GetSecurities returns the Securities field if non-nil, zero value otherwise.
func (o *PageableSecurityList) GetSecuritiesOk() (*[]Security, bool)
GetSecuritiesOk returns a tuple with the Securities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PageableSecurityList) SetSecurities(v []Security)
SetSecurities sets Securities field to given value.
func (o *PageableSecurityList) GetPaging() Paging
GetPaging returns the Paging field if non-nil, zero value otherwise.
func (o *PageableSecurityList) 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.
func (o *PageableSecurityList) SetPaging(v Paging)
SetPaging sets Paging field to given value.