Class LookupServiceProjectAttachmentResponse
Response for LookupServiceProjectAttachment.
Implements
Inherited Members
Namespace: Google.Apis.AppHub.v1.Data
Assembly: Google.Apis.AppHub.v1.dll
Syntax
public class LookupServiceProjectAttachmentResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceProjectAttachment
Service project attachment for a project if exists, empty otherwise.
Declaration
[JsonProperty("serviceProjectAttachment")]
public virtual ServiceProjectAttachment ServiceProjectAttachment { get; set; }
Property Value
Type | Description |
---|---|
ServiceProjectAttachment |