Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.82 KB

UserCreateEzsignuserV1ResponseMPayload.md

File metadata and controls

72 lines (39 loc) · 2.82 KB

UserCreateEzsignuserV1ResponseMPayload

Properties

Name Type Description Notes
ASEmailAddressSuccess []string An array of email addresses that succeeded.
ASEmailAddressFailure []string An array of email addresses that failed.

Methods

NewUserCreateEzsignuserV1ResponseMPayload

func NewUserCreateEzsignuserV1ResponseMPayload(aSEmailAddressSuccess []string, aSEmailAddressFailure []string, ) *UserCreateEzsignuserV1ResponseMPayload

NewUserCreateEzsignuserV1ResponseMPayload instantiates a new UserCreateEzsignuserV1ResponseMPayload 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

NewUserCreateEzsignuserV1ResponseMPayloadWithDefaults

func NewUserCreateEzsignuserV1ResponseMPayloadWithDefaults() *UserCreateEzsignuserV1ResponseMPayload

NewUserCreateEzsignuserV1ResponseMPayloadWithDefaults instantiates a new UserCreateEzsignuserV1ResponseMPayload 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

GetASEmailAddressSuccess

func (o *UserCreateEzsignuserV1ResponseMPayload) GetASEmailAddressSuccess() []string

GetASEmailAddressSuccess returns the ASEmailAddressSuccess field if non-nil, zero value otherwise.

GetASEmailAddressSuccessOk

func (o *UserCreateEzsignuserV1ResponseMPayload) GetASEmailAddressSuccessOk() (*[]string, bool)

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

SetASEmailAddressSuccess

func (o *UserCreateEzsignuserV1ResponseMPayload) SetASEmailAddressSuccess(v []string)

SetASEmailAddressSuccess sets ASEmailAddressSuccess field to given value.

GetASEmailAddressFailure

func (o *UserCreateEzsignuserV1ResponseMPayload) GetASEmailAddressFailure() []string

GetASEmailAddressFailure returns the ASEmailAddressFailure field if non-nil, zero value otherwise.

GetASEmailAddressFailureOk

func (o *UserCreateEzsignuserV1ResponseMPayload) GetASEmailAddressFailureOk() (*[]string, bool)

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

SetASEmailAddressFailure

func (o *UserCreateEzsignuserV1ResponseMPayload) SetASEmailAddressFailure(v []string)

SetASEmailAddressFailure sets ASEmailAddressFailure field to given value.

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