google_api_app_engine v0.3.0 GoogleApi.AppEngine.V1.Model.DomainMapping View Source

A domain serving an App Engine application.

Attributes

  • id (String.t): Relative name of the domain serving the application. Example: example.com. Defaults to: null.
  • name (String.t): Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly Defaults to: null.
  • resourceRecords ([ResourceRecord]): The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.@OutputOnly Defaults to: null.
  • sslSettings (SslSettings): SSL configuration for this domain. If unconfigured, this domain will not serve with SSL. Defaults to: null.

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.AppEngine.V1.Model.DomainMapping{
  id: any(),
  name: any(),
  resourceRecords: [GoogleApi.AppEngine.V1.Model.ResourceRecord.t()],
  sslSettings: GoogleApi.AppEngine.V1.Model.SslSettings.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.