Name | Type | Description | Notes |
---|---|---|---|
Meta | PaginationMeta | ||
Data | []Provider |
func NewListProviderResponse(meta PaginationMeta, data []Provider, ) *ListProviderResponse
NewListProviderResponse instantiates a new ListProviderResponse 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 NewListProviderResponseWithDefaults() *ListProviderResponse
NewListProviderResponseWithDefaults instantiates a new ListProviderResponse 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 *ListProviderResponse) GetMeta() PaginationMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *ListProviderResponse) GetMetaOk() (*PaginationMeta, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListProviderResponse) SetMeta(v PaginationMeta)
SetMeta sets Meta field to given value.
func (o *ListProviderResponse) GetData() []Provider
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ListProviderResponse) GetDataOk() (*[]Provider, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListProviderResponse) SetData(v []Provider)
SetData sets Data field to given value.