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

Attributes

  • compilationError (type: String.t, default: nil) - Compilation error, if applicable.
  • created (type: String.t, default: nil) - Time the custom CSS was created in milliseconds since epoch.
  • css (type: String.t, default: nil) - CSS content of the portal.
  • customScssDraft (type: String.t, default: nil) - Custom style overrides (draft).
  • customScssPublished (type: String.t, default: nil) - Custom style overrides (published).
  • editorModeDraft (type: String.t, default: nil) - Editor mode (draft).
  • editorModePublished (type: String.t, default: nil) - Editor mode (published).
  • enabled (type: boolean(), default: nil) - Boolean flag that specifies whether the custom CSS is enabled.
  • faviconUrlDraft (type: String.t, default: nil) - URL for favicon (draft).
  • faviconUrlPublished (type: String.t, default: nil) - URL for favicon (published).
  • id (type: integer(), default: nil) - ID of the custom CSS.
  • isThemeEditorEnabled (type: boolean(), default: nil) - Boolean flag that specifies whether theme editor is enabled.
  • logoUrlDraft (type: String.t, default: nil) - URL for desktop logo (draft).
  • logoUrlPublished (type: String.t, default: nil) - URL for desktop logo (published).
  • migrationState (type: String.t, default: nil) - Migration status of portal.
  • mobileLogoUrlDraft (type: String.t, default: nil) - URL for mobile logo (draft).
  • mobileLogoUrlPublished (type: String.t, default: nil) - URL for mobile logo (published).
  • modified (type: String.t, default: nil) - Time the custom CSS was last updated in milliseconds since epoch.
  • overridesDraft (type: String.t, default: nil) - Variable overrides (draft).
  • overridesPublished (type: String.t, default: nil) - Variable overrides (published).
  • published (type: String.t, default: nil) - Time the custom CSS was last published in milliseconds since epoch.
  • siteId (type: String.t, default: nil) - Name of the portal.
  • variablesDraft (type: String.t, default: nil) - Basic style settings (draft).
  • variablesPublished (type: String.t, default: nil) - Basic style settings (published).

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.GoogleCloudApigeeV1CustomCssData{
  compilationError: String.t(),
  created: String.t(),
  css: String.t(),
  customScssDraft: String.t(),
  customScssPublished: String.t(),
  editorModeDraft: String.t(),
  editorModePublished: String.t(),
  enabled: boolean(),
  faviconUrlDraft: String.t(),
  faviconUrlPublished: String.t(),
  id: integer(),
  isThemeEditorEnabled: boolean(),
  logoUrlDraft: String.t(),
  logoUrlPublished: String.t(),
  migrationState: String.t(),
  mobileLogoUrlDraft: String.t(),
  mobileLogoUrlPublished: String.t(),
  modified: String.t(),
  overridesDraft: String.t(),
  overridesPublished: String.t(),
  published: String.t(),
  siteId: String.t(),
  variablesDraft: String.t(),
  variablesPublished: 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.