Name | Type | Description | Notes |
---|---|---|---|
AObjPdfalevel | []PdfalevelAutocompleteElementResponse | An array of Pdfalevel autocomplete element response. |
func NewPdfalevelGetAutocompleteV2ResponseMPayload(aObjPdfalevel []PdfalevelAutocompleteElementResponse, ) *PdfalevelGetAutocompleteV2ResponseMPayload
NewPdfalevelGetAutocompleteV2ResponseMPayload instantiates a new PdfalevelGetAutocompleteV2ResponseMPayload 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 NewPdfalevelGetAutocompleteV2ResponseMPayloadWithDefaults() *PdfalevelGetAutocompleteV2ResponseMPayload
NewPdfalevelGetAutocompleteV2ResponseMPayloadWithDefaults instantiates a new PdfalevelGetAutocompleteV2ResponseMPayload 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 *PdfalevelGetAutocompleteV2ResponseMPayload) GetAObjPdfalevel() []PdfalevelAutocompleteElementResponse
GetAObjPdfalevel returns the AObjPdfalevel field if non-nil, zero value otherwise.
func (o *PdfalevelGetAutocompleteV2ResponseMPayload) GetAObjPdfalevelOk() (*[]PdfalevelAutocompleteElementResponse, bool)
GetAObjPdfalevelOk returns a tuple with the AObjPdfalevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PdfalevelGetAutocompleteV2ResponseMPayload) SetAObjPdfalevel(v []PdfalevelAutocompleteElementResponse)
SetAObjPdfalevel sets AObjPdfalevel field to given value.