Class UnwantedEventInterval
Specifies a time interval during which the overlap with events (generated from event templates) should be minimal.
Implements
Inherited Members
Namespace: Google.Apis.CCAIPlatform.v1alpha1.Data
Assembly: Google.Apis.CCAIPlatform.v1alpha1.dll
Syntax
public class UnwantedEventInterval : IDirectResponseSchema
Properties
DurationMinutes
Required. Duration of the 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 |
StartTime
Required. Start time of the event.
Declaration
[JsonProperty("startTime")]
public virtual DateTime StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |