View Source GoogleApi.AppEngine.V1.Model.FileInfo (google_api_app_engine v0.42.0)

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

Attributes

  • mimeType (type: String.t, default: nil) - The MIME type of the file.Defaults to the value from Google Cloud Storage.
  • sha1Sum (type: String.t, default: nil) - The SHA1 hash of the file, in hex.
  • sourceUrl (type: String.t, default: nil) - 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//'.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AppEngine.V1.Model.FileInfo{
  mimeType: String.t() | nil,
  sha1Sum: String.t() | nil,
  sourceUrl: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.