GoogleApi.OnDemandScanning.V1.Model.Layer (google_api_on_demand_scanning v0.7.0)

View Source

Layer holds metadata specific to a layer of a Docker image.

Attributes

  • arguments (type: String.t, default: nil) - The recovered arguments to the Dockerfile directive.
  • directive (type: String.t, default: nil) - Required. The recovered Dockerfile directive used to construct this layer. See https://docs.docker.com/engine/reference/builder/ for more information.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.OnDemandScanning.V1.Model.Layer{
  arguments: String.t() | nil,
  directive: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.