Name | Type | Description | Notes |
---|---|---|---|
ObjDebugPayload | CommonResponseObjDebugPayload | ||
ObjDebug | Pointer to CommonResponseObjDebug | [optional] | |
MPayload | EmailtypeGetAutocompleteV2ResponseMPayload |
func NewEmailtypeGetAutocompleteV2Response(objDebugPayload CommonResponseObjDebugPayload, mPayload EmailtypeGetAutocompleteV2ResponseMPayload, ) *EmailtypeGetAutocompleteV2Response
NewEmailtypeGetAutocompleteV2Response instantiates a new EmailtypeGetAutocompleteV2Response 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 NewEmailtypeGetAutocompleteV2ResponseWithDefaults() *EmailtypeGetAutocompleteV2Response
NewEmailtypeGetAutocompleteV2ResponseWithDefaults instantiates a new EmailtypeGetAutocompleteV2Response 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 *EmailtypeGetAutocompleteV2Response) GetObjDebugPayload() CommonResponseObjDebugPayload
GetObjDebugPayload returns the ObjDebugPayload field if non-nil, zero value otherwise.
func (o *EmailtypeGetAutocompleteV2Response) GetObjDebugPayloadOk() (*CommonResponseObjDebugPayload, bool)
GetObjDebugPayloadOk returns a tuple with the ObjDebugPayload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailtypeGetAutocompleteV2Response) SetObjDebugPayload(v CommonResponseObjDebugPayload)
SetObjDebugPayload sets ObjDebugPayload field to given value.
func (o *EmailtypeGetAutocompleteV2Response) GetObjDebug() CommonResponseObjDebug
GetObjDebug returns the ObjDebug field if non-nil, zero value otherwise.
func (o *EmailtypeGetAutocompleteV2Response) GetObjDebugOk() (*CommonResponseObjDebug, bool)
GetObjDebugOk returns a tuple with the ObjDebug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailtypeGetAutocompleteV2Response) SetObjDebug(v CommonResponseObjDebug)
SetObjDebug sets ObjDebug field to given value.
func (o *EmailtypeGetAutocompleteV2Response) HasObjDebug() bool
HasObjDebug returns a boolean if a field has been set.
func (o *EmailtypeGetAutocompleteV2Response) GetMPayload() EmailtypeGetAutocompleteV2ResponseMPayload
GetMPayload returns the MPayload field if non-nil, zero value otherwise.
func (o *EmailtypeGetAutocompleteV2Response) GetMPayloadOk() (*EmailtypeGetAutocompleteV2ResponseMPayload, bool)
GetMPayloadOk returns a tuple with the MPayload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EmailtypeGetAutocompleteV2Response) SetMPayload(v EmailtypeGetAutocompleteV2ResponseMPayload)
SetMPayload sets MPayload field to given value.