Show / Hide Table of Contents

Class UsageReports.WarningsData.DataData

Key-value pairs to give detailed information on the warning.

Inheritance
object
UsageReports.WarningsData.DataData
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 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
In this article
Back to top Generated by DocFX