REST Resource: accounts.platforms

Resource: Platform

Representation of a Transparent Platform.

JSON representation
{
  "name": string,
  "description": string,
  "defaultPlatformGroup": string
}
Fields
name

string

Identifier. Resource name of a platform. Format: accounts/{account}/platforms/{platform}

description

string

Output only. Description of the platform.

defaultPlatformGroup

string

Default platform group for the platform.

Methods

get

Gets a platform.

list

Lists platforms for a specified account.