Table of Contents

Class RequestPropertyAttribute

Namespace
RestSharp
Assembly
RestSharp.dll
[AttributeUsage(AttributeTargets.Property)]
public class RequestPropertyAttribute : Attribute
Inheritance
RequestPropertyAttribute
Inherited Members

Constructors

RequestPropertyAttribute()

public RequestPropertyAttribute()

Properties

ArrayQueryType

public RequestArrayQueryType ArrayQueryType { get; set; }

Property Value

RequestArrayQueryType

Format

public string? Format { get; set; }

Property Value

string

Name

public string? Name { get; set; }

Property Value

string