Name | Type | Description | Notes |
---|---|---|---|
PkiEzsigndocumentID | int32 | The unique ID of the Ezsigndocument | |
AObjMatchingtemplate | []EzsigndocumentMatchingtemplateV3Response | An array of possibly matching template. |
func NewEzsigndocumentCreateElementV3Response(pkiEzsigndocumentID int32, aObjMatchingtemplate []EzsigndocumentMatchingtemplateV3Response, ) *EzsigndocumentCreateElementV3Response
NewEzsigndocumentCreateElementV3Response instantiates a new EzsigndocumentCreateElementV3Response 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 NewEzsigndocumentCreateElementV3ResponseWithDefaults() *EzsigndocumentCreateElementV3Response
NewEzsigndocumentCreateElementV3ResponseWithDefaults instantiates a new EzsigndocumentCreateElementV3Response 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 *EzsigndocumentCreateElementV3Response) GetPkiEzsigndocumentID() int32
GetPkiEzsigndocumentID returns the PkiEzsigndocumentID field if non-nil, zero value otherwise.
func (o *EzsigndocumentCreateElementV3Response) GetPkiEzsigndocumentIDOk() (*int32, bool)
GetPkiEzsigndocumentIDOk returns a tuple with the PkiEzsigndocumentID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsigndocumentCreateElementV3Response) SetPkiEzsigndocumentID(v int32)
SetPkiEzsigndocumentID sets PkiEzsigndocumentID field to given value.
func (o *EzsigndocumentCreateElementV3Response) GetAObjMatchingtemplate() []EzsigndocumentMatchingtemplateV3Response
GetAObjMatchingtemplate returns the AObjMatchingtemplate field if non-nil, zero value otherwise.
func (o *EzsigndocumentCreateElementV3Response) GetAObjMatchingtemplateOk() (*[]EzsigndocumentMatchingtemplateV3Response, bool)
GetAObjMatchingtemplateOk returns a tuple with the AObjMatchingtemplate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsigndocumentCreateElementV3Response) SetAObjMatchingtemplate(v []EzsigndocumentMatchingtemplateV3Response)
SetAObjMatchingtemplate sets AObjMatchingtemplate field to given value.