Struct GetReleasesSettings
An asset containing all settings to be used when getting releases.
public readonly struct GetReleasesSettings
- Inherited Members
- Extension Methods
Constructors
GetReleasesSettings(byte, uint)
Initializes a new instance of the GetReleasesSettings struct.
public GetReleasesSettings(byte perPage, uint page)
Parameters
Fields
Page
The page.
public readonly uint Page
Field Value
PerPage
The amount of results per page to be shown.
public readonly byte PerPage
Field Value
Methods
Build()
Builds the query.
public string Build()
Returns
- string
A query containing the specified settings.