Show / Hide Table of Contents

Class AllChildren

Parameters for API calls.

Inheritance
System.Object
BaseParameters<User>
BaseAllParameters<User>
AllChildren
Implements
IBaseParameters
Inherited Members
BaseParameters<User>.MatchFunction
BaseParameters<User>.Matches(User)
BaseParameters<User>.ToDictionary()
BaseParameters<User>.ToSubDictionary(Type)
Namespace: EasyPost.Parameters.User
Assembly: EasyPost.dll
Syntax
public class AllChildren : BaseAllParameters<User>, IBaseParameters

Properties

| Improve this Doc View Source

AfterId

Only records created after the given ID will be included. May not be used with .

Declaration
public string? AfterId { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

PageSize

The number of records to return on each page. The maximum value is 100, and default is 20.

Declaration
public int? PageSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Methods

| Improve this Doc View Source

FromDictionary(Nullable<Dictionary<String, Object>>)

Convert a dictionary into this parameter set.

Declaration
public static AllChildren FromDictionary(Dictionary<string, object>? dictionary)
Parameters
Type Name Description
System.Nullable<Dictionary<System.String, System.Object>> dictionary

Dictionary to parse.

Returns
Type Description
AllChildren

An AllChildren parameters set.

Implements

IBaseParameters
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX