Class PromoofferResource.DismissRequest
Marks the promo offer as dismissed.
Inheritance
PromoofferResource.DismissRequest
Inherited Members
Namespace: Google.Apis.Books.v1
Assembly: Google.Apis.Books.v1.dll
Syntax
public class PromoofferResource.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 |
---|---|
string |
Device
device device
Declaration
[RequestParameter("device", RequestParameterType.Query)]
public virtual string Device { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
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 |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
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 |
---|---|
string |
OfferId
Offer to dimiss
Declaration
[RequestParameter("offerId", RequestParameterType.Query)]
public virtual string OfferId { get; set; }
Property Value
Type | Description |
---|---|
string |
Product
device product
Declaration
[RequestParameter("product", RequestParameterType.Query)]
public virtual string Product { get; set; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
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 |
---|---|
string |
Methods
InitParameters()
Initializes Dismiss parameter list.
Declaration
protected override void InitParameters()