Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.98 KB

EzsigndocumentPatchObjectV1Request.md

File metadata and controls

51 lines (28 loc) · 1.98 KB

EzsigndocumentPatchObjectV1Request

Properties

Name Type Description Notes
ObjEzsigndocument EzsigndocumentRequestPatch

Methods

NewEzsigndocumentPatchObjectV1Request

func NewEzsigndocumentPatchObjectV1Request(objEzsigndocument EzsigndocumentRequestPatch, ) *EzsigndocumentPatchObjectV1Request

NewEzsigndocumentPatchObjectV1Request instantiates a new EzsigndocumentPatchObjectV1Request 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

NewEzsigndocumentPatchObjectV1RequestWithDefaults

func NewEzsigndocumentPatchObjectV1RequestWithDefaults() *EzsigndocumentPatchObjectV1Request

NewEzsigndocumentPatchObjectV1RequestWithDefaults instantiates a new EzsigndocumentPatchObjectV1Request 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

GetObjEzsigndocument

func (o *EzsigndocumentPatchObjectV1Request) GetObjEzsigndocument() EzsigndocumentRequestPatch

GetObjEzsigndocument returns the ObjEzsigndocument field if non-nil, zero value otherwise.

GetObjEzsigndocumentOk

func (o *EzsigndocumentPatchObjectV1Request) GetObjEzsigndocumentOk() (*EzsigndocumentRequestPatch, bool)

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

SetObjEzsigndocument

func (o *EzsigndocumentPatchObjectV1Request) SetObjEzsigndocument(v EzsigndocumentRequestPatch)

SetObjEzsigndocument sets ObjEzsigndocument field to given value.

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