google_api_os_config v0.6.0 GoogleApi.OSConfig.V1.Model.PackageResourceDeb View Source

A deb package file. dpkg packages only support INSTALLED state.

Attributes

  • pullDeps (type: boolean(), default: nil) - Whether dependencies should also be installed. install when false: dpkg -i package install when true: apt-get update && apt-get -y install package.deb
  • source (type: GoogleApi.OSConfig.V1.Model.File.t, default: nil) - A deb package.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.OSConfig.V1.Model.PackageResourceDeb{
  pullDeps: boolean(),
  source: GoogleApi.OSConfig.V1.Model.File.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.