AI-generated Key Takeaways
-
The
PlatformType
resource provides information about platform types that can be targeted by ads, containing an ID, name, and resource kind. -
You can use methods like
get
andlist
to retrieve individual platform types or a list of them. -
The JSON representation of a platform type includes
id
,name
, andkind
fields with specific data types.
Resource: PlatformType
Contains information about a platform type that can be targeted by ads.
JSON representation |
---|
{ "id": string, "name": string, "kind": string } |
Fields | |
---|---|
id |
ID of this platform type. |
name |
Name of this platform type. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
Methods |
|
---|---|
|
Gets one platform type by ID. |
|
Retrieves a list of platform types. |