Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 4.05 KB

CustomEzsignfolderEzsignsignaturesAutomaticResponse.md

File metadata and controls

93 lines (50 loc) · 4.05 KB

CustomEzsignfolderEzsignsignaturesAutomaticResponse

Properties

Name Type Description Notes
PkiEzsignfolderID int32 The unique ID of the Ezsignfolder
SEzsignfolderDescription string The description of the Ezsignfolder
AObjEzsigndocument []CustomEzsigndocumentEzsignsignaturesAutomaticResponse

Methods

NewCustomEzsignfolderEzsignsignaturesAutomaticResponse

func NewCustomEzsignfolderEzsignsignaturesAutomaticResponse(pkiEzsignfolderID int32, sEzsignfolderDescription string, aObjEzsigndocument []CustomEzsigndocumentEzsignsignaturesAutomaticResponse, ) *CustomEzsignfolderEzsignsignaturesAutomaticResponse

NewCustomEzsignfolderEzsignsignaturesAutomaticResponse instantiates a new CustomEzsignfolderEzsignsignaturesAutomaticResponse 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

NewCustomEzsignfolderEzsignsignaturesAutomaticResponseWithDefaults

func NewCustomEzsignfolderEzsignsignaturesAutomaticResponseWithDefaults() *CustomEzsignfolderEzsignsignaturesAutomaticResponse

NewCustomEzsignfolderEzsignsignaturesAutomaticResponseWithDefaults instantiates a new CustomEzsignfolderEzsignsignaturesAutomaticResponse 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

GetPkiEzsignfolderID

func (o *CustomEzsignfolderEzsignsignaturesAutomaticResponse) GetPkiEzsignfolderID() int32

GetPkiEzsignfolderID returns the PkiEzsignfolderID field if non-nil, zero value otherwise.

GetPkiEzsignfolderIDOk

func (o *CustomEzsignfolderEzsignsignaturesAutomaticResponse) GetPkiEzsignfolderIDOk() (*int32, bool)

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

SetPkiEzsignfolderID

func (o *CustomEzsignfolderEzsignsignaturesAutomaticResponse) SetPkiEzsignfolderID(v int32)

SetPkiEzsignfolderID sets PkiEzsignfolderID field to given value.

GetSEzsignfolderDescription

func (o *CustomEzsignfolderEzsignsignaturesAutomaticResponse) GetSEzsignfolderDescription() string

GetSEzsignfolderDescription returns the SEzsignfolderDescription field if non-nil, zero value otherwise.

GetSEzsignfolderDescriptionOk

func (o *CustomEzsignfolderEzsignsignaturesAutomaticResponse) GetSEzsignfolderDescriptionOk() (*string, bool)

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

SetSEzsignfolderDescription

func (o *CustomEzsignfolderEzsignsignaturesAutomaticResponse) SetSEzsignfolderDescription(v string)

SetSEzsignfolderDescription sets SEzsignfolderDescription field to given value.

GetAObjEzsigndocument

func (o *CustomEzsignfolderEzsignsignaturesAutomaticResponse) GetAObjEzsigndocument() []CustomEzsigndocumentEzsignsignaturesAutomaticResponse

GetAObjEzsigndocument returns the AObjEzsigndocument field if non-nil, zero value otherwise.

GetAObjEzsigndocumentOk

func (o *CustomEzsignfolderEzsignsignaturesAutomaticResponse) GetAObjEzsigndocumentOk() (*[]CustomEzsigndocumentEzsignsignaturesAutomaticResponse, bool)

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

SetAObjEzsigndocument

func (o *CustomEzsignfolderEzsignsignaturesAutomaticResponse) SetAObjEzsigndocument(v []CustomEzsigndocumentEzsignsignaturesAutomaticResponse)

SetAObjEzsigndocument sets AObjEzsigndocument field to given value.

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