public sealed class GetServerRequest : IMessage<GetServerRequest>, IEquatable<GetServerRequest>, IDeepCloneable<GetServerRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud FTP v1 API class GetServerRequest.
Message for getting a Server
Implements
IMessageGetServerRequest, IEquatableGetServerRequest, IDeepCloneableGetServerRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ftp.V1Assembly
Google.Cloud.Ftp.V1.dll
Constructors
GetServerRequest()
public GetServerRequest()GetServerRequest(GetServerRequest)
public GetServerRequest(GetServerRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetServerRequest |
Properties
Name
public string Name { get; set; }Required. Name of the resource
| Property Value | |
|---|---|
| Type | Description |
string |
|
ServerName
public ServerName ServerName { get; set; }ServerName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ServerName |
|
View
public ServerView View { get; set; }Optional. The view of the Server resource to return.
| Property Value | |
|---|---|
| Type | Description |
ServerView |
|