Class UsageReports.WarningsData.DataData
Key-value pairs to give detailed information on the warning.
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class UsageReports.WarningsData.DataData
Properties
Key
Key associated with a key-value pair to give detailed information on the warning.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Value associated with a key-value pair to give detailed information on the warning.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |