Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.15 KB

UpdateKeyShareHolderGroupByIdRequest.md

File metadata and controls

51 lines (28 loc) · 2.15 KB

UpdateKeyShareHolderGroupByIdRequest

Properties

Name Type Description Notes
UpdateKeyShareHolderGroupAction UpdateGroupAction

Methods

NewUpdateKeyShareHolderGroupByIdRequest

func NewUpdateKeyShareHolderGroupByIdRequest(updateKeyShareHolderGroupAction UpdateGroupAction, ) *UpdateKeyShareHolderGroupByIdRequest

NewUpdateKeyShareHolderGroupByIdRequest instantiates a new UpdateKeyShareHolderGroupByIdRequest 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

NewUpdateKeyShareHolderGroupByIdRequestWithDefaults

func NewUpdateKeyShareHolderGroupByIdRequestWithDefaults() *UpdateKeyShareHolderGroupByIdRequest

NewUpdateKeyShareHolderGroupByIdRequestWithDefaults instantiates a new UpdateKeyShareHolderGroupByIdRequest 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

GetUpdateKeyShareHolderGroupAction

func (o *UpdateKeyShareHolderGroupByIdRequest) GetUpdateKeyShareHolderGroupAction() UpdateGroupAction

GetUpdateKeyShareHolderGroupAction returns the UpdateKeyShareHolderGroupAction field if non-nil, zero value otherwise.

GetUpdateKeyShareHolderGroupActionOk

func (o *UpdateKeyShareHolderGroupByIdRequest) GetUpdateKeyShareHolderGroupActionOk() (*UpdateGroupAction, bool)

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

SetUpdateKeyShareHolderGroupAction

func (o *UpdateKeyShareHolderGroupByIdRequest) SetUpdateKeyShareHolderGroupAction(v UpdateGroupAction)

SetUpdateKeyShareHolderGroupAction sets UpdateKeyShareHolderGroupAction field to given value.

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