Name | Type | Description | Notes |
---|---|---|---|
BEzsignformIsdraft | bool | Whether the Ezsignform submitted is a draft or not. | |
AObjEzsignformfieldgroup | []CustomEzsignformfieldgroupRequest |
func NewEzsigndocumentSubmitEzsignformV1Request(bEzsignformIsdraft bool, aObjEzsignformfieldgroup []CustomEzsignformfieldgroupRequest, ) *EzsigndocumentSubmitEzsignformV1Request
NewEzsigndocumentSubmitEzsignformV1Request instantiates a new EzsigndocumentSubmitEzsignformV1Request 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 NewEzsigndocumentSubmitEzsignformV1RequestWithDefaults() *EzsigndocumentSubmitEzsignformV1Request
NewEzsigndocumentSubmitEzsignformV1RequestWithDefaults instantiates a new EzsigndocumentSubmitEzsignformV1Request 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 *EzsigndocumentSubmitEzsignformV1Request) GetBEzsignformIsdraft() bool
GetBEzsignformIsdraft returns the BEzsignformIsdraft field if non-nil, zero value otherwise.
func (o *EzsigndocumentSubmitEzsignformV1Request) GetBEzsignformIsdraftOk() (*bool, bool)
GetBEzsignformIsdraftOk returns a tuple with the BEzsignformIsdraft field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsigndocumentSubmitEzsignformV1Request) SetBEzsignformIsdraft(v bool)
SetBEzsignformIsdraft sets BEzsignformIsdraft field to given value.
func (o *EzsigndocumentSubmitEzsignformV1Request) GetAObjEzsignformfieldgroup() []CustomEzsignformfieldgroupRequest
GetAObjEzsignformfieldgroup returns the AObjEzsignformfieldgroup field if non-nil, zero value otherwise.
func (o *EzsigndocumentSubmitEzsignformV1Request) GetAObjEzsignformfieldgroupOk() (*[]CustomEzsignformfieldgroupRequest, bool)
GetAObjEzsignformfieldgroupOk returns a tuple with the AObjEzsignformfieldgroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsigndocumentSubmitEzsignformV1Request) SetAObjEzsignformfieldgroup(v []CustomEzsignformfieldgroupRequest)
SetAObjEzsignformfieldgroup sets AObjEzsignformfieldgroup field to given value.