Name | Type | Description | Notes |
---|---|---|---|
Submitted | bool | Whether the request to delete the wallet has been successfully submitted. - `true`: The request to delete the wallet has been successfully submitted. - `false`: The request to delete the wallet has not been submitted. |
func NewDeleteWalletById201Response(submitted bool, ) *DeleteWalletById201Response
NewDeleteWalletById201Response instantiates a new DeleteWalletById201Response 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
func NewDeleteWalletById201ResponseWithDefaults() *DeleteWalletById201Response
NewDeleteWalletById201ResponseWithDefaults instantiates a new DeleteWalletById201Response 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
func (o *DeleteWalletById201Response) GetSubmitted() bool
GetSubmitted returns the Submitted field if non-nil, zero value otherwise.
func (o *DeleteWalletById201Response) GetSubmittedOk() (*bool, bool)
GetSubmittedOk returns a tuple with the Submitted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeleteWalletById201Response) SetSubmitted(v bool)
SetSubmitted sets Submitted field to given value.