Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
Expires | Pointer to NullableTime | [optional] | |
FixedData | Pointer to map[string]interface{} | [optional] | |
SingleUse | Pointer to bool | When enabled, the invitation will be deleted after usage. | [optional] |
Flow | Pointer to NullableString | When set, only the configured flow can use this invitation. | [optional] |
func NewPatchedInvitationRequest() *PatchedInvitationRequest
NewPatchedInvitationRequest instantiates a new PatchedInvitationRequest 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 NewPatchedInvitationRequestWithDefaults() *PatchedInvitationRequest
NewPatchedInvitationRequestWithDefaults instantiates a new PatchedInvitationRequest 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 *PatchedInvitationRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PatchedInvitationRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedInvitationRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PatchedInvitationRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PatchedInvitationRequest) GetExpires() time.Time
GetExpires returns the Expires field if non-nil, zero value otherwise.
func (o *PatchedInvitationRequest) GetExpiresOk() (*time.Time, bool)
GetExpiresOk returns a tuple with the Expires field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedInvitationRequest) SetExpires(v time.Time)
SetExpires sets Expires field to given value.
func (o *PatchedInvitationRequest) HasExpires() bool
HasExpires returns a boolean if a field has been set.
func (o *PatchedInvitationRequest) SetExpiresNil(b bool)
SetExpiresNil sets the value for Expires to be an explicit nil
func (o *PatchedInvitationRequest) UnsetExpires()
UnsetExpires ensures that no value is present for Expires, not even an explicit nil
func (o *PatchedInvitationRequest) GetFixedData() map[string]interface{}
GetFixedData returns the FixedData field if non-nil, zero value otherwise.
func (o *PatchedInvitationRequest) GetFixedDataOk() (*map[string]interface{}, bool)
GetFixedDataOk returns a tuple with the FixedData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedInvitationRequest) SetFixedData(v map[string]interface{})
SetFixedData sets FixedData field to given value.
func (o *PatchedInvitationRequest) HasFixedData() bool
HasFixedData returns a boolean if a field has been set.
func (o *PatchedInvitationRequest) GetSingleUse() bool
GetSingleUse returns the SingleUse field if non-nil, zero value otherwise.
func (o *PatchedInvitationRequest) GetSingleUseOk() (*bool, bool)
GetSingleUseOk returns a tuple with the SingleUse field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedInvitationRequest) SetSingleUse(v bool)
SetSingleUse sets SingleUse field to given value.
func (o *PatchedInvitationRequest) HasSingleUse() bool
HasSingleUse returns a boolean if a field has been set.
func (o *PatchedInvitationRequest) GetFlow() string
GetFlow returns the Flow field if non-nil, zero value otherwise.
func (o *PatchedInvitationRequest) GetFlowOk() (*string, bool)
GetFlowOk returns a tuple with the Flow field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PatchedInvitationRequest) SetFlow(v string)
SetFlow sets Flow field to given value.
func (o *PatchedInvitationRequest) HasFlow() bool
HasFlow returns a boolean if a field has been set.
func (o *PatchedInvitationRequest) SetFlowNil(b bool)
SetFlowNil sets the value for Flow to be an explicit nil
func (o *PatchedInvitationRequest) UnsetFlow()
UnsetFlow ensures that no value is present for Flow, not even an explicit nil