Get App Result
data class GetAppResult(val authDomain: String, val codeBucket: String, val databaseType: String, val defaultBucket: String, val defaultCookieExpiration: String, val defaultHostname: String, val dispatchRules: List<UrlDispatchRuleResponse>, val featureSettings: FeatureSettingsResponse, val gcrDomain: String, val iap: IdentityAwareProxyResponse, val location: String, val name: String, val serviceAccount: String, val servingStatus: String)
Constructors
Link copied to clipboard
fun GetAppResult(authDomain: String, codeBucket: String, databaseType: String, defaultBucket: String, defaultCookieExpiration: String, defaultHostname: String, dispatchRules: List<UrlDispatchRuleResponse>, featureSettings: FeatureSettingsResponse, gcrDomain: String, iap: IdentityAwareProxyResponse, location: String, name: String, serviceAccount: String, servingStatus: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
Link copied to clipboard