# IndividualDataConsentRequestDetails
# Properties
Name | Type | Description | Notes |
---|---|---|---|
Receiver | string | Name of request receiver individual. | |
Id | string | Consent request id | |
TemplateId | Pointer to NullableString | Consent request template id | [optional] |
ConsentId | Pointer to NullableString | Data Consent id | [optional] |
Title | string | Consent request title. | |
Description | string | Consent request description. | |
Purpose | Pointer to NullableString | Consent request purpose. | [optional] |
Status | DataConsentStatus | ||
TransactionId | Pointer to NullableString | Transaction id | [optional] |
CreatedAtUtc | time.Time | Request creation datetime in UTC timezone | |
ExpiresAtUtc | time.Time | Request expiration datetime in UTC timezone |
# Methods
# NewIndividualDataConsentRequestDetails
func NewIndividualDataConsentRequestDetails(receiver string, id string, title string, description string, status DataConsentStatus, createdAtUtc time.Time, expiresAtUtc time.Time, ) *IndividualDataConsentRequestDetails
NewIndividualDataConsentRequestDetails instantiates a new IndividualDataConsentRequestDetails 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
# NewIndividualDataConsentRequestDetailsWithDefaults
func NewIndividualDataConsentRequestDetailsWithDefaults() *IndividualDataConsentRequestDetails
NewIndividualDataConsentRequestDetailsWithDefaults instantiates a new IndividualDataConsentRequestDetails 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
# GetReceiver
func (o *IndividualDataConsentRequestDetails) GetReceiver() string
GetReceiver returns the Receiver field if non-nil, zero value otherwise.
# GetReceiverOk
func (o *IndividualDataConsentRequestDetails) GetReceiverOk() (*string, bool)
GetReceiverOk returns a tuple with the Receiver field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
# SetReceiver
func (o *IndividualDataConsentRequestDetails) SetReceiver(v string)
SetReceiver sets Receiver field to given value.
# GetId
func (o *IndividualDataConsentRequestDetails) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
# GetIdOk
func (o *IndividualDataConsentRequestDetails) GetIdOk() (*string, 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 *IndividualDataConsentRequestDetails) SetId(v string)
SetId sets Id field to given value.
# GetTemplateId
func (o *IndividualDataConsentRequestDetails) GetTemplateId() string
GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.
# GetTemplateIdOk
func (o *IndividualDataConsentRequestDetails) GetTemplateIdOk() (*string, bool)
GetTemplateIdOk returns a tuple with the TemplateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
# SetTemplateId
func (o *IndividualDataConsentRequestDetails) SetTemplateId(v string)
SetTemplateId sets TemplateId field to given value.
# HasTemplateId
func (o *IndividualDataConsentRequestDetails) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
# SetTemplateIdNil
func (o *IndividualDataConsentRequestDetails) SetTemplateIdNil(b bool)
SetTemplateIdNil sets the value for TemplateId to be an explicit nil
# UnsetTemplateId
func (o *IndividualDataConsentRequestDetails) UnsetTemplateId()
UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil
# GetConsentId
func (o *IndividualDataConsentRequestDetails) GetConsentId() string
GetConsentId returns the ConsentId field if non-nil, zero value otherwise.
# GetConsentIdOk
func (o *IndividualDataConsentRequestDetails) GetConsentIdOk() (*string, bool)
GetConsentIdOk returns a tuple with the ConsentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
# SetConsentId
func (o *IndividualDataConsentRequestDetails) SetConsentId(v string)
SetConsentId sets ConsentId field to given value.
# HasConsentId
func (o *IndividualDataConsentRequestDetails) HasConsentId() bool
HasConsentId returns a boolean if a field has been set.
# SetConsentIdNil
func (o *IndividualDataConsentRequestDetails) SetConsentIdNil(b bool)
SetConsentIdNil sets the value for ConsentId to be an explicit nil
# UnsetConsentId
func (o *IndividualDataConsentRequestDetails) UnsetConsentId()
UnsetConsentId ensures that no value is present for ConsentId, not even an explicit nil
# GetTitle
func (o *IndividualDataConsentRequestDetails) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
# GetTitleOk
func (o *IndividualDataConsentRequestDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
# SetTitle
func (o *IndividualDataConsentRequestDetails) SetTitle(v string)
SetTitle sets Title field to given value.
# GetDescription
func (o *IndividualDataConsentRequestDetails) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
# GetDescriptionOk
func (o *IndividualDataConsentRequestDetails) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
# SetDescription
func (o *IndividualDataConsentRequestDetails) SetDescription(v string)
SetDescription sets Description field to given value.
# GetPurpose
func (o *IndividualDataConsentRequestDetails) GetPurpose() string
GetPurpose returns the Purpose field if non-nil, zero value otherwise.
# GetPurposeOk
func (o *IndividualDataConsentRequestDetails) GetPurposeOk() (*string, bool)
GetPurposeOk returns a tuple with the Purpose field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
# SetPurpose
func (o *IndividualDataConsentRequestDetails) SetPurpose(v string)
SetPurpose sets Purpose field to given value.
# HasPurpose
func (o *IndividualDataConsentRequestDetails) HasPurpose() bool
HasPurpose returns a boolean if a field has been set.
# SetPurposeNil
func (o *IndividualDataConsentRequestDetails) SetPurposeNil(b bool)
SetPurposeNil sets the value for Purpose to be an explicit nil
# UnsetPurpose
func (o *IndividualDataConsentRequestDetails) UnsetPurpose()
UnsetPurpose ensures that no value is present for Purpose, not even an explicit nil
# GetStatus
func (o *IndividualDataConsentRequestDetails) GetStatus() DataConsentStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
# GetStatusOk
func (o *IndividualDataConsentRequestDetails) GetStatusOk() (*DataConsentStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
# SetStatus
func (o *IndividualDataConsentRequestDetails) SetStatus(v DataConsentStatus)
SetStatus sets Status field to given value.
# GetTransactionId
func (o *IndividualDataConsentRequestDetails) GetTransactionId() string
GetTransactionId returns the TransactionId field if non-nil, zero value otherwise.
# GetTransactionIdOk
func (o *IndividualDataConsentRequestDetails) GetTransactionIdOk() (*string, bool)
GetTransactionIdOk returns a tuple with the TransactionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
# SetTransactionId
func (o *IndividualDataConsentRequestDetails) SetTransactionId(v string)
SetTransactionId sets TransactionId field to given value.
# HasTransactionId
func (o *IndividualDataConsentRequestDetails) HasTransactionId() bool
HasTransactionId returns a boolean if a field has been set.
# SetTransactionIdNil
func (o *IndividualDataConsentRequestDetails) SetTransactionIdNil(b bool)
SetTransactionIdNil sets the value for TransactionId to be an explicit nil
# UnsetTransactionId
func (o *IndividualDataConsentRequestDetails) UnsetTransactionId()
UnsetTransactionId ensures that no value is present for TransactionId, not even an explicit nil
# GetCreatedAtUtc
func (o *IndividualDataConsentRequestDetails) GetCreatedAtUtc() time.Time
GetCreatedAtUtc returns the CreatedAtUtc field if non-nil, zero value otherwise.
# GetCreatedAtUtcOk
func (o *IndividualDataConsentRequestDetails) GetCreatedAtUtcOk() (*time.Time, bool)
GetCreatedAtUtcOk returns a tuple with the CreatedAtUtc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
# SetCreatedAtUtc
func (o *IndividualDataConsentRequestDetails) SetCreatedAtUtc(v time.Time)
SetCreatedAtUtc sets CreatedAtUtc field to given value.
# GetExpiresAtUtc
func (o *IndividualDataConsentRequestDetails) GetExpiresAtUtc() time.Time
GetExpiresAtUtc returns the ExpiresAtUtc field if non-nil, zero value otherwise.
# GetExpiresAtUtcOk
func (o *IndividualDataConsentRequestDetails) GetExpiresAtUtcOk() (*time.Time, bool)
GetExpiresAtUtcOk returns a tuple with the ExpiresAtUtc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
# SetExpiresAtUtc
func (o *IndividualDataConsentRequestDetails) SetExpiresAtUtc(v time.Time)
SetExpiresAtUtc sets ExpiresAtUtc field to given value.