Show / Hide Table of Contents

Class RequestInfo

Requests for one application that needs default SQL setup.

Inheritance
System.Object
RequestInfo
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class RequestInfo : IDirectResponseSchema

Properties

AppDeveloperEmail

List of app developers who triggered notifications for above application.

Declaration
[JsonProperty("appDeveloperEmail")]
public virtual IList<string> AppDeveloperEmail { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

AppKey

Required. The application that requires the SQL setup.

Declaration
[JsonProperty("appKey")]
public virtual string AppKey { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

NumberOfRequests

Required. Number of requests sent for this application to set up default SQL instance.

Declaration
[JsonProperty("numberOfRequests")]
public virtual long? NumberOfRequests { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

IDirectResponseSchema
In This Article
Back to top