From 94cf2ec0d679dbf298db30ea360fd6a5e16a4c35 Mon Sep 17 00:00:00 2001 From: nwithan8 Date: Mon, 21 Oct 2024 23:36:59 +0000 Subject: [PATCH] deploy: ad25818bd53a007dfdc4c7b1a4c304f30d782c9b --- ...asyPost.Parameters.CustomsInfo.Create.html | 32 ++++ ...s.Internal.Attributes.DependentStatus.html | 12 +- ...Internal.Attributes.IndependentStatus.html | 10 ++ ...butes.NestedRequestParameterAttribute.html | 4 +- ...edRequestParameterDependentsAttribute.html | 166 ++++++++++++++++- ....Attributes.RequestParameterAttribute.html | 4 +- ...s.RequestParameterDependentsAttribute.html | 168 +++++++++++++++++- ...tes.TopLevelRequestParameterAttribute.html | 4 +- ...elRequestParameterDependentsAttribute.html | 166 ++++++++++++++++- manifest.json | 18 +- xrefmap.yml | 118 ++++++++++++ 11 files changed, 679 insertions(+), 23 deletions(-) diff --git a/api/EasyPost.Parameters.CustomsInfo.Create.html b/api/EasyPost.Parameters.CustomsInfo.Create.html index cdce7789f..facf95e2f 100644 --- a/api/EasyPost.Parameters.CustomsInfo.Create.html +++ b/api/EasyPost.Parameters.CustomsInfo.Create.html @@ -392,6 +392,38 @@
Property Value
+ + | + Improve this Doc + + + View Source + + +

RestrictionComments

+

Restriction comments. +Required if RestrictionType is not "none".

