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

A resource that extracts an archive

Attributes

  • creates (type: String.t, default: nil) - Local file path that signals this resource is in the desired state. The absence of this file will indicate whether the archive needs to be extracted.
  • destination (type: String.t, default: nil) - Directory to extract archive to.
  • overwrite (type: boolean(), default: nil) - Whether to overwrite existing files during extraction. If this is set to true, any existing files in the destination location will be overwritten by the extraction.
  • source (type: GoogleApi.OSConfig.V1.Model.File.t, default: nil) - The source archive to extract.
  • type (type: String.t, default: nil) - The type of the archive to extract.

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.ExtractArchiveResource{
  creates: String.t(),
  destination: String.t(),
  overwrite: boolean(),
  source: GoogleApi.OSConfig.V1.Model.File.t(),
  type: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.