Name | Type | Description | Notes |
---|---|---|---|
Submitted | bool | Whether the request to delete the key share holder group has been successfully submitted. - `true`: The request to delete the key share holder group has been successfully submitted. - `false`: The request to delete the key share holder group has not been submitted. |
func NewDeleteKeyShareHolderGroupById201Response(submitted bool, ) *DeleteKeyShareHolderGroupById201Response
NewDeleteKeyShareHolderGroupById201Response instantiates a new DeleteKeyShareHolderGroupById201Response 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 NewDeleteKeyShareHolderGroupById201ResponseWithDefaults() *DeleteKeyShareHolderGroupById201Response
NewDeleteKeyShareHolderGroupById201ResponseWithDefaults instantiates a new DeleteKeyShareHolderGroupById201Response 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 *DeleteKeyShareHolderGroupById201Response) GetSubmitted() bool
GetSubmitted returns the Submitted field if non-nil, zero value otherwise.
func (o *DeleteKeyShareHolderGroupById201Response) 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 *DeleteKeyShareHolderGroupById201Response) SetSubmitted(v bool)
SetSubmitted sets Submitted field to given value.