Aydsko iRacing Data API
Show / Hide Table of Contents

Class ContentPackage

Inheritance
object
ContentPackage
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Member
Assembly: Aydsko.iRacingData.dll
Syntax
public class ContentPackage

Properties

ContentIds

Declaration
[JsonPropertyName("content_ids")]
public int[] ContentIds { get; set; }
Property Value
Type Description
int[]

PackageId

Declaration
[JsonPropertyName("package_id")]
public int PackageId { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX