Skip to content

Latest commit

 

History

History
206 lines (113 loc) · 5.64 KB

PatchedUserInviteDraft.md

File metadata and controls

206 lines (113 loc) · 5.64 KB

PatchedUserInviteDraft

Properties

Name Type Description Notes
AcceptedAt Pointer to NullableTime [optional]
CreatedBy Pointer to string [optional]
Email Pointer to string [optional]
Organization Pointer to string [optional]
Project Pointer to NullableString [optional]
Role Pointer to string [optional]

Methods

NewPatchedUserInviteDraft

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

NewPatchedUserInviteDraftWithDefaults

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

GetAcceptedAt

func (o *PatchedUserInviteDraft) GetAcceptedAt() time.Time

GetAcceptedAt returns the AcceptedAt field if non-nil, zero value otherwise.

GetAcceptedAtOk

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.

SetAcceptedAt

func (o *PatchedUserInviteDraft) SetAcceptedAt(v time.Time)

SetAcceptedAt sets AcceptedAt field to given value.

HasAcceptedAt

func (o *PatchedUserInviteDraft) HasAcceptedAt() bool

HasAcceptedAt returns a boolean if a field has been set.

SetAcceptedAtNil

func (o *PatchedUserInviteDraft) SetAcceptedAtNil(b bool)

SetAcceptedAtNil sets the value for AcceptedAt to be an explicit nil

UnsetAcceptedAt

func (o *PatchedUserInviteDraft) UnsetAcceptedAt()

UnsetAcceptedAt ensures that no value is present for AcceptedAt, not even an explicit nil

GetCreatedBy

func (o *PatchedUserInviteDraft) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

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.

SetCreatedBy

func (o *PatchedUserInviteDraft) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *PatchedUserInviteDraft) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetEmail

func (o *PatchedUserInviteDraft) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

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.

SetEmail

func (o *PatchedUserInviteDraft) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *PatchedUserInviteDraft) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetOrganization

func (o *PatchedUserInviteDraft) GetOrganization() string

GetOrganization returns the Organization field if non-nil, zero value otherwise.

GetOrganizationOk

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.

SetOrganization

func (o *PatchedUserInviteDraft) SetOrganization(v string)

SetOrganization sets Organization field to given value.

HasOrganization

func (o *PatchedUserInviteDraft) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

GetProject

func (o *PatchedUserInviteDraft) GetProject() string

GetProject returns the Project field if non-nil, zero value otherwise.

GetProjectOk

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.

SetProject

func (o *PatchedUserInviteDraft) SetProject(v string)

SetProject sets Project field to given value.

HasProject

func (o *PatchedUserInviteDraft) HasProject() bool

HasProject returns a boolean if a field has been set.

SetProjectNil

func (o *PatchedUserInviteDraft) SetProjectNil(b bool)

SetProjectNil sets the value for Project to be an explicit nil

UnsetProject

func (o *PatchedUserInviteDraft) UnsetProject()

UnsetProject ensures that no value is present for Project, not even an explicit nil

GetRole

func (o *PatchedUserInviteDraft) GetRole() string

GetRole returns the Role field if non-nil, zero value otherwise.

GetRoleOk

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.

SetRole

func (o *PatchedUserInviteDraft) SetRole(v string)

SetRole sets Role field to given value.

HasRole

func (o *PatchedUserInviteDraft) HasRole() bool

HasRole returns a boolean if a field has been set.

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