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.
Implements
IMessageGetAttachmentRequest, IEquatableGetAttachmentRequest, IDeepCloneableGetAttachmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Support.V2BetaAssembly
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 |