mirror of
https://github.com/girlbossceo/ruwuma.git
synced 2025-04-29 06:49:48 -04:00
client-api: make recursion_depth
field public
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
dbd560021c
commit
c7320e6cec
3 changed files with 3 additions and 3 deletions
|
@ -120,7 +120,7 @@ pub mod v1 {
|
|||
///
|
||||
/// If `recurse` was not set, this field must be absent.
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
recursion_depth: Option<UInt>,
|
||||
pub recursion_depth: Option<UInt>,
|
||||
}
|
||||
|
||||
impl Request {
|
||||
|
|
|
@ -126,7 +126,7 @@ pub mod v1 {
|
|||
///
|
||||
/// If `recurse` was not set, this field must be absent.
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
recursion_depth: Option<UInt>,
|
||||
pub recursion_depth: Option<UInt>,
|
||||
}
|
||||
|
||||
impl Request {
|
||||
|
|
|
@ -133,7 +133,7 @@ pub mod v1 {
|
|||
///
|
||||
/// If `recurse` was not set, this field must be absent.
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
recursion_depth: Option<UInt>,
|
||||
pub recursion_depth: Option<UInt>,
|
||||
}
|
||||
|
||||
impl Request {
|
||||
|
|
Loading…
Add table
Reference in a new issue