Show / Hide Table of Contents

Class UsageReports.WarningsData

Warnings, if any.

Inheritance
object
UsageReports.WarningsData
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

Properties

Code

Machine readable code or warning type. The warning code value is 200.

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

Data

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

Declaration
[JsonProperty("data")]
public virtual IList<UsageReports.WarningsData.DataData> Data { get; set; }
Property Value
Type Description
IList<UsageReports.WarningsData.DataData>

Message

The human readable messages for a warning are: - Data is not available warning - Sorry, data for date yyyy-mm-dd for application "application name" is not available. - Partial data is available warning - Data for date yyyy-mm-dd for application "application name" is not available right now, please try again after a few hours.

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