Show / Hide Table of Contents

Class IosAppConfig

Configuration metadata of a single Firebase App for iOS.

Inheritance
object
IosAppConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX