Class PromoofferResource.DismissRequest
Marks the promo offer as dismissed.
Inheritance
System.Object
PromoofferResource.DismissRequest
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.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class DismissRequest : BooksBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
DismissRequest(IClientService)
Constructs a new Dismiss request.
Declaration
public DismissRequest(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
AndroidId
device android_id
Declaration
[RequestParameter("androidId", RequestParameterType.Query)]
public virtual string AndroidId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Device
device device
Declaration
[RequestParameter("device", RequestParameterType.Query)]
public virtual string Device { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Empty>.HttpMethod
Manufacturer
device manufacturer
Declaration
[RequestParameter("manufacturer", RequestParameterType.Query)]
public virtual string Manufacturer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Empty>.MethodName
Model
device model
Declaration
[RequestParameter("model", RequestParameterType.Query)]
public virtual string Model { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OfferId
Offer to dimiss
Declaration
[RequestParameter("offerId", RequestParameterType.Query)]
public virtual string OfferId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Product
device product
Declaration
[RequestParameter("product", RequestParameterType.Query)]
public virtual string Product { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Books.v1.Data.Empty>.RestPath
Serial
device serial
Declaration
[RequestParameter("serial", RequestParameterType.Query)]
public virtual string Serial { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
InitParameters()
Initializes Dismiss parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Books.v1.BooksBaseServiceRequest<Google.Apis.Books.v1.Data.Empty>.InitParameters()