Class TimeOff
System record for leave/time-off from a Human Capital Management (HCM) system.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class TimeOff : IMessage<TimeOff>, IEquatable<TimeOff>, IDeepCloneable<TimeOff>, IBufferMessage, IMessage
Constructors
TimeOff()
Declaration
public TimeOff()
TimeOff(TimeOff)
Declaration
public TimeOff(TimeOff other)
Parameters
| Type | Name | Description |
|---|---|---|
| TimeOff | other |
Properties
Description
Description of the leave if available (e.g. 'Vacation').
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Interval
Interval duration of the leave.
Declaration
public Interval Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| Interval |