Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.1 KB

EzsignannotationCreateObjectV1Request.md

File metadata and controls

51 lines (28 loc) · 2.1 KB

EzsignannotationCreateObjectV1Request

Properties

Name Type Description Notes
AObjEzsignannotation []EzsignannotationRequestCompound

Methods

NewEzsignannotationCreateObjectV1Request

func NewEzsignannotationCreateObjectV1Request(aObjEzsignannotation []EzsignannotationRequestCompound, ) *EzsignannotationCreateObjectV1Request

NewEzsignannotationCreateObjectV1Request instantiates a new EzsignannotationCreateObjectV1Request 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

NewEzsignannotationCreateObjectV1RequestWithDefaults

func NewEzsignannotationCreateObjectV1RequestWithDefaults() *EzsignannotationCreateObjectV1Request

NewEzsignannotationCreateObjectV1RequestWithDefaults instantiates a new EzsignannotationCreateObjectV1Request 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

GetAObjEzsignannotation

func (o *EzsignannotationCreateObjectV1Request) GetAObjEzsignannotation() []EzsignannotationRequestCompound

GetAObjEzsignannotation returns the AObjEzsignannotation field if non-nil, zero value otherwise.

GetAObjEzsignannotationOk

func (o *EzsignannotationCreateObjectV1Request) GetAObjEzsignannotationOk() (*[]EzsignannotationRequestCompound, bool)

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

SetAObjEzsignannotation

func (o *EzsignannotationCreateObjectV1Request) SetAObjEzsignannotation(v []EzsignannotationRequestCompound)

SetAObjEzsignannotation sets AObjEzsignannotation field to given value.

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