Class AppsResource.GetRequest
Get the app, if it exists
Inheritance
AppsResource.GetRequest
Inherited Members
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class AppsResource.GetRequest : FirebaseAppDistributionBaseServiceRequest<GoogleFirebaseAppdistroV1alphaApp>, IClientServiceRequest<GoogleFirebaseAppdistroV1alphaApp>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string mobilesdkAppId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | mobilesdkAppId |
Properties
AppView
App view. When unset or set to BASIC, returns an App with everything set except for aab_state. When set to FULL, returns an App with aab_state set.
Declaration
[RequestParameter("appView", RequestParameterType.Query)]
public virtual AppsResource.GetRequest.AppViewEnum? AppView { get; set; }
Property Value
Type | Description |
---|---|
AppsResource.GetRequest.AppViewEnum? |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MobilesdkAppId
Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)} Example: 1:581234567376:android:aa0a3c7b135e90289
Declaration
[RequestParameter("mobilesdkAppId", RequestParameterType.Path)]
public virtual string MobilesdkAppId { get; }
Property Value
Type | Description |
---|---|
string |
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()