Show / Hide Table of Contents

Class CustomAttribute

A message that represents custom attributes. Exactly one of value or group_values must not be empty.

Inheritance
object
CustomAttribute
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.Merchant.promotions_v1beta.Data
Assembly: Google.Apis.Merchant.promotions_v1beta.dll
Syntax
public class CustomAttribute : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GroupValues

Subattributes within this attribute group. If group_values is not empty, value must be empty.

Declaration
[JsonProperty("groupValues")]
public virtual IList<CustomAttribute> GroupValues { get; set; }
Property Value
Type Description
IList<CustomAttribute>

Name

The name of the attribute.

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

Value

The value of the attribute. If value is not empty, group_values must be empty.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX