Class Platform
Each Platform is owned by a Product and owns a collection of channels. Available platforms are listed in Platform enum below. Not all Channels are available for every Platform (e.g. CANARY does not exist for LINUX).
Implements
Inherited Members
Namespace: Google.Apis.VersionHistory.v1.Data
Assembly: Google.Apis.VersionHistory.v1.dll
Syntax
public class Platform : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Platform name. Format is "{product}/platforms/{platform}"
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PlatformType
Type of platform.
Declaration
[JsonProperty("platformType")]
public virtual string PlatformType { get; set; }
Property Value
Type | Description |
---|---|
string |