--- id: beta-sod-violation-context-check-completed1 title: SodViolationContextCheckCompleted1 pagination_label: SodViolationContextCheckCompleted1 sidebar_label: SodViolationContextCheckCompleted1 sidebar_class_name: gosdk keywords: ['go', 'Golang', 'sdk', 'SodViolationContextCheckCompleted1', 'BetaSodViolationContextCheckCompleted1'] slug: /tools/sdk/go/beta/models/sod-violation-context-check-completed1 tags: ['SDK', 'Software Development Kit', 'SodViolationContextCheckCompleted1', 'BetaSodViolationContextCheckCompleted1'] --- # SodViolationContextCheckCompleted1 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **State** | Pointer to **string** | The status of SOD violation check | [optional] **Uuid** | Pointer to **string** | The id of the Violation check event | [optional] **ViolationCheckResult** | Pointer to [**SodViolationCheckResult1**](sod-violation-check-result1) | | [optional] ## Methods ### NewSodViolationContextCheckCompleted1 `func NewSodViolationContextCheckCompleted1() *SodViolationContextCheckCompleted1` NewSodViolationContextCheckCompleted1 instantiates a new SodViolationContextCheckCompleted1 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 ### NewSodViolationContextCheckCompleted1WithDefaults `func NewSodViolationContextCheckCompleted1WithDefaults() *SodViolationContextCheckCompleted1` NewSodViolationContextCheckCompleted1WithDefaults instantiates a new SodViolationContextCheckCompleted1 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 ### GetState `func (o *SodViolationContextCheckCompleted1) GetState() string` GetState returns the State field if non-nil, zero value otherwise. ### GetStateOk `func (o *SodViolationContextCheckCompleted1) GetStateOk() (*string, bool)` GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetState `func (o *SodViolationContextCheckCompleted1) SetState(v string)` SetState sets State field to given value. ### HasState `func (o *SodViolationContextCheckCompleted1) HasState() bool` HasState returns a boolean if a field has been set. ### GetUuid `func (o *SodViolationContextCheckCompleted1) GetUuid() string` GetUuid returns the Uuid field if non-nil, zero value otherwise. ### GetUuidOk `func (o *SodViolationContextCheckCompleted1) GetUuidOk() (*string, bool)` GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetUuid `func (o *SodViolationContextCheckCompleted1) SetUuid(v string)` SetUuid sets Uuid field to given value. ### HasUuid `func (o *SodViolationContextCheckCompleted1) HasUuid() bool` HasUuid returns a boolean if a field has been set. ### GetViolationCheckResult `func (o *SodViolationContextCheckCompleted1) GetViolationCheckResult() SodViolationCheckResult1` GetViolationCheckResult returns the ViolationCheckResult field if non-nil, zero value otherwise. ### GetViolationCheckResultOk `func (o *SodViolationContextCheckCompleted1) GetViolationCheckResultOk() (*SodViolationCheckResult1, bool)` GetViolationCheckResultOk returns a tuple with the ViolationCheckResult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetViolationCheckResult `func (o *SodViolationContextCheckCompleted1) SetViolationCheckResult(v SodViolationCheckResult1)` SetViolationCheckResult sets ViolationCheckResult field to given value. ### HasViolationCheckResult `func (o *SodViolationContextCheckCompleted1) HasViolationCheckResult() bool` HasViolationCheckResult returns a boolean if a field has been set.