Class ResolveServiceResponse
The response message for LookupService.ResolveService.
Implements
Inherited Members
Namespace: Google.Apis.ServiceDirectory.v1beta1.Data
Assembly: Google.Apis.ServiceDirectory.v1beta1.dll
Syntax
public class ResolveServiceResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Service
Declaration
[JsonProperty("service")]
public virtual Service Service { get; set; }
Property Value
Type | Description |
---|---|
Service |