Class ResourceRequestBuilder.ResourceRequestBuilderPostQueryParameters
public class ResourceRequestBuilder.ResourceRequestBuilderPostQueryParameters
- Inheritance
-
ResourceRequestBuilder.ResourceRequestBuilderPostQueryParameters
- Inherited Members
-
Properties
Deep
[QueryParameter("deep")]
public bool? Deep { get; set; }
Property Value
- bool?
ExactName
[QueryParameter("exactName")]
public bool? ExactName { get; set; }
Property Value
- bool?
First
[QueryParameter("first")]
public int? First { get; set; }
Property Value
- int?
Id
[QueryParameter("_id")]
public string? Id { get; set; }
Property Value
- string
MatchingUri
[QueryParameter("matchingUri")]
public bool? MatchingUri { get; set; }
Property Value
- bool?
Max
[QueryParameter("max")]
public int? Max { get; set; }
Property Value
- int?
Name
[QueryParameter("name")]
public string? Name { get; set; }
Property Value
- string
Owner
[QueryParameter("owner")]
public string? Owner { get; set; }
Property Value
- string
Scope
[QueryParameter("scope")]
public string? Scope { get; set; }
Property Value
- string
Type
[QueryParameter("type")]
public string? Type { get; set; }
Property Value
- string
Uri
[QueryParameter("uri")]
public string? Uri { get; set; }
Property Value
- string