Class ProjectsResource.IosAppsResource.GetConfigRequest
Gets the configuration artifact associated with the specified IosApp.
Inheritance
ProjectsResource.IosAppsResource.GetConfigRequest
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class ProjectsResource.IosAppsResource.GetConfigRequest : FirebaseManagementBaseServiceRequest<IosAppConfig>, IClientServiceRequest<IosAppConfig>, IClientServiceRequest
Constructors
GetConfigRequest(IClientService, string)
Constructs a new GetConfig request.
Declaration
public GetConfigRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
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
Name
The resource name of the App configuration to download, in the format:
projects/PROJECT_IDENTIFIER/iosApps/APP_ID/config Since an APP_ID is a unique identifier, the Unique
Resource from Sub-Collection access pattern may be used here, in the format:
projects/-/iosApps/APP_ID Refer to the IosApp
name
field for details about PROJECT_IDENTIFIER and APP_ID values.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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 GetConfig parameter list.
Declaration
protected override void InitParameters()