Class CreateAttachmentRequest
The request message for the CreateAttachment endpoint.
Implements
Inherited Members
Namespace: Google.Apis.CloudSupport.v2.Data
Assembly: Google.Apis.CloudSupport.v2.dll
Syntax
public class CreateAttachmentRequest : IDirectResponseSchema
Properties
Attachment
Required. The attachment to be created.
Declaration
[JsonProperty("attachment")]
public virtual Attachment Attachment { get; set; }
Property Value
Type | Description |
---|---|
Attachment |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |