Class LookupDiscoveredWorkloadResponse
Response for LookupDiscoveredWorkload.
Implements
Inherited Members
Namespace: Google.Apis.AppHub.v1alpha.Data
Assembly: Google.Apis.AppHub.v1alpha.dll
Syntax
public class LookupDiscoveredWorkloadResponse : IDirectResponseSchema
Properties
DiscoveredWorkload
Discovered Workload if exists, empty otherwise.
Declaration
[JsonProperty("discoveredWorkload")]
public virtual DiscoveredWorkload DiscoveredWorkload { get; set; }
Property Value
Type | Description |
---|---|
DiscoveredWorkload |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |