[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `GaePlatformDetails` class provides information about the Google App Engine environment, including project ID, instance name, service name, and version label."],["It is a sealed class that inherits from the base `object` class, with inherited members such as `Equals`, `GetHashCode`, and `GetType`."],["You can construct an instance of `GaePlatformDetails` using a constructor that takes four string parameters: `gcloudProject`, `gaeInstance`, `gaeService`, and `gaeVersion`, all of which are required."],["The class has four read-only properties, `InstanceId`, `ProjectId`, `ServiceId`, and `VersionId`, which provide the corresponding details for each component of the app engine."],["The class has a `ToString` method that can be used to get a string representation of the object, overriding the base object method."]]],[]]