Class IosAppConfig
Configuration metadata of a single Firebase App for iOS.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1.Data
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class IosAppConfig : IDirectResponseSchema
Properties
ConfigFileContents
The content of the XML 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 IosApp
is typically saved as. For example:
GoogleService-Info.plist
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 |