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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.