Class WorkforceDemand
Specifies the number of employees required to cover the demand in the given time interval. The length of the interval must be strictly positive.
Implements
Inherited Members
Namespace: Google.Apis.CCAIPlatform.v1alpha1.Data
Assembly: Google.Apis.CCAIPlatform.v1alpha1.dll
Syntax
public class WorkforceDemand : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EmployeeCount
Optional. Number of employees needed to cover the demand for this interval.
Declaration
[JsonProperty("employeeCount")]
public virtual int? EmployeeCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
EndTime
Required. End of the time interval for the given demand (exclusive). These values are read down to the minute; seconds and all smaller units are ignored.
Declaration
[JsonProperty("endTime")]
public virtual DateTime EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
StartTime
Required. Start of the time interval for the given demand (inclusive). These values are read down to the minute; seconds and all smaller units are ignored.
Declaration
[JsonProperty("startTime")]
public virtual DateTime StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |