Show / Hide Table of Contents

Class GetVersionOperationMetadataSbomInfo

Inheritance
object
GetVersionOperationMetadataSbomInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class GetVersionOperationMetadataSbomInfo : IDirectResponseSchema

Properties

CurrentComponentVersions

SBOM versions currently applied to the resource. The key is the component name and the value is the version.

Declaration
[JsonProperty("currentComponentVersions")]
public virtual IDictionary<string, string> CurrentComponentVersions { get; set; }
Property Value
Type Description
IDictionary<string, string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TargetComponentVersions

SBOM versions scheduled for the next maintenance. The key is the component name and the value is the version.

Declaration
[JsonProperty("targetComponentVersions")]
public virtual IDictionary<string, string> TargetComponentVersions { get; set; }
Property Value
Type Description
IDictionary<string, string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX