Class GoogleCloudApihubV1LookupRuntimeProjectAttachmentResponse
The ListRuntimeProjectAttachments method's response.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1LookupRuntimeProjectAttachmentResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RuntimeProjectAttachment
Runtime project attachment for a project if exists, empty otherwise.
Declaration
[JsonProperty("runtimeProjectAttachment")]
public virtual GoogleCloudApihubV1RuntimeProjectAttachment RuntimeProjectAttachment { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1RuntimeProjectAttachment |