Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.15 KB

PdfalevelGetAutocompleteV2ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.15 KB

PdfalevelGetAutocompleteV2ResponseMPayload

Properties

Name Type Description Notes
AObjPdfalevel []PdfalevelAutocompleteElementResponse An array of Pdfalevel autocomplete element response.

Methods

NewPdfalevelGetAutocompleteV2ResponseMPayload

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

NewPdfalevelGetAutocompleteV2ResponseMPayloadWithDefaults

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

GetAObjPdfalevel

func (o *PdfalevelGetAutocompleteV2ResponseMPayload) GetAObjPdfalevel() []PdfalevelAutocompleteElementResponse

GetAObjPdfalevel returns the AObjPdfalevel field if non-nil, zero value otherwise.

GetAObjPdfalevelOk

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.

SetAObjPdfalevel

func (o *PdfalevelGetAutocompleteV2ResponseMPayload) SetAObjPdfalevel(v []PdfalevelAutocompleteElementResponse)

SetAObjPdfalevel sets AObjPdfalevel field to given value.

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