Class RrmProduct
Configuration and status of the Reader Revenue Manager (RRM) product for a publication.
Implements
Inherited Members
Namespace: Google.Apis.WebContentPublisher.v1.Data
Assembly: Google.Apis.WebContentPublisher.v1.dll
Syntax
public class RrmProduct : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Enabled
Optional. Whether the RRM product is enabled for the publication.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ProductTosUrl
Output only. The URL to the product-specific Terms of Service.
Declaration
[JsonProperty("productTosUrl")]
public virtual string ProductTosUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TosAcceptance
Optional. The details of the TOS acceptance.
Declaration
[JsonProperty("tosAcceptance")]
public virtual TosAcceptance TosAcceptance { get; set; }
Property Value
| Type | Description |
|---|---|
| TosAcceptance |