Class SapDiscoveryMetadata
Message describing SAP discovery system metadata
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class SapDiscoveryMetadata : IDirectResponseSchema
Properties
CustomerRegion
Optional. Customer region string for customer's use. Does not represent GCP region.
Declaration
[JsonProperty("customerRegion")]
public virtual string CustomerRegion { get; set; }
Property Value
Type | Description |
---|---|
string |
DefinedSystem
Optional. Customer defined, something like "E-commerce pre prod"
Declaration
[JsonProperty("definedSystem")]
public virtual string DefinedSystem { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnvironmentType
Optional. Should be "prod", "QA", "dev", "staging", etc.
Declaration
[JsonProperty("environmentType")]
public virtual string EnvironmentType { get; set; }
Property Value
Type | Description |
---|---|
string |
SapProduct
Optional. This SAP product name
Declaration
[JsonProperty("sapProduct")]
public virtual string SapProduct { get; set; }
Property Value
Type | Description |
---|---|
string |