+
+
+
Declaration
+
+
public string? RestrictionComments { get; set; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
System.Nullable<System.String>
| Improve this Doc diff --git a/api/EasyPost.Utilities.Internal.Attributes.DependentStatus.html b/api/EasyPost.Utilities.Internal.Attributes.DependentStatus.html index f6cfe9b27..5b7a71e3c 100644 --- a/api/EasyPost.Utilities.Internal.Attributes.DependentStatus.html +++ b/api/EasyPost.Utilities.Internal.Attributes.DependentStatus.html @@ -94,11 +94,21 @@

Fields MustBeSet

Denote that a dependent parameter must be set.

+ + + + MustBeValue +

Denote that a dependent parameter must be a specific value.

MustNotBeSet

Denote that a dependent parameter must not be set.

+ + + + MustNotBeValue +

Denote that a dependent parameter must not be a specific value.

@@ -114,7 +124,7 @@

Fields Improve this Doc
  • - View Source + View Source
  • diff --git a/api/EasyPost.Utilities.Internal.Attributes.IndependentStatus.html b/api/EasyPost.Utilities.Internal.Attributes.IndependentStatus.html index afd340ff7..933b42e0e 100644 --- a/api/EasyPost.Utilities.Internal.Attributes.IndependentStatus.html +++ b/api/EasyPost.Utilities.Internal.Attributes.IndependentStatus.html @@ -94,11 +94,21 @@

    Fields IfNotSet

    Denote the condition when an independent parameter is not set.

    + + + + IfNotValue +

    Denote the condition when an independent parameter is not a specific value.

    IfSet

    Denote the condition when an independent parameter is set.

    + + + + IfValue +

    Denote the condition when an independent parameter is a specific value.

    diff --git a/api/EasyPost.Utilities.Internal.Attributes.NestedRequestParameterAttribute.html b/api/EasyPost.Utilities.Internal.Attributes.NestedRequestParameterAttribute.html index 510ec5fe3..697269b1d 100644 --- a/api/EasyPost.Utilities.Internal.Attributes.NestedRequestParameterAttribute.html +++ b/api/EasyPost.Utilities.Internal.Attributes.NestedRequestParameterAttribute.html @@ -101,7 +101,7 @@

    Constructors Improve this Doc - View Source + View Source

    NestedRequestParameterAttribute(Type, Necessity, String[])

    @@ -153,7 +153,7 @@
    Parameters
    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.html b/api/EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.html index 785c639ce..6acb60e1b 100644 --- a/api/EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.html +++ b/api/EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.html @@ -99,12 +99,64 @@
    Constructors
    + + | + Improve this Doc + + + View Source + + +

    NestedRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, Object, String[])

    +

    Initializes a new instance of the NestedRequestParameterDependentsAttribute class.

    +
    +
    +
    Declaration
    +
    +
    public NestedRequestParameterDependentsAttribute(IndependentStatus independentStatus, DependentStatus dependentStatus, object dependentValue, params string[] dependentProperties)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    IndependentStatusindependentStatus

    The set status of the independent property.

    +
    DependentStatusdependentStatus

    The set status of the dependent properties.

    +
    System.ObjectdependentValue

    The value of the dependent properties.

    +
    System.String[]dependentProperties

    The names of the dependent properties.

    +
    | Improve this Doc - View Source + View Source

    NestedRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, String[])

    @@ -141,6 +193,116 @@
    Parameters
    System.String[] dependentProperties

    The names of the dependent properties.

    + + + + + + | + Improve this Doc + + + View Source + + +

    NestedRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, Object, String[])

    +

    Initializes a new instance of the NestedRequestParameterDependentsAttribute class.

    +
    +
    +
    Declaration
    +
    +
    public NestedRequestParameterDependentsAttribute(IndependentStatus independentStatus, object independentValue, DependentStatus dependentStatus, object dependentValue, params string[] dependentProperties)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    IndependentStatusindependentStatus

    The set status of the independent property.

    +
    System.ObjectindependentValue

    The value of the independent property.

    +
    DependentStatusdependentStatus

    The set status of the dependent properties.

    +
    System.ObjectdependentValue

    The value of the dependent properties.

    +
    System.String[]dependentProperties

    The names of the dependent properties.

    +
    + + | + Improve this Doc + + + View Source + + +

    NestedRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, String[])

    +

    Initializes a new instance of the NestedRequestParameterDependentsAttribute class.

    +
    +
    +
    Declaration
    +
    +
    public NestedRequestParameterDependentsAttribute(IndependentStatus independentStatus, object independentValue, DependentStatus dependentStatus, params string[] dependentProperties)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -156,7 +318,7 @@
    Parameters
    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/EasyPost.Utilities.Internal.Attributes.RequestParameterAttribute.html b/api/EasyPost.Utilities.Internal.Attributes.RequestParameterAttribute.html index 9276e4c69..4648980c0 100644 --- a/api/EasyPost.Utilities.Internal.Attributes.RequestParameterAttribute.html +++ b/api/EasyPost.Utilities.Internal.Attributes.RequestParameterAttribute.html @@ -102,7 +102,7 @@

    Constructors Improve this Doc - View Source + View Source

    RequestParameterAttribute(Necessity, String[])

    @@ -148,7 +148,7 @@
    Parameters
    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.html b/api/EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.html index 953ea848c..1bc96dce6 100644 --- a/api/EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.html +++ b/api/EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.html @@ -97,12 +97,64 @@
    Constructors
    + + | + Improve this Doc + + + View Source + + +

    RequestParameterDependentsAttribute(IndependentStatus, DependentStatus, Object, String[])

    +

    Initializes a new instance of the RequestParameterDependentsAttribute class.

    +
    +
    +
    Declaration
    +
    +
    protected RequestParameterDependentsAttribute(IndependentStatus independentStatus, DependentStatus dependentStatus, object dependentValue, params string[] dependentProperties)
    +
    +
    Parameters
    +
    TypeNameDescription
    IndependentStatusindependentStatus

    The set status of the independent property.

    +
    System.ObjectindependentValue

    The value of the independent property.

    +
    DependentStatusdependentStatus

    The set status of the dependent properties.

    +
    System.String[]dependentProperties

    The names of the dependent properties.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    IndependentStatusindependentStatus

    The set status of the independent property.

    +
    DependentStatusdependentStatus

    The set status of the dependent properties.

    +
    System.ObjectdependentValue

    The value of the dependent properties.

    +
    System.String[]dependentProperties

    The names of the dependent properties.

    +
    | Improve this Doc - View Source + View Source

    RequestParameterDependentsAttribute(IndependentStatus, DependentStatus, String[])

    @@ -139,6 +191,116 @@
    Parameters
    System.String[] dependentProperties

    The names of the dependent properties.

    + + + + + + | + Improve this Doc + + + View Source + + +

    RequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, Object, String[])

    +

    Initializes a new instance of the RequestParameterDependentsAttribute class.

    +
    +
    +
    Declaration
    +
    +
    protected RequestParameterDependentsAttribute(IndependentStatus independentStatus, object independentValue, DependentStatus dependentStatus, object dependentValue, params string[] dependentProperties)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    IndependentStatusindependentStatus

    The set status of the independent property.

    +
    System.ObjectindependentValue

    The value of the independent property.

    +
    DependentStatusdependentStatus

    The set status of the dependent properties.

    +
    System.ObjectdependentValue

    The value of the dependent properties.

    +
    System.String[]dependentProperties

    The names of the dependent properties.

    +
    + + | + Improve this Doc + + + View Source + + +

    RequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, String[])

    +

    Initializes a new instance of the RequestParameterDependentsAttribute class.

    +
    +
    +
    Declaration
    +
    +
    protected RequestParameterDependentsAttribute(IndependentStatus independentStatus, object independentValue, DependentStatus dependentStatus, params string[] dependentProperties)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -150,7 +312,7 @@

    Methods Improve this Doc - View Source + View Source

    DependentsAreCompliant(Object, Nullable<Object>)

    @@ -212,7 +374,7 @@
    Returns
    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterAttribute.html b/api/EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterAttribute.html index bb124c60f..7f6ecfb6f 100644 --- a/api/EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterAttribute.html +++ b/api/EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterAttribute.html @@ -101,7 +101,7 @@

    Constructors Improve this Doc - View Source + View Source

    TopLevelRequestParameterAttribute(Necessity, String[])

    @@ -147,7 +147,7 @@
    Parameters
    Improve this Doc
  • - View Source + View Source
  • diff --git a/api/EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.html b/api/EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.html index 40f63aabc..445a8d9b2 100644 --- a/api/EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.html +++ b/api/EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.html @@ -99,12 +99,64 @@
    Constructors
    + + | + Improve this Doc + + + View Source + + +

    TopLevelRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, Object, String[])

    +

    Initializes a new instance of the TopLevelRequestParameterDependentsAttribute class.

    +
    +
    +
    Declaration
    +
    +
    public TopLevelRequestParameterDependentsAttribute(IndependentStatus independentStatus, DependentStatus dependentStatus, object dependentValue, params string[] dependentProperties)
    +
    +
    Parameters
    +
    TypeNameDescription
    IndependentStatusindependentStatus

    The set status of the independent property.

    +
    System.ObjectindependentValue

    The value of the independent property.

    +
    DependentStatusdependentStatus

    The set status of the dependent properties.

    +
    System.String[]dependentProperties

    The names of the dependent properties.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    IndependentStatusindependentStatus

    The set status of the independent property.

    +
    DependentStatusdependentStatus

    The set status of the dependent properties.

    +
    System.ObjectdependentValue

    The value of the dependent properties.

    +
    System.String[]dependentProperties

    The names of the dependent properties.

    +
    | Improve this Doc - View Source + View Source

    TopLevelRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, String[])

    @@ -141,6 +193,116 @@
    Parameters
    System.String[] dependentProperties

    The names of the dependent properties.

    + + + + + + | + Improve this Doc + + + View Source + + +

    TopLevelRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, Object, String[])

    +

    Initializes a new instance of the TopLevelRequestParameterDependentsAttribute class.

    +
    +
    +
    Declaration
    +
    +
    public TopLevelRequestParameterDependentsAttribute(IndependentStatus independentStatus, object independentValue, DependentStatus dependentStatus, object dependentValue, params string[] dependentProperties)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    IndependentStatusindependentStatus

    The set status of the independent property.

    +
    System.ObjectindependentValue

    The value of the independent property.

    +
    DependentStatusdependentStatus

    The set status of the dependent properties.

    +
    System.ObjectdependentValue

    The value of the dependent properties.

    +
    System.String[]dependentProperties

    The names of the dependent properties.

    +
    + + | + Improve this Doc + + + View Source + + +

    TopLevelRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, String[])

    +

    Initializes a new instance of the TopLevelRequestParameterDependentsAttribute class.

    +
    +
    +
    Declaration
    +
    +
    public TopLevelRequestParameterDependentsAttribute(IndependentStatus independentStatus, object independentValue, DependentStatus dependentStatus, params string[] dependentProperties)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -156,7 +318,7 @@
    Parameters
    Improve this Doc
  • - View Source + View Source
  • diff --git a/manifest.json b/manifest.json index 3ae4ab01f..498c8e67d 100644 --- a/manifest.json +++ b/manifest.json @@ -2061,7 +2061,7 @@ "output": { ".html": { "relative_path": "api/EasyPost.Parameters.CustomsInfo.Create.html", - "hash": "thjAn8ZJkvHF8+I+xMO3Ty3xAiXdKnLL1tXsL6ObQHM=" + "hash": "kYuSYj2z9IvIjBEas76SbaZqByMiuAolvgcvbz48suM=" } }, "is_incremental": false, @@ -3489,7 +3489,7 @@ "output": { ".html": { "relative_path": "api/EasyPost.Utilities.Internal.Attributes.DependentStatus.html", - "hash": "rbqL/NhnFsOZV8YHHroU71o0M1mOmoL9OY3XwA4+uZc=" + "hash": "pBqIxdBxlqYnZIoldE6ng+thh7FP7029dgxRHsUunNw=" } }, "is_incremental": false, @@ -3501,7 +3501,7 @@ "output": { ".html": { "relative_path": "api/EasyPost.Utilities.Internal.Attributes.IndependentStatus.html", - "hash": "7r8bwx5EVZ10Z6HM2lNpU97+r/E0n9qvR5bDE7RwZnQ=" + "hash": "gMqb4+Z0AjmjoaQ9Nh9z1pzffeiIBA/DwdALjbHjdW8=" } }, "is_incremental": false, @@ -3525,7 +3525,7 @@ "output": { ".html": { "relative_path": "api/EasyPost.Utilities.Internal.Attributes.NestedRequestParameterAttribute.html", - "hash": "0MnEli60p+WUAzfZwCg+y0rjP9k0mxl/h4pdZuHY8iY=" + "hash": "S9Hy4TUYUXp5gRnCRx8nWw9Ite21H81lmcVMVXncOyk=" } }, "is_incremental": false, @@ -3537,7 +3537,7 @@ "output": { ".html": { "relative_path": "api/EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.html", - "hash": "+q+zerumzccx4UILMjFB8ID3jOIx/VPLi+EyoLqv/+s=" + "hash": "nYjUr4iEqvS1zKbZg9bj4rwBPy8Da5BFKOzPgSDQXl4=" } }, "is_incremental": false, @@ -3549,7 +3549,7 @@ "output": { ".html": { "relative_path": "api/EasyPost.Utilities.Internal.Attributes.RequestParameterAttribute.html", - "hash": "2VrBTuCeohRcMhGAmGjcgmcNoodYbZxvE4u77OzHwHU=" + "hash": "C6CFGFCvWjoMgCrBDTS6oZAjp0BsiaJ/2tokSbxrkCA=" } }, "is_incremental": false, @@ -3561,7 +3561,7 @@ "output": { ".html": { "relative_path": "api/EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.html", - "hash": "PXJlneTRvRDRa0EnWf32LOzherZM+0FYoFmlblDACSM=" + "hash": "da3CEw9NjMHePlGOmaBnNOfb9exvOUgmk6qVRWD7mPw=" } }, "is_incremental": false, @@ -3573,7 +3573,7 @@ "output": { ".html": { "relative_path": "api/EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterAttribute.html", - "hash": "yiOaJQtwXx99WDFMiFu5StNhrbZP/Jo9M25Eac6CdbQ=" + "hash": "ba5yYygWtp3Um+mbNo+9J3QDrAmlrZZ4vnYEqEB+sws=" } }, "is_incremental": false, @@ -3585,7 +3585,7 @@ "output": { ".html": { "relative_path": "api/EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.html", - "hash": "irIce7e8TIgW7QvMJLUULvqCM3IqQeY0w09jxIce4vw=" + "hash": "1UCWt6v2wTxdTkkj7S6ZSvX8+3Jc2Ugthk0l19zbRuQ=" } }, "is_incremental": false, diff --git a/xrefmap.yml b/xrefmap.yml index 1a4470e46..928641e08 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -12874,6 +12874,19 @@ references: isSpec: "True" fullName: EasyPost.Parameters.CustomsInfo.Create.NonDeliveryOption nameWithType: Create.NonDeliveryOption +- uid: EasyPost.Parameters.CustomsInfo.Create.RestrictionComments + name: RestrictionComments + href: api/EasyPost.Parameters.CustomsInfo.Create.html#EasyPost_Parameters_CustomsInfo_Create_RestrictionComments + commentId: P:EasyPost.Parameters.CustomsInfo.Create.RestrictionComments + fullName: EasyPost.Parameters.CustomsInfo.Create.RestrictionComments + nameWithType: Create.RestrictionComments +- uid: EasyPost.Parameters.CustomsInfo.Create.RestrictionComments* + name: RestrictionComments + href: api/EasyPost.Parameters.CustomsInfo.Create.html#EasyPost_Parameters_CustomsInfo_Create_RestrictionComments_ + commentId: Overload:EasyPost.Parameters.CustomsInfo.Create.RestrictionComments + isSpec: "True" + fullName: EasyPost.Parameters.CustomsInfo.Create.RestrictionComments + nameWithType: Create.RestrictionComments - uid: EasyPost.Parameters.CustomsInfo.Create.RestrictionType name: RestrictionType href: api/EasyPost.Parameters.CustomsInfo.Create.html#EasyPost_Parameters_CustomsInfo_Create_RestrictionType @@ -18760,12 +18773,24 @@ references: commentId: F:EasyPost.Utilities.Internal.Attributes.DependentStatus.MustBeSet fullName: EasyPost.Utilities.Internal.Attributes.DependentStatus.MustBeSet nameWithType: DependentStatus.MustBeSet +- uid: EasyPost.Utilities.Internal.Attributes.DependentStatus.MustBeValue + name: MustBeValue + href: api/EasyPost.Utilities.Internal.Attributes.DependentStatus.html#EasyPost_Utilities_Internal_Attributes_DependentStatus_MustBeValue + commentId: F:EasyPost.Utilities.Internal.Attributes.DependentStatus.MustBeValue + fullName: EasyPost.Utilities.Internal.Attributes.DependentStatus.MustBeValue + nameWithType: DependentStatus.MustBeValue - uid: EasyPost.Utilities.Internal.Attributes.DependentStatus.MustNotBeSet name: MustNotBeSet href: api/EasyPost.Utilities.Internal.Attributes.DependentStatus.html#EasyPost_Utilities_Internal_Attributes_DependentStatus_MustNotBeSet commentId: F:EasyPost.Utilities.Internal.Attributes.DependentStatus.MustNotBeSet fullName: EasyPost.Utilities.Internal.Attributes.DependentStatus.MustNotBeSet nameWithType: DependentStatus.MustNotBeSet +- uid: EasyPost.Utilities.Internal.Attributes.DependentStatus.MustNotBeValue + name: MustNotBeValue + href: api/EasyPost.Utilities.Internal.Attributes.DependentStatus.html#EasyPost_Utilities_Internal_Attributes_DependentStatus_MustNotBeValue + commentId: F:EasyPost.Utilities.Internal.Attributes.DependentStatus.MustNotBeValue + fullName: EasyPost.Utilities.Internal.Attributes.DependentStatus.MustNotBeValue + nameWithType: DependentStatus.MustNotBeValue - uid: EasyPost.Utilities.Internal.Attributes.IndependentStatus name: IndependentStatus href: api/EasyPost.Utilities.Internal.Attributes.IndependentStatus.html @@ -18778,12 +18803,24 @@ references: commentId: F:EasyPost.Utilities.Internal.Attributes.IndependentStatus.IfNotSet fullName: EasyPost.Utilities.Internal.Attributes.IndependentStatus.IfNotSet nameWithType: IndependentStatus.IfNotSet +- uid: EasyPost.Utilities.Internal.Attributes.IndependentStatus.IfNotValue + name: IfNotValue + href: api/EasyPost.Utilities.Internal.Attributes.IndependentStatus.html#EasyPost_Utilities_Internal_Attributes_IndependentStatus_IfNotValue + commentId: F:EasyPost.Utilities.Internal.Attributes.IndependentStatus.IfNotValue + fullName: EasyPost.Utilities.Internal.Attributes.IndependentStatus.IfNotValue + nameWithType: IndependentStatus.IfNotValue - uid: EasyPost.Utilities.Internal.Attributes.IndependentStatus.IfSet name: IfSet href: api/EasyPost.Utilities.Internal.Attributes.IndependentStatus.html#EasyPost_Utilities_Internal_Attributes_IndependentStatus_IfSet commentId: F:EasyPost.Utilities.Internal.Attributes.IndependentStatus.IfSet fullName: EasyPost.Utilities.Internal.Attributes.IndependentStatus.IfSet nameWithType: IndependentStatus.IfSet +- uid: EasyPost.Utilities.Internal.Attributes.IndependentStatus.IfValue + name: IfValue + href: api/EasyPost.Utilities.Internal.Attributes.IndependentStatus.html#EasyPost_Utilities_Internal_Attributes_IndependentStatus_IfValue + commentId: F:EasyPost.Utilities.Internal.Attributes.IndependentStatus.IfValue + fullName: EasyPost.Utilities.Internal.Attributes.IndependentStatus.IfValue + nameWithType: IndependentStatus.IfValue - uid: EasyPost.Utilities.Internal.Attributes.Necessity name: Necessity href: api/EasyPost.Utilities.Internal.Attributes.Necessity.html @@ -18830,6 +18867,15 @@ references: commentId: T:EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute fullName: EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute nameWithType: NestedRequestParameterDependentsAttribute +- uid: EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.Object,System.String[]) + name: NestedRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, Object, String[]) + href: api/EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.html#EasyPost_Utilities_Internal_Attributes_NestedRequestParameterDependentsAttribute__ctor_EasyPost_Utilities_Internal_Attributes_IndependentStatus_EasyPost_Utilities_Internal_Attributes_DependentStatus_System_Object_System_String___ + commentId: M:EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.Object,System.String[]) + name.vb: NestedRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, Object, String()) + fullName: EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.NestedRequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.Object, System.String[]) + fullName.vb: EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.NestedRequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.Object, System.String()) + nameWithType: NestedRequestParameterDependentsAttribute.NestedRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, Object, String[]) + nameWithType.vb: NestedRequestParameterDependentsAttribute.NestedRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, Object, String()) - uid: EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.String[]) name: NestedRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, String[]) href: api/EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.html#EasyPost_Utilities_Internal_Attributes_NestedRequestParameterDependentsAttribute__ctor_EasyPost_Utilities_Internal_Attributes_IndependentStatus_EasyPost_Utilities_Internal_Attributes_DependentStatus_System_String___ @@ -18839,6 +18885,24 @@ references: fullName.vb: EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.NestedRequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.String()) nameWithType: NestedRequestParameterDependentsAttribute.NestedRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, String[]) nameWithType.vb: NestedRequestParameterDependentsAttribute.NestedRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, String()) +- uid: EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,System.Object,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.Object,System.String[]) + name: NestedRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, Object, String[]) + href: api/EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.html#EasyPost_Utilities_Internal_Attributes_NestedRequestParameterDependentsAttribute__ctor_EasyPost_Utilities_Internal_Attributes_IndependentStatus_System_Object_EasyPost_Utilities_Internal_Attributes_DependentStatus_System_Object_System_String___ + commentId: M:EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,System.Object,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.Object,System.String[]) + name.vb: NestedRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, Object, String()) + fullName: EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.NestedRequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, System.Object, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.Object, System.String[]) + fullName.vb: EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.NestedRequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, System.Object, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.Object, System.String()) + nameWithType: NestedRequestParameterDependentsAttribute.NestedRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, Object, String[]) + nameWithType.vb: NestedRequestParameterDependentsAttribute.NestedRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, Object, String()) +- uid: EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,System.Object,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.String[]) + name: NestedRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, String[]) + href: api/EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.html#EasyPost_Utilities_Internal_Attributes_NestedRequestParameterDependentsAttribute__ctor_EasyPost_Utilities_Internal_Attributes_IndependentStatus_System_Object_EasyPost_Utilities_Internal_Attributes_DependentStatus_System_String___ + commentId: M:EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,System.Object,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.String[]) + name.vb: NestedRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, String()) + fullName: EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.NestedRequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, System.Object, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.String[]) + fullName.vb: EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.NestedRequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, System.Object, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.String()) + nameWithType: NestedRequestParameterDependentsAttribute.NestedRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, String[]) + nameWithType.vb: NestedRequestParameterDependentsAttribute.NestedRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, String()) - uid: EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.#ctor* name: NestedRequestParameterDependentsAttribute href: api/EasyPost.Utilities.Internal.Attributes.NestedRequestParameterDependentsAttribute.html#EasyPost_Utilities_Internal_Attributes_NestedRequestParameterDependentsAttribute__ctor_ @@ -18874,6 +18938,15 @@ references: commentId: T:EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute fullName: EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute nameWithType: RequestParameterDependentsAttribute +- uid: EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.Object,System.String[]) + name: RequestParameterDependentsAttribute(IndependentStatus, DependentStatus, Object, String[]) + href: api/EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.html#EasyPost_Utilities_Internal_Attributes_RequestParameterDependentsAttribute__ctor_EasyPost_Utilities_Internal_Attributes_IndependentStatus_EasyPost_Utilities_Internal_Attributes_DependentStatus_System_Object_System_String___ + commentId: M:EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.Object,System.String[]) + name.vb: RequestParameterDependentsAttribute(IndependentStatus, DependentStatus, Object, String()) + fullName: EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.RequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.Object, System.String[]) + fullName.vb: EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.RequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.Object, System.String()) + nameWithType: RequestParameterDependentsAttribute.RequestParameterDependentsAttribute(IndependentStatus, DependentStatus, Object, String[]) + nameWithType.vb: RequestParameterDependentsAttribute.RequestParameterDependentsAttribute(IndependentStatus, DependentStatus, Object, String()) - uid: EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.String[]) name: RequestParameterDependentsAttribute(IndependentStatus, DependentStatus, String[]) href: api/EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.html#EasyPost_Utilities_Internal_Attributes_RequestParameterDependentsAttribute__ctor_EasyPost_Utilities_Internal_Attributes_IndependentStatus_EasyPost_Utilities_Internal_Attributes_DependentStatus_System_String___ @@ -18883,6 +18956,24 @@ references: fullName.vb: EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.RequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.String()) nameWithType: RequestParameterDependentsAttribute.RequestParameterDependentsAttribute(IndependentStatus, DependentStatus, String[]) nameWithType.vb: RequestParameterDependentsAttribute.RequestParameterDependentsAttribute(IndependentStatus, DependentStatus, String()) +- uid: EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,System.Object,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.Object,System.String[]) + name: RequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, Object, String[]) + href: api/EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.html#EasyPost_Utilities_Internal_Attributes_RequestParameterDependentsAttribute__ctor_EasyPost_Utilities_Internal_Attributes_IndependentStatus_System_Object_EasyPost_Utilities_Internal_Attributes_DependentStatus_System_Object_System_String___ + commentId: M:EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,System.Object,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.Object,System.String[]) + name.vb: RequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, Object, String()) + fullName: EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.RequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, System.Object, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.Object, System.String[]) + fullName.vb: EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.RequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, System.Object, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.Object, System.String()) + nameWithType: RequestParameterDependentsAttribute.RequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, Object, String[]) + nameWithType.vb: RequestParameterDependentsAttribute.RequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, Object, String()) +- uid: EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,System.Object,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.String[]) + name: RequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, String[]) + href: api/EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.html#EasyPost_Utilities_Internal_Attributes_RequestParameterDependentsAttribute__ctor_EasyPost_Utilities_Internal_Attributes_IndependentStatus_System_Object_EasyPost_Utilities_Internal_Attributes_DependentStatus_System_String___ + commentId: M:EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,System.Object,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.String[]) + name.vb: RequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, String()) + fullName: EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.RequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, System.Object, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.String[]) + fullName.vb: EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.RequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, System.Object, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.String()) + nameWithType: RequestParameterDependentsAttribute.RequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, String[]) + nameWithType.vb: RequestParameterDependentsAttribute.RequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, String()) - uid: EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.#ctor* name: RequestParameterDependentsAttribute href: api/EasyPost.Utilities.Internal.Attributes.RequestParameterDependentsAttribute.html#EasyPost_Utilities_Internal_Attributes_RequestParameterDependentsAttribute__ctor_ @@ -18934,6 +19025,15 @@ references: commentId: T:EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute fullName: EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute nameWithType: TopLevelRequestParameterDependentsAttribute +- uid: EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.Object,System.String[]) + name: TopLevelRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, Object, String[]) + href: api/EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.html#EasyPost_Utilities_Internal_Attributes_TopLevelRequestParameterDependentsAttribute__ctor_EasyPost_Utilities_Internal_Attributes_IndependentStatus_EasyPost_Utilities_Internal_Attributes_DependentStatus_System_Object_System_String___ + commentId: M:EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.Object,System.String[]) + name.vb: TopLevelRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, Object, String()) + fullName: EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.TopLevelRequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.Object, System.String[]) + fullName.vb: EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.TopLevelRequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.Object, System.String()) + nameWithType: TopLevelRequestParameterDependentsAttribute.TopLevelRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, Object, String[]) + nameWithType.vb: TopLevelRequestParameterDependentsAttribute.TopLevelRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, Object, String()) - uid: EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.String[]) name: TopLevelRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, String[]) href: api/EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.html#EasyPost_Utilities_Internal_Attributes_TopLevelRequestParameterDependentsAttribute__ctor_EasyPost_Utilities_Internal_Attributes_IndependentStatus_EasyPost_Utilities_Internal_Attributes_DependentStatus_System_String___ @@ -18943,6 +19043,24 @@ references: fullName.vb: EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.TopLevelRequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.String()) nameWithType: TopLevelRequestParameterDependentsAttribute.TopLevelRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, String[]) nameWithType.vb: TopLevelRequestParameterDependentsAttribute.TopLevelRequestParameterDependentsAttribute(IndependentStatus, DependentStatus, String()) +- uid: EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,System.Object,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.Object,System.String[]) + name: TopLevelRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, Object, String[]) + href: api/EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.html#EasyPost_Utilities_Internal_Attributes_TopLevelRequestParameterDependentsAttribute__ctor_EasyPost_Utilities_Internal_Attributes_IndependentStatus_System_Object_EasyPost_Utilities_Internal_Attributes_DependentStatus_System_Object_System_String___ + commentId: M:EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,System.Object,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.Object,System.String[]) + name.vb: TopLevelRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, Object, String()) + fullName: EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.TopLevelRequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, System.Object, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.Object, System.String[]) + fullName.vb: EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.TopLevelRequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, System.Object, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.Object, System.String()) + nameWithType: TopLevelRequestParameterDependentsAttribute.TopLevelRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, Object, String[]) + nameWithType.vb: TopLevelRequestParameterDependentsAttribute.TopLevelRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, Object, String()) +- uid: EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,System.Object,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.String[]) + name: TopLevelRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, String[]) + href: api/EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.html#EasyPost_Utilities_Internal_Attributes_TopLevelRequestParameterDependentsAttribute__ctor_EasyPost_Utilities_Internal_Attributes_IndependentStatus_System_Object_EasyPost_Utilities_Internal_Attributes_DependentStatus_System_String___ + commentId: M:EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.#ctor(EasyPost.Utilities.Internal.Attributes.IndependentStatus,System.Object,EasyPost.Utilities.Internal.Attributes.DependentStatus,System.String[]) + name.vb: TopLevelRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, String()) + fullName: EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.TopLevelRequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, System.Object, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.String[]) + fullName.vb: EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.TopLevelRequestParameterDependentsAttribute(EasyPost.Utilities.Internal.Attributes.IndependentStatus, System.Object, EasyPost.Utilities.Internal.Attributes.DependentStatus, System.String()) + nameWithType: TopLevelRequestParameterDependentsAttribute.TopLevelRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, String[]) + nameWithType.vb: TopLevelRequestParameterDependentsAttribute.TopLevelRequestParameterDependentsAttribute(IndependentStatus, Object, DependentStatus, String()) - uid: EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.#ctor* name: TopLevelRequestParameterDependentsAttribute href: api/EasyPost.Utilities.Internal.Attributes.TopLevelRequestParameterDependentsAttribute.html#EasyPost_Utilities_Internal_Attributes_TopLevelRequestParameterDependentsAttribute__ctor_
    TypeNameDescription
    IndependentStatusindependentStatus

    The set status of the independent property.

    +
    System.ObjectindependentValue

    The value of the independent property.

    +
    DependentStatusdependentStatus

    The set status of the dependent properties.

    +
    System.String[]dependentProperties

    The names of the dependent properties.