Class NestedParameter
JSON template for a parameter used in various reports.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class NestedParameter : IDirectResponseSchema
Properties
BoolValue
Boolean value of the parameter.
Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IntValue
Integer value of the parameter.
Declaration
[JsonProperty("intValue")]
public virtual long? IntValue { get; set; }
Property Value
Type | Description |
---|---|
long? |
MultiBoolValue
Multiple boolean values of the parameter.
Declaration
[JsonProperty("multiBoolValue")]
public virtual IList<bool?> MultiBoolValue { get; set; }
Property Value
Type | Description |
---|---|
IList<bool?> |
MultiIntValue
Multiple integer values of the parameter.
Declaration
[JsonProperty("multiIntValue")]
public virtual IList<long?> MultiIntValue { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
MultiValue
Multiple string values of the parameter.
Declaration
[JsonProperty("multiValue")]
public virtual IList<string> MultiValue { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Name
The name of the parameter.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
String value of the parameter.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |