View Source GoogleApi.OSConfig.V1.Model.ProjectFeatureSettings (google_api_os_config v0.21.0)

ProjectFeatureSettings represents the features settings for the VM Manager. The project features settings can be set for a project.

Attributes

  • name (type: String.t, default: nil) - Required. Immutable. Name of the config, e.g. projects/12345/locations/global/projectFeatureSettings
  • patchAndConfigFeatureSet (type: String.t, default: nil) - Currently set PatchAndConfigFeatureSet for name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.