Show / Hide Table of Contents

Class UsageReport.ParametersData

Output only. Parameter value pairs for various applications. For the Entity Usage Report parameters and values, see the Entity Usage parameters reference.

Inheritance
object
UsageReport.ParametersData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class UsageReport.ParametersData

Properties

BoolValue

Output only. Boolean value of the parameter.

Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
Type Description
bool?

DatetimeValue

DateTime representation of DatetimeValueRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DatetimeValueDateTimeOffset instead.")]
public virtual DateTime? DatetimeValue { get; set; }
Property Value
Type Description
DateTime?

DatetimeValueDateTimeOffset

DateTimeOffset representation of DatetimeValueRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? DatetimeValueDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

DatetimeValueRaw

The RFC 3339 formatted value of the parameter, for example 2010-10-28T10:26:35.000Z.

Declaration
[JsonProperty("datetimeValue")]
public virtual string DatetimeValueRaw { get; set; }
Property Value
Type Description
string

IntValue

Output only. Integer value of the parameter.

Declaration
[JsonProperty("intValue")]
public virtual long? IntValue { get; set; }
Property Value
Type Description
long?

MsgValue

Output only. Nested message value of the parameter.

Declaration
[JsonProperty("msgValue")]
public virtual IList<IDictionary<string, object>> MsgValue { get; set; }
Property Value
Type Description
IList<IDictionary<string, object>>

Name

The name of the parameter. For the User Usage Report parameter names, see the User Usage parameters reference.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

StringValue

Output only. String value of the parameter.

Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX