REST Resource: accounts.platforms
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-22 UTC.
[null,null,["Last updated 2025-01-22 UTC."],[[["The content describes a \"Platform\" resource, representing a transparent platform with associated data."],["The platform resource is represented in JSON format with fields for name, description, and defaultPlatformGroup."],["The platform name is a string identifier, following the format: accounts/{account}/platforms/{platform}."],["Methods are provided to get or list platforms for a given account."]]],["The content defines a \"Platform\" resource, represented in JSON with fields for `name` (an identifier), `description`, and `defaultPlatformGroup`. The resource can be interacted with via two methods: `get`, which retrieves a specific platform, and `list`, which retrieves all platforms associated with an account. The platform name follows a specified format: accounts/{account}/platforms/{platform}.\n"]]