Class WeeklySchedule
Message representing a weekly schedule.
Implements
Inherited Members
Namespace: Google.Apis.CCAIPlatform.v1alpha1.Data
Assembly: Google.Apis.CCAIPlatform.v1alpha1.dll
Syntax
public class WeeklySchedule : IDirectResponseSchema
Properties
Days
Required. Days of the week this schedule applies to.
Declaration
[JsonProperty("days")]
public virtual IList<string> Days { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Duration
Optional. Duration of the schedule.
Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
Type | Description |
---|---|
object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndTime
Optional. Daily end time of the schedule. If end_time
is before start_time
, the schedule will be
considered as ending on the next day.
Declaration
[JsonProperty("endTime")]
public virtual TimeOfDay EndTime { get; set; }
Property Value
Type | Description |
---|---|
TimeOfDay |
StartTime
Required. Daily start time of the schedule.
Declaration
[JsonProperty("startTime")]
public virtual TimeOfDay StartTime { get; set; }
Property Value
Type | Description |
---|---|
TimeOfDay |