View Source GoogleApi.ServiceManagement.V1.Model.ConfigFile (google_api_service_management v0.60.0)

Generic specification of a source configuration file

Attributes

  • fileContents (type: String.t, default: nil) - The bytes that constitute the file.
  • filePath (type: String.t, default: nil) - The file name of the configuration file (full or relative path).
  • fileType (type: String.t, default: nil) - The type of configuration file this represents.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceManagement.V1.Model.ConfigFile{
  fileContents: String.t() | nil,
  filePath: String.t() | nil,
  fileType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.