App Engine v1 API - Class GetApplicationRequest (2.3.0)

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

Reference documentation and code samples for the App Engine v1 API class GetApplicationRequest.

Request message for Applications.GetApplication.

Inheritance

object > GetApplicationRequest

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

GetApplicationRequest()

public GetApplicationRequest()

GetApplicationRequest(GetApplicationRequest)

public GetApplicationRequest(GetApplicationRequest other)
Parameter
NameDescription
otherGetApplicationRequest

Properties

Name

public string Name { get; set; }

Name of the Application resource to get. Example: apps/myapp.

Property Value
TypeDescription
string