Name | Type | Description | Notes |
---|---|---|---|
UpdateKeyShareHolderGroupAction | UpdateGroupAction |
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
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
func (o *UpdateKeyShareHolderGroupByIdRequest) GetUpdateKeyShareHolderGroupAction() UpdateGroupAction
GetUpdateKeyShareHolderGroupAction returns the UpdateKeyShareHolderGroupAction field if non-nil, zero value otherwise.
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.
func (o *UpdateKeyShareHolderGroupByIdRequest) SetUpdateKeyShareHolderGroupAction(v UpdateGroupAction)
SetUpdateKeyShareHolderGroupAction sets UpdateKeyShareHolderGroupAction field to given value.