Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 6.49 KB

File metadata and controls

264 lines (143 loc) · 6.49 KB

UserConsent

Properties

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]

Methods

NewUserConsent

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

NewUserConsentWithDefaults

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

GetAction

func (o *UserConsent) GetAction() string

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

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.

SetAction

func (o *UserConsent) SetAction(v string)

SetAction sets Action field to given value.

HasAction

func (o *UserConsent) HasAction() bool

HasAction returns a boolean if a field has been set.

GetConsentMethod

func (o *UserConsent) GetConsentMethod() string

GetConsentMethod returns the ConsentMethod field if non-nil, zero value otherwise.

GetConsentMethodOk

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.

SetConsentMethod

func (o *UserConsent) SetConsentMethod(v string)

SetConsentMethod sets ConsentMethod field to given value.

HasConsentMethod

func (o *UserConsent) HasConsentMethod() bool

HasConsentMethod returns a boolean if a field has been set.

GetConsentType

func (o *UserConsent) GetConsentType() string

GetConsentType returns the ConsentType field if non-nil, zero value otherwise.

GetConsentTypeOk

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.

SetConsentType

func (o *UserConsent) SetConsentType(v string)

SetConsentType sets ConsentType field to given value.

HasConsentType

func (o *UserConsent) HasConsentType() bool

HasConsentType returns a boolean if a field has been set.

GetCreatedAt

func (o *UserConsent) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *UserConsent) SetCreatedAt(v string)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *UserConsent) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetId

func (o *UserConsent) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *UserConsent) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *UserConsent) HasId() bool

HasId returns a boolean if a field has been set.

GetIpAddress

func (o *UserConsent) GetIpAddress() string

GetIpAddress returns the IpAddress field if non-nil, zero value otherwise.

GetIpAddressOk

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.

SetIpAddress

func (o *UserConsent) SetIpAddress(v string)

SetIpAddress sets IpAddress field to given value.

HasIpAddress

func (o *UserConsent) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

GetOrgId

func (o *UserConsent) GetOrgId() int32

GetOrgId returns the OrgId field if non-nil, zero value otherwise.

GetOrgIdOk

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.

SetOrgId

func (o *UserConsent) SetOrgId(v int32)

SetOrgId sets OrgId field to given value.

HasOrgId

func (o *UserConsent) HasOrgId() bool

HasOrgId returns a boolean if a field has been set.

GetUpdatedAt

func (o *UserConsent) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

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.

SetUpdatedAt

func (o *UserConsent) SetUpdatedAt(v string)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *UserConsent) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

GetUserId

func (o *UserConsent) GetUserId() int32

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

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.

SetUserId

func (o *UserConsent) SetUserId(v int32)

SetUserId sets UserId field to given value.

HasUserId

func (o *UserConsent) HasUserId() bool

HasUserId returns a boolean if a field has been set.

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