View Source GoogleApi.Discovery.V1.Model.RestDescriptionEndpoints (google_api_discovery v0.16.0)

A single endpoint object

Attributes

  • deprecated (type: boolean(), default: nil) - Whether this endpoint is deprecated
  • description (type: String.t, default: nil) - A string describing the host designated by the URL
  • endpointUrl (type: String.t, default: nil) - The URL of the endpoint target host
  • location (type: String.t, default: nil) - The location of the endpoint

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Discovery.V1.Model.RestDescriptionEndpoints{
  deprecated: boolean() | nil,
  description: String.t() | nil,
  endpointUrl: String.t() | nil,
  location: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.