public sealed class Period : IMessage<Period>, IEquatable<Period>, IDeepCloneable<Period>, IBufferMessage, IMessageRepresents period in days/months/years.
Implements
Google.Protobuf.IMessage<Period>, IEquatable<Period>, Google.Protobuf.IDeepCloneable<Period>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
Period()
public Period()Period(Period)
public Period(Period other)| Parameter | |
|---|---|
| Name | Description |
other |
Period |
Properties
Duration
public int Duration { get; set; }Total duration of Period Type defined.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PeriodType
public PeriodType PeriodType { get; set; }Period Type.
| Property Value | |
|---|---|
| Type | Description |
PeriodType |
|