| Name | Type | Description | Notes |
|---|---|---|---|
| Action | Pointer to string | [optional] | |
| ConsentMethod | Pointer to string | [optional] | |
| ConsentType | Pointer to string | [optional] | |
| CreatedAt | Pointer to string | [optional] | |
| Id | Pointer to int32 | [optional] | |
| IpAddress | Pointer to string | [optional] | |
| OrgId | Pointer to int32 | [optional] | |
| UpdatedAt | Pointer to string | [optional] | |
| UserId | Pointer to int32 | [optional] |
func NewUserConsent() *UserConsent
NewUserConsent instantiates a new UserConsent 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 NewUserConsentWithDefaults() *UserConsent
NewUserConsentWithDefaults instantiates a new UserConsent 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 *UserConsent) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *UserConsent) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserConsent) SetAction(v string)
SetAction sets Action field to given value.
func (o *UserConsent) HasAction() bool
HasAction returns a boolean if a field has been set.
func (o *UserConsent) GetConsentMethod() string
GetConsentMethod returns the ConsentMethod field if non-nil, zero value otherwise.
func (o *UserConsent) GetConsentMethodOk() (*string, bool)
GetConsentMethodOk returns a tuple with the ConsentMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserConsent) SetConsentMethod(v string)
SetConsentMethod sets ConsentMethod field to given value.
func (o *UserConsent) HasConsentMethod() bool
HasConsentMethod returns a boolean if a field has been set.
func (o *UserConsent) GetConsentType() string
GetConsentType returns the ConsentType field if non-nil, zero value otherwise.
func (o *UserConsent) GetConsentTypeOk() (*string, bool)
GetConsentTypeOk returns a tuple with the ConsentType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserConsent) SetConsentType(v string)
SetConsentType sets ConsentType field to given value.
func (o *UserConsent) HasConsentType() bool
HasConsentType returns a boolean if a field has been set.
func (o *UserConsent) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *UserConsent) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserConsent) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *UserConsent) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *UserConsent) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *UserConsent) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserConsent) SetId(v int32)
SetId sets Id field to given value.
func (o *UserConsent) HasId() bool
HasId returns a boolean if a field has been set.
func (o *UserConsent) GetIpAddress() string
GetIpAddress returns the IpAddress field if non-nil, zero value otherwise.
func (o *UserConsent) GetIpAddressOk() (*string, bool)
GetIpAddressOk returns a tuple with the IpAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserConsent) SetIpAddress(v string)
SetIpAddress sets IpAddress field to given value.
func (o *UserConsent) HasIpAddress() bool
HasIpAddress returns a boolean if a field has been set.
func (o *UserConsent) GetOrgId() int32
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
func (o *UserConsent) GetOrgIdOk() (*int32, bool)
GetOrgIdOk returns a tuple with the OrgId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserConsent) SetOrgId(v int32)
SetOrgId sets OrgId field to given value.
func (o *UserConsent) HasOrgId() bool
HasOrgId returns a boolean if a field has been set.
func (o *UserConsent) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *UserConsent) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserConsent) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *UserConsent) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *UserConsent) GetUserId() int32
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *UserConsent) GetUserIdOk() (*int32, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserConsent) SetUserId(v int32)
SetUserId sets UserId field to given value.
func (o *UserConsent) HasUserId() bool
HasUserId returns a boolean if a field has been set.