google_api_app_engine v0.3.0 GoogleApi.AppEngine.V1.Model.FileInfo View Source

Single source file that is part of the version to be deployed. Each source file that is deployed must be specified separately.

Attributes

  • mimeType (String.t): The MIME type of the file.Defaults to the value from Google Cloud Storage. Defaults to: null.
  • sha1Sum (String.t): The SHA1 hash of the file, in hex. Defaults to: null.
  • sourceUrl (String.t): URL source to use to fetch this file. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com/<bucket>/<object>'. Defaults to: null.

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.AppEngine.V1.Model.FileInfo{
  mimeType: any(),
  sha1Sum: any(),
  sourceUrl: 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.