Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.15 KB

EmailtypeGetAutocompleteV2ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.15 KB

EmailtypeGetAutocompleteV2ResponseMPayload

Properties

Name Type Description Notes
AObjEmailtype []EmailtypeAutocompleteElementResponse An array of Emailtype autocomplete element response.

Methods

NewEmailtypeGetAutocompleteV2ResponseMPayload

func NewEmailtypeGetAutocompleteV2ResponseMPayload(aObjEmailtype []EmailtypeAutocompleteElementResponse, ) *EmailtypeGetAutocompleteV2ResponseMPayload

NewEmailtypeGetAutocompleteV2ResponseMPayload instantiates a new EmailtypeGetAutocompleteV2ResponseMPayload 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

NewEmailtypeGetAutocompleteV2ResponseMPayloadWithDefaults

func NewEmailtypeGetAutocompleteV2ResponseMPayloadWithDefaults() *EmailtypeGetAutocompleteV2ResponseMPayload

NewEmailtypeGetAutocompleteV2ResponseMPayloadWithDefaults instantiates a new EmailtypeGetAutocompleteV2ResponseMPayload 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

GetAObjEmailtype

func (o *EmailtypeGetAutocompleteV2ResponseMPayload) GetAObjEmailtype() []EmailtypeAutocompleteElementResponse

GetAObjEmailtype returns the AObjEmailtype field if non-nil, zero value otherwise.

GetAObjEmailtypeOk

func (o *EmailtypeGetAutocompleteV2ResponseMPayload) GetAObjEmailtypeOk() (*[]EmailtypeAutocompleteElementResponse, bool)

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

SetAObjEmailtype

func (o *EmailtypeGetAutocompleteV2ResponseMPayload) SetAObjEmailtype(v []EmailtypeAutocompleteElementResponse)

SetAObjEmailtype sets AObjEmailtype field to given value.

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