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

Attributes

  • active (type: boolean(), default: nil) - Boolean flag that specifies whether the page is published.
  • anonAllowed (type: boolean(), default: nil) - Boolean flag that specifies whether all or only registered users can access the page.
  • apiProduct (type: String.t, default: nil) - Name of the API product.
  • content (type: String.t, default: nil) - Published contents of the page.
  • created (type: String.t, default: nil) - Time the page was created in milliseconds since epoch.
  • description (type: String.t, default: nil) - Description of the page.
  • draft (type: String.t, default: nil) - Draft content of the page.
  • friendlyId (type: String.t, default: nil) - User-friendly page ID (page URL).
  • generatedContent (type: list(String.t), default: nil) - Reserved for future use.
  • id (type: String.t, default: nil) - ID of the page.
  • layout (type: String.t, default: nil) - Page layout. (Internal use only.)
  • modified (type: String.t, default: nil) - Time the page was last modified in milliseconds since epoch.
  • modifiedBy (type: String.t, default: nil) - Not used by Apigee hybrid.
  • name (type: String.t, default: nil) - Title of the page.
  • published (type: String.t, default: nil) - Time the page was last published in milliseconds since epoch.
  • publishedBy (type: String.t, default: nil) - Not used by Apigee hybrid.
  • siteId (type: String.t, default: nil) - ID of the portal.
  • submenuId (type: String.t, default: nil) - Not used by Apigee hybrid.
  • systemGenerated (type: boolean(), default: nil) - System-generated page. (Internal use only.)
  • type (type: String.t, default: nil) - Reserved for future use.

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.GoogleCloudApigeeV1PageBody{
  active: boolean(),
  anonAllowed: boolean(),
  apiProduct: String.t(),
  content: String.t(),
  created: String.t(),
  description: String.t(),
  draft: String.t(),
  friendlyId: String.t(),
  generatedContent: [String.t()],
  id: String.t(),
  layout: String.t(),
  modified: String.t(),
  modifiedBy: String.t(),
  name: String.t(),
  published: String.t(),
  publishedBy: String.t(),
  siteId: String.t(),
  submenuId: String.t(),
  systemGenerated: boolean(),
  type: 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.