Class AppsResource.GetRequest
Gets information about an application.
Inheritance
AppsResource.GetRequest
Inherited Members
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class AppsResource.GetRequest : AppengineBaseServiceRequest<Application>, IClientServiceRequest<Application>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string appsId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | appsId |
Properties
AppsId
Part of name
. Name of the Application resource to get. Example: apps/myapp.
Declaration
[RequestParameter("appsId", RequestParameterType.Path)]
public virtual string AppsId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
IncludeExtraData
Optional. Options to include extra data
Declaration
[RequestParameter("includeExtraData", RequestParameterType.Query)]
public virtual AppsResource.GetRequest.IncludeExtraDataEnum? IncludeExtraData { get; set; }
Property Value
Type | Description |
---|---|
AppsResource.GetRequest.IncludeExtraDataEnum? |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()