View Source GoogleApi.OSConfig.V1.Model.OSPolicyResourcePackageResourceDeb (google_api_os_config v0.21.1)

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.OSPolicyResourceFile.t, default: nil) - Required. A deb package.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.OSConfig.V1.Model.OSPolicyResourcePackageResourceDeb{
  pullDeps: boolean() | nil,
  source: GoogleApi.OSConfig.V1.Model.OSPolicyResourceFile.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.