Show / Hide Table of Contents

Class SapDiscoveryMetadata

Message describing SAP discovery system metadata

Inheritance
object
SapDiscoveryMetadata
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX