google_api_content v0.25.0 GoogleApi.Content.V21.Model.CustomAttribute View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Content.V21.Model.CustomAttribute{ groupValues: [GoogleApi.Content.V21.Model.CustomAttribute.t()], name: String.t(), value: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.