> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.TicketVersionInfo

# <a id="SuperOffice_WebApi_Data_TicketVersionInfo" /> Class TicketVersionInfo

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for TicketVersionInfo.
A ticket the client is showing, together with the last-changed value of the client's loaded copy. Sent to the server to ask whether that copy is out of date.

```csharp theme={null}
public class TicketVersionInfo
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[TicketVersionInfo](SuperOffice.WebApi.Data.TicketVersionInfo.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_TicketVersionInfo__ctor" /> TicketVersionInfo()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public TicketVersionInfo()
```

## Properties

### <a id="SuperOffice_WebApi_Data_TicketVersionInfo_LastChanged" /> LastChanged

The last-changed value of the copy the client has loaded. DateTime.MinValue (or omitted) means the client has no loaded copy and only wants the ticket's current value back.

```csharp theme={null}
public virtual DateTime LastChanged { get; set; }
```

#### Property Value

[DateTime](https://learn.microsoft.com/dotnet/api/system.datetime)

### <a id="SuperOffice_WebApi_Data_TicketVersionInfo_TicketId" /> TicketId

The primary key (auto-incremented)

```csharp theme={null}
public virtual int TicketId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)


## Related topics

- [SuperOffice.WebApi.Data.ViewState PublishAndSyncUiEventsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_PublishAndSyncUiEventsRequest.md)
- [Agent API changes in 12.3](/release-notes/12/api/12.3.2570-update.md)
- [SuperOffice.WebApi.Data.TicketStateInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketStateInfo.md)
- [SuperOffice.WebApi.Data.VersionInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.VersionInfo.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [SuperOffice.WebApi.Data.Carrier](/en/api/reference/webapi/SuperOffice.WebApi.Data.Carrier.md)
