Show / Hide Table of Contents

Class EmployeeInfo

Information about a particular employee for planning purposes.

Inheritance
object
EmployeeInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX