Name | Type | Description | Notes |
---|---|---|---|
AcceptedAt | Pointer to NullableTime | [optional] | |
CreatedBy | Pointer to string | [optional] | |
Pointer to string | [optional] | ||
Organization | Pointer to string | [optional] | |
Project | Pointer to NullableString | [optional] | |
Role | Pointer to string | [optional] |
func NewPatchedUserInviteDraft() *PatchedUserInviteDraft
NewPatchedUserInviteDraft instantiates a new PatchedUserInviteDraft 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 NewPatchedUserInviteDraftWithDefaults() *PatchedUserInviteDraft
NewPatchedUserInviteDraftWithDefaults instantiates a new PatchedUserInviteDraft 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 *PatchedUserInviteDraft) GetAcceptedAt() time.Time
GetAcceptedAt returns the AcceptedAt field if non-nil, zero value otherwise.
func (o *PatchedUserInviteDraft) GetAcceptedAtOk() (*time.Time, bool)
GetAcceptedAtOk returns a tuple with the AcceptedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedUserInviteDraft) SetAcceptedAt(v time.Time)
SetAcceptedAt sets AcceptedAt field to given value.
func (o *PatchedUserInviteDraft) HasAcceptedAt() bool
HasAcceptedAt returns a boolean if a field has been set.
func (o *PatchedUserInviteDraft) SetAcceptedAtNil(b bool)
SetAcceptedAtNil sets the value for AcceptedAt to be an explicit nil
func (o *PatchedUserInviteDraft) UnsetAcceptedAt()
UnsetAcceptedAt ensures that no value is present for AcceptedAt, not even an explicit nil
func (o *PatchedUserInviteDraft) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *PatchedUserInviteDraft) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedUserInviteDraft) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *PatchedUserInviteDraft) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *PatchedUserInviteDraft) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *PatchedUserInviteDraft) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedUserInviteDraft) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *PatchedUserInviteDraft) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *PatchedUserInviteDraft) GetOrganization() string
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *PatchedUserInviteDraft) GetOrganizationOk() (*string, bool)
GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedUserInviteDraft) SetOrganization(v string)
SetOrganization sets Organization field to given value.
func (o *PatchedUserInviteDraft) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *PatchedUserInviteDraft) GetProject() string
GetProject returns the Project field if non-nil, zero value otherwise.
func (o *PatchedUserInviteDraft) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedUserInviteDraft) SetProject(v string)
SetProject sets Project field to given value.
func (o *PatchedUserInviteDraft) HasProject() bool
HasProject returns a boolean if a field has been set.
func (o *PatchedUserInviteDraft) SetProjectNil(b bool)
SetProjectNil sets the value for Project to be an explicit nil
func (o *PatchedUserInviteDraft) UnsetProject()
UnsetProject ensures that no value is present for Project, not even an explicit nil
func (o *PatchedUserInviteDraft) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *PatchedUserInviteDraft) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedUserInviteDraft) SetRole(v string)
SetRole sets Role field to given value.
func (o *PatchedUserInviteDraft) HasRole() bool
HasRole returns a boolean if a field has been set.