Google Cloud Support v2beta API - Class GetAttachmentRequest (1.0.0-beta02)

public sealed class GetAttachmentRequest : IMessage<GetAttachmentRequest>, IEquatable<GetAttachmentRequest>, IDeepCloneable<GetAttachmentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Support v2beta API class GetAttachmentRequest.

Request for getting an attachment.

Inheritance

object > GetAttachmentRequest

Namespace

Google.Cloud.Support.V2Beta

Assembly

Google.Cloud.Support.V2Beta.dll

Constructors

GetAttachmentRequest()

public GetAttachmentRequest()

GetAttachmentRequest(GetAttachmentRequest)

public GetAttachmentRequest(GetAttachmentRequest other)
Parameter
Name Description
other GetAttachmentRequest

Properties

AttachmentName

public AttachmentName AttachmentName { get; set; }

AttachmentName-typed view over the Name resource name property.

Property Value
Type Description
AttachmentName

Name

public string Name { get; set; }

Required. The name of the attachment to get.

Property Value
Type Description
string