Class PlatformsResource
The "platforms" collection of methods.
Inherited Members
Namespace: Google.Apis.VersionHistory.v1
Assembly: Google.Apis.VersionHistory.v1.dll
Syntax
public class PlatformsResource
Constructors
PlatformsResource(IClientService)
Constructs a new resource.
Declaration
public PlatformsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Channels
Gets the Channels resource.
Declaration
public virtual PlatformsResource.ChannelsResource Channels { get; }
Property Value
Type | Description |
---|---|
PlatformsResource.ChannelsResource |
Methods
List(string)
Returns list of platforms that are available for a given product. The resource "product" has no resource name in its name.
Declaration
public virtual PlatformsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The product, which owns this collection of platforms. Format: {product} |
Returns
Type | Description |
---|---|
PlatformsResource.ListRequest |