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

ProjectFeatureSettings represents the VM Manager feature settings in a project. For more information, see Enable full VM Manager functionality.

Attributes

  • name (type: String.t, default: nil) - Required. Immutable. Name specifies the URL for the ProjectFeatureSettings resource: projects/project_id/locations/global/projectFeatureSettings.
  • patchAndConfigFeatureSet (type: String.t, default: nil) - Set PatchAndConfigFeatureSet for the project.

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.