Class AppVersionRequest
Inheritance
System.Object
AppVersionRequest
Assembly: Downlink.dll
Syntax
public class AppVersionRequest : object, IRequest<AppVersionResponseModel>
Constructors
|
Improve this Doc
View Source
AppVersionRequest(VersionSpec, String)
Declaration
public AppVersionRequest(VersionSpec version, string format = null)
Parameters
Type |
Name |
Description |
VersionSpec |
version |
|
System.String |
format |
|
Properties
|
Improve this Doc
View Source
Declaration
public string Format { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Version
Declaration
public VersionSpec Version { get; }
Property Value
Extension Methods