Cloud FTP v1 API - Class GetServerRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Cloud FTP v1 API class GetServerRequest.

Message for getting a Server

Inheritance

object > GetServerRequest

Namespace

Google.Cloud.Ftp.V1

Assembly

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