google_api_service_management v0.40.1 GoogleApi.ServiceManagement.V1.Model.ConfigFile View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ServiceManagement.V1.Model.ConfigFile{
  fileContents: String.t(),
  filePath: String.t(),
  fileType: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.