View Source GoogleApi.APIM.V1alpha.Model.HttpOperationPathParam (google_api_apim v0.3.0)

HTTP Path parameter.

Attributes

  • dataType (type: String.t, default: nil) - Data type of path param
  • position (type: integer(), default: nil) - Segment location in the path, 1-indexed

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.APIM.V1alpha.Model.HttpOperationPathParam{
  dataType: String.t() | nil,
  position: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.