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