Name | Type | Description | Notes |
---|---|---|---|
APkiEzsignfolderID | []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. |
func NewEzsignfolderCreateObjectV1ResponseMPayload(aPkiEzsignfolderID []int32, ) *EzsignfolderCreateObjectV1ResponseMPayload
NewEzsignfolderCreateObjectV1ResponseMPayload instantiates a new EzsignfolderCreateObjectV1ResponseMPayload 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 NewEzsignfolderCreateObjectV1ResponseMPayloadWithDefaults() *EzsignfolderCreateObjectV1ResponseMPayload
NewEzsignfolderCreateObjectV1ResponseMPayloadWithDefaults instantiates a new EzsignfolderCreateObjectV1ResponseMPayload 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 *EzsignfolderCreateObjectV1ResponseMPayload) GetAPkiEzsignfolderID() []int32
GetAPkiEzsignfolderID returns the APkiEzsignfolderID field if non-nil, zero value otherwise.
func (o *EzsignfolderCreateObjectV1ResponseMPayload) GetAPkiEzsignfolderIDOk() (*[]int32, bool)
GetAPkiEzsignfolderIDOk returns a tuple with the APkiEzsignfolderID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignfolderCreateObjectV1ResponseMPayload) SetAPkiEzsignfolderID(v []int32)
SetAPkiEzsignfolderID sets APkiEzsignfolderID field to given value.