View Source GoogleApi.APIGateway.V1beta.Model.ApigatewayApiConfigFile (google_api_api_gateway v0.9.1)

A lightweight description of a file.

Attributes

  • contents (type: String.t, default: nil) - The bytes that constitute the file.
  • path (type: String.t, default: nil) - The file path (full or relative path). This is typically the path of the file when it is uploaded.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.APIGateway.V1beta.Model.ApigatewayApiConfigFile{
  contents: String.t() | nil,
  path: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.