public sealed class DateTimeRangeArray : IMessage<DateTimeRangeArray>, IEquatable<DateTimeRangeArray>, IDeepCloneable<DateTimeRangeArray>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class DateTimeRangeArray.
A list of datetime range values.
Implements
IMessageDateTimeRangeArray, IEquatableDateTimeRangeArray, IDeepCloneableDateTimeRangeArray, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
DateTimeRangeArray()
public DateTimeRangeArray()DateTimeRangeArray(DateTimeRangeArray)
public DateTimeRangeArray(DateTimeRangeArray other)| Parameter | |
|---|---|
| Name | Description |
other |
DateTimeRangeArray |
Properties
DateTimeRanges
public RepeatedField<DateTimeRange> DateTimeRanges { get; }Date time ranges.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDateTimeRange |
|