Name | Type | Description | Notes |
---|---|---|---|
AObjEmailtype | []EmailtypeAutocompleteElementResponse | An array of Emailtype autocomplete element response. |
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
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
func (o *EmailtypeGetAutocompleteV2ResponseMPayload) GetAObjEmailtype() []EmailtypeAutocompleteElementResponse
GetAObjEmailtype returns the AObjEmailtype field if non-nil, zero value otherwise.
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.
func (o *EmailtypeGetAutocompleteV2ResponseMPayload) SetAObjEmailtype(v []EmailtypeAutocompleteElementResponse)
SetAObjEmailtype sets AObjEmailtype field to given value.