GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RuntimeTraceSamplingConfigResponseCodeRange (google_api_apigee v0.19.1) View Source

ResponseCodeRange represents a group of response codes to capture, from the first response code to the last response code. Each range is a close interval. For example, if an interval is [400, 403], then that means 400, 401, 402, 403 will be all captured.

Attributes

  • firstResponseCode (type: integer(), default: nil) - The first response code to capture.
  • lastResponseCode (type: integer(), default: nil) - The last response code to capture.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1RuntimeTraceSamplingConfigResponseCodeRange{
    firstResponseCode: integer(),
    lastResponseCode: integer()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.