Show / Hide Table of Contents

Class RequestInfo

Requests for one application that needs default SQL setup.

Inheritance
object
RequestInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
IList<string>

AppKey

Required. The application that requires the SQL setup.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX