Class GoogleCloudChannelV1ReportValue
A single report value.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1ReportValue : IDirectResponseSchema
Properties
DateTimeValue
A value of type google.type.DateTime
(year, month, day, hour, minute, second, and UTC offset or timezone.)
Declaration
[JsonProperty("dateTimeValue")]
public virtual GoogleTypeDateTime DateTimeValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDateTime |
DateValue
A value of type google.type.Date
(year, month, day).
Declaration
[JsonProperty("dateValue")]
public virtual GoogleTypeDate DateValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDate |
DecimalValue
A value of type google.type.Decimal
, representing non-integer numeric values.
Declaration
[JsonProperty("decimalValue")]
public virtual GoogleTypeDecimal DecimalValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDecimal |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IntValue
A value of type int
.
Declaration
[JsonProperty("intValue")]
public virtual long? IntValue { get; set; }
Property Value
Type | Description |
---|---|
long? |
MoneyValue
A value of type google.type.Money
(currency code, whole units, decimal units).
Declaration
[JsonProperty("moneyValue")]
public virtual GoogleTypeMoney MoneyValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeMoney |
StringValue
A value of type string
.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
Type | Description |
---|---|
string |