Name | Type | Description | Notes |
---|---|---|---|
PkiDiscussionmembershipID | Pointer to int32 | The unique ID of the Discussionmembership | [optional] |
FkiDiscussionID | int32 | The unique ID of the Discussion | |
FkiUserID | Pointer to int32 | The unique ID of the User | [optional] |
FkiUsergroupID | Pointer to int32 | The unique ID of the Usergroup | [optional] |
FkiModulesectionID | Pointer to int32 | The unique ID of the Modulesection | [optional] |
DtDiscussionmembershipJoined | string | The joined date of the Discussionmembership |
func NewDiscussionmembershipRequestCompound(fkiDiscussionID int32, dtDiscussionmembershipJoined string, ) *DiscussionmembershipRequestCompound
NewDiscussionmembershipRequestCompound instantiates a new DiscussionmembershipRequestCompound 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 NewDiscussionmembershipRequestCompoundWithDefaults() *DiscussionmembershipRequestCompound
NewDiscussionmembershipRequestCompoundWithDefaults instantiates a new DiscussionmembershipRequestCompound 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 *DiscussionmembershipRequestCompound) GetPkiDiscussionmembershipID() int32
GetPkiDiscussionmembershipID returns the PkiDiscussionmembershipID field if non-nil, zero value otherwise.
func (o *DiscussionmembershipRequestCompound) GetPkiDiscussionmembershipIDOk() (*int32, bool)
GetPkiDiscussionmembershipIDOk returns a tuple with the PkiDiscussionmembershipID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiscussionmembershipRequestCompound) SetPkiDiscussionmembershipID(v int32)
SetPkiDiscussionmembershipID sets PkiDiscussionmembershipID field to given value.
func (o *DiscussionmembershipRequestCompound) HasPkiDiscussionmembershipID() bool
HasPkiDiscussionmembershipID returns a boolean if a field has been set.
func (o *DiscussionmembershipRequestCompound) GetFkiDiscussionID() int32
GetFkiDiscussionID returns the FkiDiscussionID field if non-nil, zero value otherwise.
func (o *DiscussionmembershipRequestCompound) GetFkiDiscussionIDOk() (*int32, bool)
GetFkiDiscussionIDOk returns a tuple with the FkiDiscussionID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiscussionmembershipRequestCompound) SetFkiDiscussionID(v int32)
SetFkiDiscussionID sets FkiDiscussionID field to given value.
func (o *DiscussionmembershipRequestCompound) GetFkiUserID() int32
GetFkiUserID returns the FkiUserID field if non-nil, zero value otherwise.
func (o *DiscussionmembershipRequestCompound) GetFkiUserIDOk() (*int32, bool)
GetFkiUserIDOk returns a tuple with the FkiUserID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiscussionmembershipRequestCompound) SetFkiUserID(v int32)
SetFkiUserID sets FkiUserID field to given value.
func (o *DiscussionmembershipRequestCompound) HasFkiUserID() bool
HasFkiUserID returns a boolean if a field has been set.
func (o *DiscussionmembershipRequestCompound) GetFkiUsergroupID() int32
GetFkiUsergroupID returns the FkiUsergroupID field if non-nil, zero value otherwise.
func (o *DiscussionmembershipRequestCompound) GetFkiUsergroupIDOk() (*int32, bool)
GetFkiUsergroupIDOk returns a tuple with the FkiUsergroupID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiscussionmembershipRequestCompound) SetFkiUsergroupID(v int32)
SetFkiUsergroupID sets FkiUsergroupID field to given value.
func (o *DiscussionmembershipRequestCompound) HasFkiUsergroupID() bool
HasFkiUsergroupID returns a boolean if a field has been set.
func (o *DiscussionmembershipRequestCompound) GetFkiModulesectionID() int32
GetFkiModulesectionID returns the FkiModulesectionID field if non-nil, zero value otherwise.
func (o *DiscussionmembershipRequestCompound) GetFkiModulesectionIDOk() (*int32, bool)
GetFkiModulesectionIDOk returns a tuple with the FkiModulesectionID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiscussionmembershipRequestCompound) SetFkiModulesectionID(v int32)
SetFkiModulesectionID sets FkiModulesectionID field to given value.
func (o *DiscussionmembershipRequestCompound) HasFkiModulesectionID() bool
HasFkiModulesectionID returns a boolean if a field has been set.
func (o *DiscussionmembershipRequestCompound) GetDtDiscussionmembershipJoined() string
GetDtDiscussionmembershipJoined returns the DtDiscussionmembershipJoined field if non-nil, zero value otherwise.
func (o *DiscussionmembershipRequestCompound) GetDtDiscussionmembershipJoinedOk() (*string, bool)
GetDtDiscussionmembershipJoinedOk returns a tuple with the DtDiscussionmembershipJoined field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiscussionmembershipRequestCompound) SetDtDiscussionmembershipJoined(v string)
SetDtDiscussionmembershipJoined sets DtDiscussionmembershipJoined field to given value.