Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 4.11 KB

EzsignfoldersignerassociationCreateObjectV1Request.md

File metadata and controls

82 lines (45 loc) · 4.11 KB

EzsignfoldersignerassociationCreateObjectV1Request

Properties

Name Type Description Notes
ObjEzsignfoldersignerassociation Pointer to EzsignfoldersignerassociationRequest [optional]
ObjEzsignfoldersignerassociationCompound Pointer to EzsignfoldersignerassociationRequestCompound [optional]

Methods

NewEzsignfoldersignerassociationCreateObjectV1Request

func NewEzsignfoldersignerassociationCreateObjectV1Request() *EzsignfoldersignerassociationCreateObjectV1Request

NewEzsignfoldersignerassociationCreateObjectV1Request instantiates a new EzsignfoldersignerassociationCreateObjectV1Request 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

NewEzsignfoldersignerassociationCreateObjectV1RequestWithDefaults

func NewEzsignfoldersignerassociationCreateObjectV1RequestWithDefaults() *EzsignfoldersignerassociationCreateObjectV1Request

NewEzsignfoldersignerassociationCreateObjectV1RequestWithDefaults instantiates a new EzsignfoldersignerassociationCreateObjectV1Request 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

GetObjEzsignfoldersignerassociation

func (o *EzsignfoldersignerassociationCreateObjectV1Request) GetObjEzsignfoldersignerassociation() EzsignfoldersignerassociationRequest

GetObjEzsignfoldersignerassociation returns the ObjEzsignfoldersignerassociation field if non-nil, zero value otherwise.

GetObjEzsignfoldersignerassociationOk

func (o *EzsignfoldersignerassociationCreateObjectV1Request) GetObjEzsignfoldersignerassociationOk() (*EzsignfoldersignerassociationRequest, bool)

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

SetObjEzsignfoldersignerassociation

func (o *EzsignfoldersignerassociationCreateObjectV1Request) SetObjEzsignfoldersignerassociation(v EzsignfoldersignerassociationRequest)

SetObjEzsignfoldersignerassociation sets ObjEzsignfoldersignerassociation field to given value.

HasObjEzsignfoldersignerassociation

func (o *EzsignfoldersignerassociationCreateObjectV1Request) HasObjEzsignfoldersignerassociation() bool

HasObjEzsignfoldersignerassociation returns a boolean if a field has been set.

GetObjEzsignfoldersignerassociationCompound

func (o *EzsignfoldersignerassociationCreateObjectV1Request) GetObjEzsignfoldersignerassociationCompound() EzsignfoldersignerassociationRequestCompound

GetObjEzsignfoldersignerassociationCompound returns the ObjEzsignfoldersignerassociationCompound field if non-nil, zero value otherwise.

GetObjEzsignfoldersignerassociationCompoundOk

func (o *EzsignfoldersignerassociationCreateObjectV1Request) GetObjEzsignfoldersignerassociationCompoundOk() (*EzsignfoldersignerassociationRequestCompound, bool)

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

SetObjEzsignfoldersignerassociationCompound

func (o *EzsignfoldersignerassociationCreateObjectV1Request) SetObjEzsignfoldersignerassociationCompound(v EzsignfoldersignerassociationRequestCompound)

SetObjEzsignfoldersignerassociationCompound sets ObjEzsignfoldersignerassociationCompound field to given value.

HasObjEzsignfoldersignerassociationCompound

func (o *EzsignfoldersignerassociationCreateObjectV1Request) HasObjEzsignfoldersignerassociationCompound() bool

HasObjEzsignfoldersignerassociationCompound returns a boolean if a field has been set.

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