google_api_apigee v0.2.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ThemeEditorUpdatePayload View Source

Attributes

  • customScss (type: String.t, default: nil) - Custom style overrides.
  • editorMode (type: String.t, default: nil) - Theme editor mode.
  • favicon (type: String.t, default: nil) - Favicon image (base64-encoded string).
  • kind (type: String.t, default: nil) - Set to "theme-editor-update".
  • logo (type: String.t, default: nil) - Desktop logo image (base64-encoded string).
  • mobileLogo (type: String.t, default: nil) - Mobile logo image (base64-encoded string).
  • overrides (type: String.t, default: nil) - Variable overrides.
  • variables (type: String.t, default: nil) - Basic style settings.

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 Source
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ThemeEditorUpdatePayload{
  customScss: String.t(),
  editorMode: String.t(),
  favicon: String.t(),
  kind: String.t(),
  logo: String.t(),
  mobileLogo: String.t(),
  overrides: String.t(),
  variables: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.