Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.64 KB

EzsignfoldersignerassociationCreateObjectV2ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.64 KB

EzsignfoldersignerassociationCreateObjectV2ResponseMPayload

Properties

Name Type Description Notes
APkiEzsignfoldersignerassociationID []int32 An array of unique IDs representing the object that were requested to be created. They are returned in the same order as the array containing the objects to be created that was sent in the request.

Methods

NewEzsignfoldersignerassociationCreateObjectV2ResponseMPayload

func NewEzsignfoldersignerassociationCreateObjectV2ResponseMPayload(aPkiEzsignfoldersignerassociationID []int32, ) *EzsignfoldersignerassociationCreateObjectV2ResponseMPayload

NewEzsignfoldersignerassociationCreateObjectV2ResponseMPayload instantiates a new EzsignfoldersignerassociationCreateObjectV2ResponseMPayload 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

NewEzsignfoldersignerassociationCreateObjectV2ResponseMPayloadWithDefaults

func NewEzsignfoldersignerassociationCreateObjectV2ResponseMPayloadWithDefaults() *EzsignfoldersignerassociationCreateObjectV2ResponseMPayload

NewEzsignfoldersignerassociationCreateObjectV2ResponseMPayloadWithDefaults instantiates a new EzsignfoldersignerassociationCreateObjectV2ResponseMPayload 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

GetAPkiEzsignfoldersignerassociationID

func (o *EzsignfoldersignerassociationCreateObjectV2ResponseMPayload) GetAPkiEzsignfoldersignerassociationID() []int32

GetAPkiEzsignfoldersignerassociationID returns the APkiEzsignfoldersignerassociationID field if non-nil, zero value otherwise.

GetAPkiEzsignfoldersignerassociationIDOk

func (o *EzsignfoldersignerassociationCreateObjectV2ResponseMPayload) GetAPkiEzsignfoldersignerassociationIDOk() (*[]int32, bool)

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

SetAPkiEzsignfoldersignerassociationID

func (o *EzsignfoldersignerassociationCreateObjectV2ResponseMPayload) SetAPkiEzsignfoldersignerassociationID(v []int32)

SetAPkiEzsignfoldersignerassociationID sets APkiEzsignfoldersignerassociationID field to given value.

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