Show / Hide Table of Contents

Class UserListLicensePricing

A user list license pricing.

Inheritance
object
UserListLicensePricing
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.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class UserListLicensePricing : IDirectResponseSchema

Properties

BuyerApprovalState

Output only. The buyer approval state of this pricing. This field is read-only.

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

CostMicros

Optional. The cost associated with the model, in micro units (10^-6), in the currency specified by the currency_code field. For example, 2000000 means $2 if currency_code is USD.

Declaration
[JsonProperty("costMicros")]
public virtual long? CostMicros { get; set; }
Property Value
Type Description
long?

CostType

Immutable. The cost type of this pricing. Can be set only in the create operation. Can't be updated for an existing license.

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

CurrencyCode

Optional. The currency in which cost and max_cost is specified. Must be a three-letter currency code defined in ISO 4217.

Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { 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

EndTime

object representation of EndTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type Description
object

EndTimeDateTimeOffset

DateTimeOffset representation of EndTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EndTimeRaw

Optional. End time of the pricing.

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

MaxCostMicros

Optional. The maximum CPM a commerce audience can be charged when the MEDIA_SHARE cost type is used. The value is in micro units (10^-6) and in the currency specified by the currency_code field. For example, 2000000 means $2 if currency_code is USD. This is only relevant when cost_type is MEDIA_SHARE. When cost_type is not MEDIA_SHARE, and this field is set, a MAX_COST_NOT_ALLOWED error will be returned. If not set or set to0, there is no cap.

Declaration
[JsonProperty("maxCostMicros")]
public virtual long? MaxCostMicros { get; set; }
Property Value
Type Description
long?

PricingActive

Output only. Whether this pricing is active.

Declaration
[JsonProperty("pricingActive")]
public virtual bool? PricingActive { get; set; }
Property Value
Type Description
bool?

PricingId

Output only. The ID of this pricing.

Declaration
[JsonProperty("pricingId")]
public virtual long? PricingId { get; set; }
Property Value
Type Description
long?

StartTime

object representation of StartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

StartTimeDateTimeOffset

DateTimeOffset representation of StartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartTimeRaw

Output only. Start time of the pricing.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX