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

Message for the expected URL mappings.

Attributes

  • description (type: String.t, default: nil) - Description of this test case.
  • host (type: String.t, default: nil) - Host portion of the URL.
  • path (type: String.t, default: nil) - Path portion of the URL.
  • service (type: String.t, default: nil) - Expected BackendService resource the given URL should be mapped to.

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: String.t(),
  host: String.t(),
  path: String.t(),
  service: 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.