Show / Hide Table of Contents

Class TechnologyTargeting

Represents targeting about various types of technology.

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

Properties

DeviceCapabilityTargeting

IDs of device capabilities to be included/excluded.

Declaration
[JsonProperty("deviceCapabilityTargeting")]
public virtual CriteriaTargeting DeviceCapabilityTargeting { get; set; }
Property Value
Type Description
CriteriaTargeting

DeviceCategoryTargeting

IDs of device categories to be included/excluded.

Declaration
[JsonProperty("deviceCategoryTargeting")]
public virtual CriteriaTargeting DeviceCategoryTargeting { get; set; }
Property Value
Type Description
CriteriaTargeting

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OperatingSystemTargeting

Operating system related targeting information.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX