[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides reference documentation for the `ServiceAccount` class within the Google Compute Engine v1 API, specifically for the .NET environment, spanning versions from 1.0.0 to the latest 3.6.0."],["The `ServiceAccount` class is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality checking, deep cloning, and buffer management."],["The `ServiceAccount` class includes properties like `Email`, which is the email address of the service account, and `Scopes`, a list of the scopes available to this service account."],["There are two constructors for creating `ServiceAccount` objects, one being the default constructor `ServiceAccount()` and another being a copy constructor `ServiceAccount(ServiceAccount other)`."],["The documentation includes a breakdown of inherited members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class, offering further insight into the class's functionality."]]],[]]