Show / Hide Table of Contents

Class CreateAttachmentRequest

The request message for the CreateAttachment endpoint.

Inheritance
object
CreateAttachmentRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSupport.v2beta.Data
Assembly: Google.Apis.CloudSupport.v2beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX