Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 3.5 KB

EzsigntemplatepackagesignerDeleteObjectV1ResponseMPayload.md

File metadata and controls

72 lines (39 loc) · 3.5 KB

EzsigntemplatepackagesignerDeleteObjectV1ResponseMPayload

Properties

Name Type Description Notes
BEzsigntemplatepackageNeedvalidation bool Whether the Ezsignbulksend was automatically modified and needs a manual validation
BEzsignbulksendNeedvalidation bool Whether the Ezsigntemplatepackage was automatically modified and needs a manual validation

Methods

NewEzsigntemplatepackagesignerDeleteObjectV1ResponseMPayload

func NewEzsigntemplatepackagesignerDeleteObjectV1ResponseMPayload(bEzsigntemplatepackageNeedvalidation bool, bEzsignbulksendNeedvalidation bool, ) *EzsigntemplatepackagesignerDeleteObjectV1ResponseMPayload

NewEzsigntemplatepackagesignerDeleteObjectV1ResponseMPayload instantiates a new EzsigntemplatepackagesignerDeleteObjectV1ResponseMPayload 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

NewEzsigntemplatepackagesignerDeleteObjectV1ResponseMPayloadWithDefaults

func NewEzsigntemplatepackagesignerDeleteObjectV1ResponseMPayloadWithDefaults() *EzsigntemplatepackagesignerDeleteObjectV1ResponseMPayload

NewEzsigntemplatepackagesignerDeleteObjectV1ResponseMPayloadWithDefaults instantiates a new EzsigntemplatepackagesignerDeleteObjectV1ResponseMPayload 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

GetBEzsigntemplatepackageNeedvalidation

func (o *EzsigntemplatepackagesignerDeleteObjectV1ResponseMPayload) GetBEzsigntemplatepackageNeedvalidation() bool

GetBEzsigntemplatepackageNeedvalidation returns the BEzsigntemplatepackageNeedvalidation field if non-nil, zero value otherwise.

GetBEzsigntemplatepackageNeedvalidationOk

func (o *EzsigntemplatepackagesignerDeleteObjectV1ResponseMPayload) GetBEzsigntemplatepackageNeedvalidationOk() (*bool, bool)

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

SetBEzsigntemplatepackageNeedvalidation

func (o *EzsigntemplatepackagesignerDeleteObjectV1ResponseMPayload) SetBEzsigntemplatepackageNeedvalidation(v bool)

SetBEzsigntemplatepackageNeedvalidation sets BEzsigntemplatepackageNeedvalidation field to given value.

GetBEzsignbulksendNeedvalidation

func (o *EzsigntemplatepackagesignerDeleteObjectV1ResponseMPayload) GetBEzsignbulksendNeedvalidation() bool

GetBEzsignbulksendNeedvalidation returns the BEzsignbulksendNeedvalidation field if non-nil, zero value otherwise.

GetBEzsignbulksendNeedvalidationOk

func (o *EzsigntemplatepackagesignerDeleteObjectV1ResponseMPayload) GetBEzsignbulksendNeedvalidationOk() (*bool, bool)

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

SetBEzsignbulksendNeedvalidation

func (o *EzsigntemplatepackagesignerDeleteObjectV1ResponseMPayload) SetBEzsignbulksendNeedvalidation(v bool)

SetBEzsignbulksendNeedvalidation sets BEzsignbulksendNeedvalidation field to given value.

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