google_api_compute v0.3.0 GoogleApi.Compute.V1.Model.UrlMapTest View Source

Message for the expected URL mappings.

Attributes

  • host (String.t): Host portion of the URL. Defaults to: null.
  • description (String.t): Description of this test case. Defaults to: null.
  • path (String.t): Path portion of the URL. Defaults to: null.
  • service (String.t): Expected BackendService resource the given URL should be mapped to. 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.Compute.V1.Model.UrlMapTest{
  description: any(),
  host: 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.