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

Generic specification of a source configuration file

Attributes

  • fileContents (binary()): The bytes that constitute the file. Defaults to: null.
  • filePath (String.t): The file name of the configuration file (full or relative path). Defaults to: null.
  • fileType (String.t): The type of configuration file this represents. Defaults to: null.

    • Enum - one of [FILE_TYPE_UNSPECIFIED, SERVICE_CONFIG_YAML, OPEN_API_JSON, OPEN_API_YAML, FILE_DESCRIPTOR_SET_PROTO, PROTO_FILE]

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: any(),
  filePath: any(),
  fileType: any()
}

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.