--- id: beta-identity-exception-report-reference1 title: IdentityExceptionReportReference1 pagination_label: IdentityExceptionReportReference1 sidebar_label: IdentityExceptionReportReference1 sidebar_class_name: gosdk keywords: ['go', 'Golang', 'sdk', 'IdentityExceptionReportReference1', 'BetaIdentityExceptionReportReference1'] slug: /tools/sdk/go/beta/models/identity-exception-report-reference1 tags: ['SDK', 'Software Development Kit', 'IdentityExceptionReportReference1', 'BetaIdentityExceptionReportReference1'] --- # IdentityExceptionReportReference1 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **TaskResultId** | Pointer to **string** | Task result ID. | [optional] **ReportName** | Pointer to **string** | Report name. | [optional] ## Methods ### NewIdentityExceptionReportReference1 `func NewIdentityExceptionReportReference1() *IdentityExceptionReportReference1` NewIdentityExceptionReportReference1 instantiates a new IdentityExceptionReportReference1 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 ### NewIdentityExceptionReportReference1WithDefaults `func NewIdentityExceptionReportReference1WithDefaults() *IdentityExceptionReportReference1` NewIdentityExceptionReportReference1WithDefaults instantiates a new IdentityExceptionReportReference1 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 ### GetTaskResultId `func (o *IdentityExceptionReportReference1) GetTaskResultId() string` GetTaskResultId returns the TaskResultId field if non-nil, zero value otherwise. ### GetTaskResultIdOk `func (o *IdentityExceptionReportReference1) GetTaskResultIdOk() (*string, bool)` GetTaskResultIdOk returns a tuple with the TaskResultId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetTaskResultId `func (o *IdentityExceptionReportReference1) SetTaskResultId(v string)` SetTaskResultId sets TaskResultId field to given value. ### HasTaskResultId `func (o *IdentityExceptionReportReference1) HasTaskResultId() bool` HasTaskResultId returns a boolean if a field has been set. ### GetReportName `func (o *IdentityExceptionReportReference1) GetReportName() string` GetReportName returns the ReportName field if non-nil, zero value otherwise. ### GetReportNameOk `func (o *IdentityExceptionReportReference1) GetReportNameOk() (*string, bool)` GetReportNameOk returns a tuple with the ReportName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetReportName `func (o *IdentityExceptionReportReference1) SetReportName(v string)` SetReportName sets ReportName field to given value. ### HasReportName `func (o *IdentityExceptionReportReference1) HasReportName() bool` HasReportName returns a boolean if a field has been set.