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

Rules to match an HTTP request and dispatch that request to a service.

Attributes

  • domain (String.t): Domain name to match against. The wildcard "" is supported if specified before a period: ".".Defaults to matching all domains: "*". Defaults to: null.
  • path (String.t): Pathname within the host. Must start with a "/". A single "*" can be included at the end of the path.The sum of the lengths of the domain and path may not exceed 100 characters. Defaults to: null.
  • service (String.t): Resource ID of a service in this application that should serve the matched request. The service must already exist. Example: default. 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.UrlDispatchRule{
  domain: any(),
  path: any(),
  service: any()
}

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.