/// <summary>
 /// Initializes a new instance of the <see cref="DestinyItemComponentSetOfint64" /> class.
 /// </summary>
 /// <param name="instances">instances.</param>
 /// <param name="perks">perks.</param>
 /// <param name="renderData">renderData.</param>
 /// <param name="stats">stats.</param>
 /// <param name="sockets">sockets.</param>
 /// <param name="reusablePlugs">reusablePlugs.</param>
 /// <param name="plugObjectives">plugObjectives.</param>
 /// <param name="talentGrids">talentGrids.</param>
 /// <param name="plugStates">plugStates.</param>
 /// <param name="objectives">objectives.</param>
 public DestinyItemComponentSetOfint64(DictionaryComponentResponseOfint64AndDestinyItemInstanceComponent instances = default(DictionaryComponentResponseOfint64AndDestinyItemInstanceComponent), DictionaryComponentResponseOfint64AndDestinyItemPerksComponent perks = default(DictionaryComponentResponseOfint64AndDestinyItemPerksComponent), DictionaryComponentResponseOfint64AndDestinyItemRenderComponent renderData = default(DictionaryComponentResponseOfint64AndDestinyItemRenderComponent), DictionaryComponentResponseOfint64AndDestinyItemStatsComponent stats = default(DictionaryComponentResponseOfint64AndDestinyItemStatsComponent), DictionaryComponentResponseOfint64AndDestinyItemSocketsComponent sockets = default(DictionaryComponentResponseOfint64AndDestinyItemSocketsComponent), DictionaryComponentResponseOfint64AndDestinyItemReusablePlugsComponent reusablePlugs = default(DictionaryComponentResponseOfint64AndDestinyItemReusablePlugsComponent), DictionaryComponentResponseOfint64AndDestinyItemPlugObjectivesComponent plugObjectives = default(DictionaryComponentResponseOfint64AndDestinyItemPlugObjectivesComponent), DictionaryComponentResponseOfint64AndDestinyItemTalentGridComponent talentGrids = default(DictionaryComponentResponseOfint64AndDestinyItemTalentGridComponent), DictionaryComponentResponseOfuint32AndDestinyItemPlugComponent plugStates = default(DictionaryComponentResponseOfuint32AndDestinyItemPlugComponent), DictionaryComponentResponseOfint64AndDestinyItemObjectivesComponent objectives = default(DictionaryComponentResponseOfint64AndDestinyItemObjectivesComponent))
 {
     this.Instances      = instances;
     this.Perks          = perks;
     this.RenderData     = renderData;
     this.Stats          = stats;
     this.Sockets        = sockets;
     this.ReusablePlugs  = reusablePlugs;
     this.PlugObjectives = plugObjectives;
     this.TalentGrids    = talentGrids;
     this.PlugStates     = plugStates;
     this.Objectives     = objectives;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="DestinyBaseItemComponentSetOfint64" /> class.
 /// </summary>
 /// <param name="objectives">objectives.</param>
 public DestinyBaseItemComponentSetOfint64(DictionaryComponentResponseOfint64AndDestinyItemObjectivesComponent objectives = default(DictionaryComponentResponseOfint64AndDestinyItemObjectivesComponent))
 {
     this.Objectives = objectives;
 }