Table of Contents

Class Assignment

Namespace
Helldivers2API.Data.Models
Assembly
Helldivers2API.dll

Contains information about the current assignment (contains the Major Order).

public class Assignment
Inheritance
Assignment
Inherited Members

Properties

Brief

Long description of the order

public string Brief { get; set; }

Property Value

string

Description

Short description of the order

public string Description { get; set; }

Property Value

string

ExpiresIn

Seconds remaining before order is over

public long ExpiresIn { get; set; }

Property Value

long

Flags

Unknown

public int Flags { get; set; }

Property Value

int

Id

public long Id { get; set; }

Property Value

long

IsMajorOrder

True if this assignment is a major order.

public bool IsMajorOrder { get; }

Property Value

bool

Progress

List of progress associated to each Task (have only observed 1 value)

public int[] Progress { get; set; }

Property Value

int[]

RewardAmount

Amount to be awarded if successful

public int RewardAmount { get; set; }

Property Value

int

RewardType

Reward types - 1 is Medals, haven't observed others

public int RewardType { get; set; }

Property Value

int

Tasks

List of the tasks associated with this order

public AssignmentTask[] Tasks { get; set; }

Property Value

AssignmentTask[]

Title

Assignment title

public string Title { get; set; }

Property Value

string

Type

Type of assignment.
4 appears to be the Major Order. Other values are unknown.

public int Type { get; set; }

Property Value

int

Remarks

4 is MajorOrder