Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.36 KB

EzsignsigningreasonCreateObjectV1ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.36 KB

EzsignsigningreasonCreateObjectV1ResponseMPayload

Properties

Name Type Description Notes
APkiEzsignsigningreasonID []int32 An array of unique IDs representing the object that were requested to be created. They are returned in the same order as the array containing the objects to be created that was sent in the request.

Methods

NewEzsignsigningreasonCreateObjectV1ResponseMPayload

func NewEzsignsigningreasonCreateObjectV1ResponseMPayload(aPkiEzsignsigningreasonID []int32, ) *EzsignsigningreasonCreateObjectV1ResponseMPayload

NewEzsignsigningreasonCreateObjectV1ResponseMPayload instantiates a new EzsignsigningreasonCreateObjectV1ResponseMPayload 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

NewEzsignsigningreasonCreateObjectV1ResponseMPayloadWithDefaults

func NewEzsignsigningreasonCreateObjectV1ResponseMPayloadWithDefaults() *EzsignsigningreasonCreateObjectV1ResponseMPayload

NewEzsignsigningreasonCreateObjectV1ResponseMPayloadWithDefaults instantiates a new EzsignsigningreasonCreateObjectV1ResponseMPayload 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

GetAPkiEzsignsigningreasonID

func (o *EzsignsigningreasonCreateObjectV1ResponseMPayload) GetAPkiEzsignsigningreasonID() []int32

GetAPkiEzsignsigningreasonID returns the APkiEzsignsigningreasonID field if non-nil, zero value otherwise.

GetAPkiEzsignsigningreasonIDOk

func (o *EzsignsigningreasonCreateObjectV1ResponseMPayload) GetAPkiEzsignsigningreasonIDOk() (*[]int32, bool)

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

SetAPkiEzsignsigningreasonID

func (o *EzsignsigningreasonCreateObjectV1ResponseMPayload) SetAPkiEzsignsigningreasonID(v []int32)

SetAPkiEzsignsigningreasonID sets APkiEzsignsigningreasonID field to given value.

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