Class EventTemplate
Template specifying rules for generating a single event that occurs during a shift. An event may represent a meeting, break, lunch, etc.
Implements
Inherited Members
Namespace: Google.Apis.CCAIPlatform.v1alpha1.Data
Assembly: Google.Apis.CCAIPlatform.v1alpha1.dll
Syntax
public class EventTemplate : IDirectResponseSchema
Properties
DurationMinutes
Required. Fixed duration in minutes of this event.
Declaration
[JsonProperty("durationMinutes")]
public virtual int? DurationMinutes { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Required. Unique ID of this template.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaximumMinutesAfterShiftStart
Optional. Maximum number of minutes after the beginning of a shift that this event can start.
Declaration
[JsonProperty("maximumMinutesAfterShiftStart")]
public virtual int? MaximumMinutesAfterShiftStart { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
MinimumMinutesAfterShiftStart
Optional. Minimum number of minutes after the beginning of a shift that this event can start.
Declaration
[JsonProperty("minimumMinutesAfterShiftStart")]
public virtual int? MinimumMinutesAfterShiftStart { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
StartTimeIncrementMinutes
Required. The time increment (in minutes) used to generate the set of possible event start times between
minimum_minutes_after_shift_start and maximum_minutes_after_shift_start. For example, if the minimum
minutes after shift start are 30, maximum minutes after shift start are 45, and the start time increment is
5 minutes, the event can take place 30, 35, 40, or 45 minutes after the start of the shift.
Declaration
[JsonProperty("startTimeIncrementMinutes")]
public virtual int? StartTimeIncrementMinutes { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |