public sealed class Period : IMessage<Period>, IEquatable<Period>, IDeepCloneable<Period>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class Period.
Represents period in days/months/years.
Namespace
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 |
int |
|
PeriodType
public PeriodType PeriodType { get; set; }Period Type.
| Property Value | |
|---|---|
| Type | Description |
PeriodType |
|