Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.05 KB

ListProviderResponse.md

File metadata and controls

72 lines (39 loc) · 2.05 KB

ListProviderResponse

Properties

Name Type Description Notes
Meta PaginationMeta
Data []Provider

Methods

NewListProviderResponse

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

NewListProviderResponseWithDefaults

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

GetMeta

func (o *ListProviderResponse) GetMeta() PaginationMeta

GetMeta returns the Meta field if non-nil, zero value otherwise.

GetMetaOk

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.

SetMeta

func (o *ListProviderResponse) SetMeta(v PaginationMeta)

SetMeta sets Meta field to given value.

GetData

func (o *ListProviderResponse) GetData() []Provider

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

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.

SetData

func (o *ListProviderResponse) SetData(v []Provider)

SetData sets Data field to given value.

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