Class SapDiscoveryWorkloadPropertiesSoftwareComponentProperties
A SAP software component name, version, and type.
Implements
Inherited Members
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 |