Show / Hide Table of Contents

Class UnwantedEventInterval

Specifies a time interval during which the overlap with events (generated from event templates) should be minimal.

Inheritance
object
UnwantedEventInterval
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX