Show / Hide Table of Contents

Class SapDiscoveryWorkloadPropertiesSoftwareComponentProperties

A SAP software component name, version, and type.

Inheritance
object
SapDiscoveryWorkloadPropertiesSoftwareComponentProperties
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.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class SapDiscoveryWorkloadPropertiesSoftwareComponentProperties : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExtVersion

Optional. The component's minor version.

Declaration
[JsonProperty("extVersion")]
public virtual string ExtVersion { get; set; }
Property Value
Type Description
string

Name

Optional. Name of the component.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Type

Optional. The component's type.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Version

Optional. The component's major version.

Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX