Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.51 KB

CustomFormsDataFolderResponse.md

File metadata and controls

93 lines (50 loc) · 3.51 KB

CustomFormsDataFolderResponse

Properties

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

Methods

NewCustomFormsDataFolderResponse

func NewCustomFormsDataFolderResponse(pkiEzsignfolderID int32, sEzsignfolderDescription string, aObjFormDataDocument []CustomFormDataDocumentResponse, ) *CustomFormsDataFolderResponse

NewCustomFormsDataFolderResponse instantiates a new CustomFormsDataFolderResponse 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

NewCustomFormsDataFolderResponseWithDefaults

func NewCustomFormsDataFolderResponseWithDefaults() *CustomFormsDataFolderResponse

NewCustomFormsDataFolderResponseWithDefaults instantiates a new CustomFormsDataFolderResponse 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 *CustomFormsDataFolderResponse) GetPkiEzsignfolderID() int32

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

GetPkiEzsignfolderIDOk

func (o *CustomFormsDataFolderResponse) 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 *CustomFormsDataFolderResponse) SetPkiEzsignfolderID(v int32)

SetPkiEzsignfolderID sets PkiEzsignfolderID field to given value.

GetSEzsignfolderDescription

func (o *CustomFormsDataFolderResponse) GetSEzsignfolderDescription() string

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

GetSEzsignfolderDescriptionOk

func (o *CustomFormsDataFolderResponse) 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 *CustomFormsDataFolderResponse) SetSEzsignfolderDescription(v string)

SetSEzsignfolderDescription sets SEzsignfolderDescription field to given value.

GetAObjFormDataDocument

func (o *CustomFormsDataFolderResponse) GetAObjFormDataDocument() []CustomFormDataDocumentResponse

GetAObjFormDataDocument returns the AObjFormDataDocument field if non-nil, zero value otherwise.

GetAObjFormDataDocumentOk

func (o *CustomFormsDataFolderResponse) GetAObjFormDataDocumentOk() (*[]CustomFormDataDocumentResponse, bool)

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

SetAObjFormDataDocument

func (o *CustomFormsDataFolderResponse) SetAObjFormDataDocument(v []CustomFormDataDocumentResponse)

SetAObjFormDataDocument sets AObjFormDataDocument field to given value.

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