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