GoogleApi.OSConfig.V1.Model.OSPolicyResourcePackageResourceAPT (google_api_os_config v0.25.0)

View Source

A package managed by APT. - install: apt-get update && apt-get -y install [name] - remove: apt-get -y remove [name]

Attributes

  • name (type: String.t, default: nil) - Required. Package name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.OSConfig.V1.Model.OSPolicyResourcePackageResourceAPT{
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.