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
Format
public string? Format { get; set; }
Property Value
Name
public string? Name { get; set; }