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

Attributes

  • domain (type: String.t, default: nil) - Name of the custom domain.
  • force (type: boolean(), default: nil) - Boolean flag that specifies whether to force the update.
  • id (type: String.t, default: nil) - ID of the custom domain configuration.
  • redirectHttps (type: boolean(), default: nil) - Boolean flag that specifies whether to redirect to HTTPS.
  • siteId (type: String.t, default: nil) - Name of the portal.
  • subdomain (type: String.t, default: nil) - Name of the subdomain.
  • tlsAlias (type: String.t, default: nil) - Name of the TLS keystore alias.
  • tlsKeystore (type: String.t, default: nil) - Name of the TLS keystore.

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.GoogleCloudApigeeV1CustomDomainConfigData{
  domain: String.t(),
  force: boolean(),
  id: String.t(),
  redirectHttps: boolean(),
  siteId: String.t(),
  subdomain: String.t(),
  tlsAlias: String.t(),
  tlsKeystore: 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.