Struct GetReleasesSettings
An asset containing all settings to be used when getting releases.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Exiled.Loader.GHApi.Settings
Assembly: Exiled.Loader.dll
Syntax
public readonly struct GetReleasesSettings
Constructors
| Improve this Doc View SourceGetReleasesSettings(Byte, UInt32)
Initializes a new instance of the GetReleasesSettings struct.
Declaration
public GetReleasesSettings(byte perPage, uint page)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | perPage | |
System.UInt32 | page |
Fields
| Improve this Doc View SourcePage
The page.
Declaration
public readonly uint Page
Field Value
Type | Description |
---|---|
System.UInt32 |
PerPage
The amount of results per page to be shown.
Declaration
public readonly byte PerPage
Field Value
Type | Description |
---|---|
System.Byte |
Methods
| Improve this Doc View SourceBuild()
Builds the query.
Declaration
public readonly string Build()
Returns
Type | Description |
---|---|
System.String | A query containing the specified settings. |