Show / Hide Table of Contents

Class RrmProduct

Configuration and status of the Reader Revenue Manager (RRM) product for a publication.

Inheritance
object
RrmProduct
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX