Show / Hide Table of Contents

Class CuratedPackage

Represents a curated package of inventory created and managed by a Curator.

Inheritance
object
CuratedPackage
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.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class CuratedPackage : IDirectResponseSchema

Properties

AccessSettings

Required. Settings for controlling access to the curated package. Access to this curated package is limited to the allowlisted media planners and the creator. Buyers and bidders can not be allowlisted for or have direct access to this resource.

Declaration
[JsonProperty("accessSettings")]
public virtual AccessControlSettings AccessSettings { get; set; }
Property Value
Type Description
AccessControlSettings

CreateTime

object representation of CreateTimeRaw.

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

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

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

CreateTimeRaw

Output only. The timestamp when the curated package was created. Can be used to filter the response of the curatedPackages.list method.

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

Description

Optional. A description of the curated package, provided by the curator.

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

DisplayName

Required. The display name assigned to the curated package by the curator. Can be used to filter the response of the curatedPackages.list method.

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

FeeCpm

Optional. The CPM fee charged by the curator to buyers using this curated package. Can be used to filter the response of the curatedPackages.list method.

Declaration
[JsonProperty("feeCpm")]
public virtual Money FeeCpm { get; set; }
Property Value
Type Description
Money

FloorPriceCpm

Optional. The minimum CPM a buyer has to bid to participate in auctions for inventory in this curated package. Can be used to filter the response of the curatedPackages.list method.

Declaration
[JsonProperty("floorPriceCpm")]
public virtual Money FloorPriceCpm { get; set; }
Property Value
Type Description
Money

Name

Identifier. The unique resource name for the curated package. Format: curators/{accountId}/curatedPackages/{curatedPackageId}

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

State

Output only. The state of the curated package. Can be used to filter the response of the curatedPackages.list method.

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

Targeting

Optional. Targeting criteria for the curated package.

Declaration
[JsonProperty("targeting")]
public virtual PackageTargeting Targeting { get; set; }
Property Value
Type Description
PackageTargeting

UpdateTime

object representation of UpdateTimeRaw.

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

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

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

UpdateTimeRaw

Output only. The timestamp when the curated package was last updated. Can be used to filter the response of the curatedPackages.list method.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX