Class PlatformsResource.ChannelsResource.VersionsResource
The "versions" collection of methods.
Inherited Members
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 |