Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.09 KB

DeleteKeyShareHolderGroupById201Response.md

File metadata and controls

51 lines (28 loc) · 2.09 KB

DeleteKeyShareHolderGroupById201Response

Properties

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.

Methods

NewDeleteKeyShareHolderGroupById201Response

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

NewDeleteKeyShareHolderGroupById201ResponseWithDefaults

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

GetSubmitted

func (o *DeleteKeyShareHolderGroupById201Response) GetSubmitted() bool

GetSubmitted returns the Submitted field if non-nil, zero value otherwise.

GetSubmittedOk

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.

SetSubmitted

func (o *DeleteKeyShareHolderGroupById201Response) SetSubmitted(v bool)

SetSubmitted sets Submitted field to given value.

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