Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.83 KB

DeleteUser200ResponseData.md

File metadata and controls

51 lines (28 loc) · 1.83 KB

DeleteUser200ResponseData

Properties

Name Type Description Notes
DeletedUser DeleteUser200ResponseDataDeletedUser

Methods

NewDeleteUser200ResponseData

func NewDeleteUser200ResponseData(deletedUser DeleteUser200ResponseDataDeletedUser, ) *DeleteUser200ResponseData

NewDeleteUser200ResponseData instantiates a new DeleteUser200ResponseData 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

NewDeleteUser200ResponseDataWithDefaults

func NewDeleteUser200ResponseDataWithDefaults() *DeleteUser200ResponseData

NewDeleteUser200ResponseDataWithDefaults instantiates a new DeleteUser200ResponseData 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

GetDeletedUser

func (o *DeleteUser200ResponseData) GetDeletedUser() DeleteUser200ResponseDataDeletedUser

GetDeletedUser returns the DeletedUser field if non-nil, zero value otherwise.

GetDeletedUserOk

func (o *DeleteUser200ResponseData) GetDeletedUserOk() (*DeleteUser200ResponseDataDeletedUser, bool)

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

SetDeletedUser

func (o *DeleteUser200ResponseData) SetDeletedUser(v DeleteUser200ResponseDataDeletedUser)

SetDeletedUser sets DeletedUser field to given value.

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