google_api_apigee v0.4.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneLinks View Source

Links used by a zone.

Attributes

  • homeRedirect (type: String.t, default: nil) - URL used to navigate back to the home page.
  • logout (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneLinksLogout.t, default: nil) - Information required for redirection after sign out.
  • selfService (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneLinksSelfService.t, default: nil) - Link in the UI to create an account in the zone.

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.GoogleCloudApigeeV1ZoneLinks{
  homeRedirect: String.t(),
  logout: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneLinksLogout.t(),
  selfService:
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneLinksSelfService.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.