View Source GoogleApi.Content.V21.Model.CustomAttribute (google_api_content v0.65.0)
A message that represents custom attributes. Exactly one of value
or groupValues
must be provided. Maximum allowed number of characters for each custom attribute is 10240 (represents sum of characters for name and value). Maximum 2500 custom attributes can be set per merchant, with total size of 102.4kB.
Attributes
-
groupValues
(type:list(GoogleApi.Content.V21.Model.CustomAttribute.t)
, default:nil
) - Subattributes within this attribute group. Exactly one of value or groupValues must be provided. -
name
(type:String.t
, default:nil
) - The name of the attribute. Underscores will be replaced by spaces upon insertion. -
value
(type:String.t
, default:nil
) - The value of the attribute.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.