Class GoogleCloudApihubV1MatchResult
MatchResult represents the result of matching a discovered API operation with a catalog API operation.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1MatchResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Output only. The name of the matched API Operation. Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |