Show / Hide Table of Contents

Class PlatformsResource.ChannelsResource

The "channels" collection of methods.

Inheritance
object
PlatformsResource.ChannelsResource
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.ChannelsResource

Constructors

ChannelsResource(IClientService)

Constructs a new resource.

Declaration
public ChannelsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Versions

Gets the Versions resource.

Declaration
public virtual PlatformsResource.ChannelsResource.VersionsResource Versions { get; }
Property Value
Type Description
PlatformsResource.ChannelsResource.VersionsResource

Methods

List(string)

Returns list of channels that are available for a given platform.

Declaration
public virtual PlatformsResource.ChannelsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The platform, which owns this collection of channels. Format: {product}/platforms/{platform}

Returns
Type Description
PlatformsResource.ChannelsResource.ListRequest
In this article
Back to top Generated by DocFX