AI-generated Key Takeaways
-
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.
Resource: Platform
Representation of a Transparent Platform.
JSON representation |
---|
{ "name": string, "description": string, "defaultPlatformGroup": string } |
Fields | |
---|---|
name |
Identifier. Resource name of a platform. Format: accounts/{account}/platforms/{platform} |
description |
Output only. Description of the platform. |
defaultPlatformGroup |
Default platform group for the platform. |
Methods |
|
---|---|
|
Gets a platform. |
|
Lists platforms for a specified account. |