Class PostAptosRequest
- Namespace
- Aptos
- Assembly
- Aptos.dll
public class PostAptosRequest : BaseAptosRequest
- Inheritance
-
PostAptosRequest
- Inherited Members
Constructors
PostAptosRequest(string?, dynamic?, string?, Dictionary<string, string>?, string?)
public PostAptosRequest(string? path = null, dynamic? body = null, string? contentType = null, Dictionary<string, string>? queryParams = null, string? originMethod = null)
Parameters
path
stringbody
dynamiccontentType
stringqueryParams
Dictionary<string, string>originMethod
string
Properties
Body
public override dynamic? Body { get; set; }
Property Value
- dynamic
ContentType
public override string? ContentType { get; set; }
Property Value
OriginMethod
public override string? OriginMethod { get; set; }
Property Value
Path
public override string? Path { get; set; }
Property Value
QueryParams
public override Dictionary<string, string>? QueryParams { get; set; }