Class AndroidAppConfig
Configuration metadata of a single Firebase App for Android.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1.Data
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class AndroidAppConfig : IDirectResponseSchema
Properties
ConfigFileContents
The contents of the JSON configuration file.
Declaration
[JsonProperty("configFileContents")]
public virtual string ConfigFileContents { get; set; }
Property Value
Type | Description |
---|---|
string |
ConfigFilename
The filename that the configuration artifact for the AndroidApp
is typically saved as. For example:
google-services.json
Declaration
[JsonProperty("configFilename")]
public virtual string ConfigFilename { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |