Skip to content

Commit

Permalink
deploy: 2f9c8a5
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Feb 13, 2024
1 parent 666574e commit 4244a35
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/EasyPost.Exceptions.General.MissingPropertyError.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h3 id="properties">Properties
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Exceptions_General_MissingPropertyError_PrettyPrint.md&amp;value=---%0Auid%3A%20EasyPost.Exceptions.General.MissingPropertyError.PrettyPrint%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Exceptions/General/MissingPropertyError.cs/#L26">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Exceptions/General/MissingPropertyError.cs/#L29">View Source</a>
</span>
<a id="EasyPost_Exceptions_General_MissingPropertyError_PrettyPrint_" data-uid="EasyPost.Exceptions.General.MissingPropertyError.PrettyPrint*"></a>
<h4 id="EasyPost_Exceptions_General_MissingPropertyError_PrettyPrint" data-uid="EasyPost.Exceptions.General.MissingPropertyError.PrettyPrint">PrettyPrint</h4>
Expand Down
58 changes: 55 additions & 3 deletions api/EasyPost.Models.API.Options.html
Original file line number Diff line number Diff line change
Expand Up @@ -3062,11 +3062,11 @@ <h5 class="parameters">Parameters</h5>
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Models_API_Options_AsDictionary.md&amp;value=---%0Auid%3A%20EasyPost.Models.API.Options.AsDictionary%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Models/API/Options.cs/#L998">View Source</a>
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Models/API/Options.cs/#L999">View Source</a>
</span>
<a id="EasyPost_Models_API_Options_AsDictionary_" data-uid="EasyPost.Models.API.Options.AsDictionary*"></a>
<h4 id="EasyPost_Models_API_Options_AsDictionary" data-uid="EasyPost.Models.API.Options.AsDictionary">AsDictionary()</h4>
<div class="markdown level1 summary"><p>Class representing an <a href="https://www.easypost.com/docs/api#options-object">EasyPost options set</a>.</p>
<div class="markdown level1 summary"><p>Gets this object as a JSON object (dictionary).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
Expand All @@ -3084,12 +3084,64 @@ <h5 class="returns">Returns</h5>
<tbody>
<tr>
<td><span class="xref">Dictionary</span>&lt;<span class="xref">System.String</span>, <span class="xref">System.Object</span>&gt;</td>
<td></td>
<td><p>A dictionary representation of this object's properties.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="EasyPost._base.EasyPostObject.html#EasyPost__base_EasyPostObject_AsDictionary">EasyPostObject.AsDictionary()</a></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/EasyPost/easypost-csharp/new/master/apiSpec/new?filename=EasyPost_Models_API_Options_FromDictionary_Dictionary_System_String_System_Object__.md&amp;value=---%0Auid%3A%20EasyPost.Models.API.Options.FromDictionary(Dictionary%7BSystem.String%2CSystem.Object%7D)%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/EasyPost/easypost-csharp/blob/master/EasyPost/Models/API/Options.cs/#L1015">View Source</a>
</span>
<a id="EasyPost_Models_API_Options_FromDictionary_" data-uid="EasyPost.Models.API.Options.FromDictionary*"></a>
<h4 id="EasyPost_Models_API_Options_FromDictionary_Dictionary_System_String_System_Object__" data-uid="EasyPost.Models.API.Options.FromDictionary(Dictionary{System.String,System.Object})">FromDictionary(Dictionary&lt;String, Object&gt;)</h4>
<div class="markdown level1 summary"><p>Create an <a class="xref" href="EasyPost.Models.API.Options.html">Options</a> object from a dictionary.
WARNING: This method involves serializing and deserializing the data, which can be slow. Use sparingly.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Options FromDictionary(Dictionary&lt;string, object&gt; data)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">Dictionary</span>&lt;<span class="xref">System.String</span>, <span class="xref">System.Object</span>&gt;</td>
<td><span class="parametername">data</span></td>
<td><p>A <see cref="!:Dictionary&lt;TKey,TValue>"></see> of key-value pairs of options.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="EasyPost.Models.API.Options.html">Options</a></td>
<td><p>An <a class="xref" href="EasyPost.Models.API.Options.html">Options</a> object.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="EasyPost._base.IEasyPostObject.html">IEasyPostObject</a>
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
"output": {
".html": {
"relative_path": "api/EasyPost.Exceptions.General.MissingPropertyError.html",
"hash": "a6EFiPWrx/XG40nlFRR+/a8KNgD2Pltgh7Nb58rMocE="
"hash": "VEsaCLDuzcMIaEM2CzotMiLHEk0N+sBViwZIUBZIPTA="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -933,7 +933,7 @@
"output": {
".html": {
"relative_path": "api/EasyPost.Models.API.Options.html",
"hash": "YgzYuvSUc000bQMynwakghh8doBk7CChWtSN28z/26w="
"hash": "ygwJmmMUgj0bN1tUFXb7RBzWuksmY+ems57y8gZiTJY="
}
},
"is_incremental": false,
Expand Down
16 changes: 16 additions & 0 deletions xrefmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4892,6 +4892,22 @@ references:
isSpec: "True"
fullName: EasyPost.Models.API.Options.FreightCharge
nameWithType: Options.FreightCharge
- uid: EasyPost.Models.API.Options.FromDictionary(Dictionary{System.String,System.Object})
name: FromDictionary(Dictionary<String, Object>)
href: api/EasyPost.Models.API.Options.html#EasyPost_Models_API_Options_FromDictionary_Dictionary_System_String_System_Object__
commentId: M:EasyPost.Models.API.Options.FromDictionary(Dictionary{System.String,System.Object})
name.vb: FromDictionary(Dictionary(Of String, Object))
fullName: EasyPost.Models.API.Options.FromDictionary(Dictionary<System.String, System.Object>)
fullName.vb: EasyPost.Models.API.Options.FromDictionary(Dictionary(Of System.String, System.Object))
nameWithType: Options.FromDictionary(Dictionary<String, Object>)
nameWithType.vb: Options.FromDictionary(Dictionary(Of String, Object))
- uid: EasyPost.Models.API.Options.FromDictionary*
name: FromDictionary
href: api/EasyPost.Models.API.Options.html#EasyPost_Models_API_Options_FromDictionary_
commentId: Overload:EasyPost.Models.API.Options.FromDictionary
isSpec: "True"
fullName: EasyPost.Models.API.Options.FromDictionary
nameWithType: Options.FromDictionary
- uid: EasyPost.Models.API.Options.Group
name: Group
href: api/EasyPost.Models.API.Options.html#EasyPost_Models_API_Options_Group
Expand Down

0 comments on commit 4244a35

Please sign in to comment.