Show / Hide Table of Contents

Class PlatformsResource

The "platforms" collection of methods.

Inheritance
object
PlatformsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX