Class CustomAttribute
A message that represents custom attributes. Exactly one of value
or group_values
must not be empty.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.reviews_v1beta.Data
Assembly: Google.Apis.Merchant.reviews_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 |