GoodMem
ReferenceClient SDKsGo SDKResponses

ListEmbeddersResponse

ListEmbeddersResponse documentation for Go SDK

Properties

NameTypeDescriptionNotes
Embedders[]EmbedderResponseList of embedder configurations

Methods

NewListEmbeddersResponse

func NewListEmbeddersResponse(embedders []EmbedderResponse, ) *ListEmbeddersResponse

NewListEmbeddersResponse instantiates a new ListEmbeddersResponse 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

NewListEmbeddersResponseWithDefaults

func NewListEmbeddersResponseWithDefaults() *ListEmbeddersResponse

NewListEmbeddersResponseWithDefaults instantiates a new ListEmbeddersResponse 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

GetEmbedders

func (o *ListEmbeddersResponse) GetEmbedders() []EmbedderResponse

GetEmbedders returns the Embedders field if non-nil, zero value otherwise.

GetEmbeddersOk

func (o *ListEmbeddersResponse) GetEmbeddersOk() (*[]EmbedderResponse, bool)

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

SetEmbedders

func (o *ListEmbeddersResponse) SetEmbedders(v []EmbedderResponse)

SetEmbedders sets Embedders field to given value.

↑ Back to Go SDK ↑ Back to Go SDK ↑ Back to Go SDK