Show / Hide Table of Contents

Class StringTargetingDimension

Generic targeting with string values.

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

Properties

ETag

The ETag of the item.

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

SelectionType

Required. How the items in this list should be targeted.

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

Values

Required. The values specified.

Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX