Class EmployeeInfo
Information about a particular employee for planning purposes.
Implements
Inherited Members
Namespace: Google.Apis.CCAIPlatform.v1alpha1.Data
Assembly: Google.Apis.CCAIPlatform.v1alpha1.dll
Syntax
public class EmployeeInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Required. Unique ID of this employee.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UnwantedEventIntervals
Optional. A list of unwanted event intervals for this employee. The start time of the interval must be in the planning horizon.
Declaration
[JsonProperty("unwantedEventIntervals")]
public virtual IList<UnwantedEventInterval> UnwantedEventIntervals { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<UnwantedEventInterval> |