Show / Hide Table of Contents

Class PlatformsResource.ChannelsResource.VersionsResource

The "versions" collection of methods.

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

Constructors

VersionsResource(IClientService)

Constructs a new resource.

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

Properties

Releases

Gets the Releases resource.

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

Methods

List(string)

Returns list of version for the given platform/channel.

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

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

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