Name | Type | Description | Notes |
---|---|---|---|
APkiEzsigntemplateID | []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 NewEzsigntemplateCreateObjectV3ResponseMPayload(aPkiEzsigntemplateID []int32, ) *EzsigntemplateCreateObjectV3ResponseMPayload
NewEzsigntemplateCreateObjectV3ResponseMPayload instantiates a new EzsigntemplateCreateObjectV3ResponseMPayload 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 NewEzsigntemplateCreateObjectV3ResponseMPayloadWithDefaults() *EzsigntemplateCreateObjectV3ResponseMPayload
NewEzsigntemplateCreateObjectV3ResponseMPayloadWithDefaults instantiates a new EzsigntemplateCreateObjectV3ResponseMPayload 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 *EzsigntemplateCreateObjectV3ResponseMPayload) GetAPkiEzsigntemplateID() []int32
GetAPkiEzsigntemplateID returns the APkiEzsigntemplateID field if non-nil, zero value otherwise.
func (o *EzsigntemplateCreateObjectV3ResponseMPayload) GetAPkiEzsigntemplateIDOk() (*[]int32, bool)
GetAPkiEzsigntemplateIDOk returns a tuple with the APkiEzsigntemplateID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsigntemplateCreateObjectV3ResponseMPayload) SetAPkiEzsigntemplateID(v []int32)
SetAPkiEzsigntemplateID sets APkiEzsigntemplateID field to given value.